summaryrefslogtreecommitdiffstats
path: root/vcl/headless/svpvd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Don't leak old m_pSurfaceStephan Bergmann2016-02-091-0/+5
* vcl: actually that shared_array was a scamMichael Stahl2016-01-261-3/+3
* vcl: convert boost::shared_array to std::shared_ptrMichael Stahl2016-01-261-2/+2
* valgrind: memleakCaolán McNamara2016-01-211-0/+1
* basebmp now only used from vcl/headless codeCaolán McNamara2016-01-181-4/+2
* svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara2016-01-181-15/+35
* loplugin:unusedmethodsNoel Grandin2015-12-211-12/+6
* Resolves: tdf#95962 incorrect scanline strideCaolán McNamara2015-11-241-4/+3
* pInst no longer neededStephan Bergmann2015-11-231-2/+0
* loplugin:staticmethodsStephan Bergmann2015-11-231-1/+1
* establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2015-11-231-2/+2
* Do all svp text rendering with cairoCaolán McNamara2015-11-231-7/+0
* use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara2015-11-161-6/+5
* tdf#92194 - fix headless masking operations in vcl.Michael Meeks2015-06-201-2/+2
* convert basebmp::Format to scoped enumNoel Grandin2015-06-041-1/+1
* Remove include stdio (part6)Julien Nabet2015-05-231-2/+0
* Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist2015-03-201-8/+0
* Don't include vcl's private include files in desktopTor Lillqvist2015-03-201-0/+17
* make ScanlineStride an argument to createBitmapDeviceCaolán McNamara2015-02-241-3/+5
* vcl: remove SalVirtualDevice::GetWidthMichael Meeks2014-12-021-12/+0
* Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt2014-06-251-5/+7
* svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt2014-06-251-28/+16
* Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist2014-04-101-1/+1
* Hack on the iOS vcl codeTor Lillqvist2014-03-101-0/+4
* Rename GetGraphics to AcquireGraphicsChris Sherlock2014-02-281-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-2/+2
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-121-10/+10
* THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann2013-07-121-1/+1
* Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann2013-06-131-0/+1
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14
* Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist2012-06-121-1/+9
* Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist2012-06-071-1/+1
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-051-1/+5
* headless: move backend to top-level, and enable for all platformsMichael Meeks2011-10-251-0/+112