summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2015-01-30rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-2/+2
2014-12-15vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne1-3/+3
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-12/+0
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne1-0/+10
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne1-0/+5
2014-10-28Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann1-2/+2
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara1-4/+4
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-2/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-3/+3
2014-10-11vcl: whitespace cleanup.Michael Meeks1-9/+9
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-2/+2
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-4/+0
2014-08-27m_aDevice may be nullCaolán McNamara1-0/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-2/+0
2014-08-13m_aDevice may be nullCaolán McNamara1-10/+11
2014-07-10svp clipping again: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt1-2/+2
2014-07-07svp clipping: Rectangle dimensions don't map directly to B2IBox.Andrzej Hunt1-1/+1
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt1-8/+8
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt1-5/+7
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt3-46/+67
2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist1-3/+9
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2-2/+2
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-2/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist3-21/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-5/+5
2014-03-26Seems we don't need any basebmp stuff in AquaSalGraphics on iOSTor Lillqvist2-30/+11
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-5/+0
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist3-46/+28
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+2
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-14/+11
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-4/+4
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-1/+0
2014-03-10Hack on the iOS vcl codeTor Lillqvist3-1/+22
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock2-2/+2
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock3-7/+7
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock3-8/+1
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann5-19/+19
2014-02-14fix duplicated symbols on ios salgraphicstsahi glik1-0/+18