summaryrefslogtreecommitdiff
path: root/vcl/inc/headless
AgeCommit message (Expand)AuthorFilesLines
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+1
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne1-1/+2
2014-11-10vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne1-0/+2
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+2
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock1-0/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-1/+2
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-1/+0
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt1-1/+4
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt1-0/+12
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt1-0/+2
2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist1-3/+7
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-04-01Fix error: out-of-line definition of does not match declarationTor Lillqvist1-1/+1
2014-03-31Need to define mnContextStackDepth always it seemsTor Lillqvist1-4/+2
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist1-0/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-140/+140
2014-03-26Return two accidentally removed member functionsTor Lillqvist1-0/+2
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist1-17/+19
2014-03-26Sprinkle some SAL_OVERRIDEsTor Lillqvist1-27/+26
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-1/+0
2014-03-24Make sure to include Foundation.h to get NSStringTor Lillqvist1-0/+1
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-2/+2
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-2/+0
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock2-2/+2
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock3-11/+11
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann4-11/+11
2014-02-17Fix fallout from 772c3a202481506b92c496948cfdc0f23ab94b2cTor Lillqvist1-1/+1
2014-01-17Move SvpSalGraphics::SetVirDevGraphics() for iOS out of the header for clarityTor Lillqvist1-6/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr1-3/+3
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr1-5/+5
2013-12-19The "fake DPI scale" was always 1Tor Lillqvist1-4/+0
2013-12-14iOS tiled rendering workTor Lillqvist3-17/+63
2013-12-13Follow header guard conventionTor Lillqvist3-3/+4
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist2-1/+3
2013-12-04Rename coretext/salgdi2.* to coretext/salgdi.*Khaled Hosny1-1/+1
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-1/+0
2013-12-02Make include guards sane in vclTor Lillqvist1-1/+1
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist1-1/+1
2013-11-28Re-factoring: Avoid pointless class derivationTor Lillqvist1-1/+1
2013-10-28fixincludeguards.sh: vclThomas Arnhold7-15/+15
2013-10-21Remove GetKernPairs() with no implementationKhaled Hosny1-1/+0
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann1-1/+1
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin1-1/+0