summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-03Bypass fields that are unused for iOSTor Lillqvist
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold
2013-03-30Use more meaningful variable nameTor Lillqvist
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist
2013-03-27Need <vcl/sysdata.hxx> here nowTor Lillqvist
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist
2013-03-27Move two text-related functions to svptext.cxxTor Lillqvist
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist
2013-03-26Ifdef out methods for iOS that are actually in coretext/salgdi.cxxTor Lillqvist
2013-03-26Add a SAL_INFO()Tor Lillqvist
2013-03-26Release style and CGContext resources in dtorTor Lillqvist
2013-03-25Remove a FIXME commentTor Lillqvist
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold
2013-03-08make use of startsWith()Thomas Arnhold
2013-03-06Add SvpSalInstance::PostedEventsInQueue()Tor Lillqvist
2013-01-30Remove unused DeInitSalMainStephan Bergmann
2012-12-20vcl/headless: some more string cleanupRiccardo Magliocchetti
2012-12-20vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti
2012-12-12Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-01vcl/headless: [HACK] workaround solarMutexx splat with headless modeRiccardo Magliocchetti
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen
2012-07-03Resolves: fdo#51693 use fontconfig font/glyph substitution in headless modeCaolán McNamara
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold
2012-06-07Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist
2012-06-02targeted string re-workNorbert Thiebaud
2012-05-13removed unused definesTakeshi Abe
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan
2012-04-10Remove using directives from svpgid.cxx...Stephan Bergmann
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-02-25android: move DamageTracker concept into SvpSalFrame and try to use itMichael Meeks
2012-02-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez
2012-02-22unusedcode.easy: remove some moreThomas Arnhold
2012-02-21headless: more work in vclRiccardo Magliocchetti
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-17Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold
2012-01-28android: unwind horrific event dispatching bug causing all the grief.Michael Meeks
2012-01-24android: re-factor headless a little, and start on the mainloopMichael Meeks
2012-01-18android: use config_host.mk for unit test goodnessMichael Meeks