summaryrefslogtreecommitdiffstats
path: root/vcl/headless
Commit message (Expand)AuthorAgeFilesLines
* Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud2012-06-201-8/+8
* Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist2012-06-121-1/+9
* Remove unused InterceptChildWindowKeyDownThomas Arnhold2012-06-111-1/+0
* Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist2012-06-074-7/+43
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-053-1/+11
* targeted string re-workNorbert Thiebaud2012-06-021-2/+2
* removed unused definesTakeshi Abe2012-05-131-3/+0
* put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan2012-05-111-4/+0
* Remove using directives from svpgid.cxx...Stephan Bergmann2012-04-101-72/+69
* Remove SO52 strict compatibility stuffChristina Rossmanith2012-03-141-11/+0
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+1
* android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks2012-02-252-3/+41
* vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez2012-02-221-4/+0
* unusedcode.easy: remove some moreThomas Arnhold2012-02-221-23/+0
* headless: more work in vclRiccardo Magliocchetti2012-02-211-5/+3
* unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold2012-02-201-5/+0
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-1/+1
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-0/+135
* Merge branch 'feature/android'Tor Lillqvist2012-02-152-2/+3
|\
| * android: unwind horrific event dispatching bug causing all the grief.Michael Meeks2012-01-282-2/+3
* | vcl: Remove unused GetSymbolKeyNameThomas Arnhold2012-01-281-5/+0
|/
* android: re-factor headless a little, and start on the mainloopMichael Meeks2012-01-241-19/+26
* android: use config_host.mk for unit test goodnessMichael Meeks2012-01-181-4/+2
* android: tweak headless, expand docs, and start custom android backendMichael Meeks2012-01-181-4/+4
* vcl: rename methods to crisp up a 'DisplayScreen' naming conceptMichael Meeks2012-01-151-2/+2
* vcl: rename ambiguous IsMultiDisplay to IsUnifiedDisplay, and simplifyMichael Meeks2012-01-151-10/+0
* align getFontFaceNumber with FC_FACECaolán McNamara2012-01-111-2/+0
* Removed unnecessary tools/debug.hxx includes.Marcel Metz2012-01-061-1/+0
* Replace (Byte)String with rtl::O(U)StringChristina Rossmanith2012-01-051-1/+1
* remove include of pch header from vclNorbert Thiebaud2011-11-271-2/+0
* Convert Sal to rtl::O(U)StringDavid Tardon2011-11-214-12/+12
* add missing includesDavid Tardon2011-11-042-0/+3
* Cleanup basebmp a littleJoseph Powers2011-11-034-204/+1
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-023-40/+40
* Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2011-10-271-1/+1
* headless: cleanup degenerate clipping case to not render or warn.Michael Meeks2011-10-272-36/+53
* gtk3: cleanup some code inclusion, and share timeval operatorsMichael Meeks2011-10-262-50/+52
* add stdio for MacOSXCaolán McNamara2011-10-251-0/+1
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-1/+1
* generic: fix misc. initialization problems & simplify a littleMichael Meeks2011-10-251-4/+10
* generic: undo attempt at cross-platform headless for nowMichael Meeks2011-10-251-1/+1
* gtk3: substantial performance win for editing document headersMichael Meeks2011-10-251-1/+2
* headless: add required clip map reset for simpler clipping casesMichael Meeks2011-10-251-4/+4
* generic: more unix conditional compilation pieces and win32 portingMichael Meeks2011-10-251-5/+1
* generic: share the PspGraphics code between gtk/unx and svpMichael Meeks2011-10-253-1133/+21
* generic: share sal yield mutex properlyMichael Meeks2011-10-251-90/+3
* misc cross-platform dependency / build issue reduxMichael Meeks2011-10-254-24/+12
* headless: move backend to top-level, and enable for all platformsMichael Meeks2011-10-2510-0/+4729