summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-4/+0
2012-07-03Resolves: fdo#51693 use fontconfig font/glyph substitution in headless modeCaolán McNamara1-0/+6
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud1-8/+8
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist1-1/+9
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold1-1/+0
2012-06-07Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist4-7/+43
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist3-1/+11
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-05-13removed unused definesTakeshi Abe1-3/+0
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan1-4/+0
2012-04-10Remove using directives from svpgid.cxx...Stephan Bergmann1-72/+69
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith1-11/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+1
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks2-3/+41
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-4/+0
2012-02-22unusedcode.easy: remove some moreThomas Arnhold1-23/+0
2012-02-21headless: more work in vclRiccardo Magliocchetti1-5/+3
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-5/+0
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti1-0/+135
2012-02-15Merge branch 'feature/android'Tor Lillqvist2-2/+3
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-5/+0
2012-01-28android: unwind horrific event dispatching bug causing all the grief.Michael Meeks2-2/+3
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks1-19/+26
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks1-4/+2
2012-01-18android: tweak headless, expand docs, and start custom android backendMichael Meeks1-4/+4
2012-01-15vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks1-2/+2
2012-01-15vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks1-10/+0
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara1-2/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith1-1/+1
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon4-12/+12
2011-11-04add missing includesDavid Tardon2-0/+3
2011-11-03Cleanup basebmp a littleJoseph Powers4-204/+1
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens3-40/+40
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-1/+1
2011-10-27headless: cleanup degenerate clipping case to not render or warn.Michael Meeks2-36/+53
2011-10-26gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks2-50/+52
2011-10-25add stdio for MacOSXCaolán McNamara1-0/+1
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot1-1/+1
2011-10-25generic: fix misc. initialization problems & simplify a littleMichael Meeks1-4/+10
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks1-1/+1
2011-10-25gtk3: substantial performance win for editing document headersMichael Meeks1-1/+2
2011-10-25headless: add required clip map reset for simpler clipping casesMichael Meeks1-4/+4
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks1-5/+1
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks3-1133/+21
2011-10-25generic: share sal yield mutex properlyMichael Meeks1-90/+3
2011-10-25misc cross-platform dependency / build issue reduxMichael Meeks4-24/+12
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks10-0/+4729