summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Add some (commented out) SAL_DEBUG() callsTor Lillqvist1-0/+6
2013-10-28Shortcut when the SvpSalFrame already has the "focus"Tor Lillqvist1-0/+7
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-6/+0
2013-10-21Removed unused kerning stuffKhaled Hosny1-51/+3
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann2-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-12convert String to OUString in VCLNoel Grandin1-4/+4
2013-08-12convert vcl/ppdparser.hxx from String to OUStringNoel Grandin1-4/+4
2013-08-12Assert has become somewhat redundantStephan Bergmann1-1/+0
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-5/+0
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann1-19/+26
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann5-93/+93
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2-2/+2
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand1-29/+41
2013-06-13cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet1-2/+2
2013-06-13Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann4-288/+42
2013-06-12Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand1-23/+40
2013-06-04Hopefully fix build on LinuxTor Lillqvist1-1/+1
2013-06-04Make the iOS vcl CoreText code build againTor Lillqvist1-20/+4
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+5
2013-04-29fdo#39468 Translation and cleanupChris Sherlock1-24/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-9/+9
2013-04-03Bypass fields that are unused for iOSTor Lillqvist1-2/+10
2013-04-03fdo#58807 bring Beep() for basic backThomas Arnhold1-0/+4
2013-03-30Use more meaningful variable nameTor Lillqvist1-2/+2
2013-03-27Bypass X11-specific fields for AndroidTor Lillqvist1-5/+2
2013-03-27Need <vcl/sysdata.hxx> here nowTor Lillqvist1-0/+1
2013-03-27Bypass fields that are meaningless for iOSTor Lillqvist1-2/+4
2013-03-27Move two text-related functions to svptext.cxxTor Lillqvist2-30/+20
2013-03-27No need for two sets of names for the same frame/window state bitsTor Lillqvist1-8/+9
2013-03-26Ifdef out methods for iOS that are actually in coretext/salgdi.cxxTor Lillqvist1-4/+8
2013-03-26Add a SAL_INFO()Tor Lillqvist1-0/+1
2013-03-26Release style and CGContext resources in dtorTor Lillqvist1-0/+12
2013-03-25Remove a FIXME commentTor Lillqvist1-1/+1
2013-03-21Re-work the vcl aspects of the iOS portTor Lillqvist1-0/+9
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-03-08make use of startsWith()Thomas Arnhold1-3/+3
2013-03-06Add SvpSalInstance::PostedEventsInQueue()Tor Lillqvist1-0/+11
2013-01-30Remove unused DeInitSalMainStephan Bergmann1-1/+0
2012-12-20vcl/headless: some more string cleanupRiccardo Magliocchetti2-6/+3
2012-12-20vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti5-25/+22
2012-12-12Consistently acquire solar mutex in all CreateSalInstance variantsStephan Bergmann1-0/+1
2012-11-28Remove useless method SetBackgroundBitmapMarcos Paulo de Souza1-4/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks9-208/+132
2012-11-01vcl/headless: [HACK] workaround solarMutexx splat with headless modeRiccardo Magliocchetti1-0/+3
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-0/+6
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-4/+0