summaryrefslogtreecommitdiffstats
path: root/vcl/headless
Commit message (Expand)AuthorAgeFilesLines
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-5/+5
* Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist2014-03-262-30/+11
* Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist2014-03-261-5/+0
* Fix a few problems in the iOS vcl codeTor Lillqvist2014-03-243-46/+28
* cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud2014-03-201-0/+2
* cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud2014-03-201-14/+11
* rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2014-03-201-4/+4
* Remove unnecessary vcl::SolarMutexObjectStephan Bergmann2014-03-201-1/+0
* Hack on the iOS vcl codeTor Lillqvist2014-03-103-1/+22
* Rename GetGraphics to AcquireGraphicsChris Sherlock2014-02-282-2/+2
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-283-7/+7
* Removed unnecessary comment decorations from VCL sourcesChris Sherlock2014-02-263-8/+1
* Remove visual noise from vclAlexander Wilms2014-02-261-2/+2
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2014-02-211-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-02-215-19/+19
* fix duplicated symbols on ios salgraphicstsahi glik2014-02-141-0/+18
* bool improvementsStephan Bergmann2014-01-281-2/+2
* Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist2014-01-171-0/+11
* Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2014-01-061-26/+26
* Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr2013-12-311-6/+6
* iOS tiled rendering workTor Lillqvist2013-12-142-2/+34
* No more uses of printer built in fontsKhaled Hosny2013-12-041-5/+0
* Device-specific font substitution is not usedKhaled Hosny2013-12-041-4/+0
* Add some (commented out) SAL_DEBUG() callsTor Lillqvist2013-10-281-0/+6
* Shortcut when the SvpSalFrame already has the "focus"Tor Lillqvist2013-10-281-0/+7
* Remove GetKernPairs() with no implementationKhaled Hosny2013-10-211-6/+0
* Removed unused kerning stuffKhaled Hosny2013-10-211-51/+3
* Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann2013-09-042-4/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* convert String to OUString in VCLNoel Grandin2013-08-121-4/+4
* convert vcl/ppdparser.hxx from String to OUStringNoel Grandin2013-08-121-4/+4
* Assert has become somewhat redundantStephan Bergmann2013-08-121-1/+0
* Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba2013-07-281-1/+1
* remove Application::GetWorkAreaPosSizePixelNoel Grandin2013-07-191-5/+0
* Fix headless mode glyph cache memory handlingStephan Bergmann2013-07-121-19/+26
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-125-93/+93
* THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2013-07-122-2/+2
* Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand2013-06-141-29/+41
* cppcheck: fix several Prefer prefix ++/-- operatorsJulien Nabet2013-06-131-2/+2
* Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann2013-06-134-288/+42
* Resolves: #i121237# Rework/Cleanup of Region code...Armin Le Grand2013-06-121-23/+40
* Hopefully fix build on LinuxTor Lillqvist2013-06-041-1/+1
* Make the iOS vcl CoreText code build againTor Lillqvist2013-06-041-20/+4
* SolarMutex does not belong into the URE interfaceStephan Bergmann2013-05-141-1/+1
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+5
* fdo#39468 Translation and cleanupChris Sherlock2013-04-291-24/+0
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-24/+4
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-074-9/+9
* Bypass fields that are unused for iOSTor Lillqvist2013-04-031-2/+10