summaryrefslogtreecommitdiff
path: root/vcl/headless/svpvd.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similarCaolán McNamara1-16/+18
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similar_imageCaolán McNamara1-2/+12
2017-11-23Replace some lists by vectors in vcl/headlessJulien Nabet1-4/+3
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara1-10/+11
2017-02-07revert unready stuffCaolán McNamara1-11/+10
2017-02-07bubble the original gtk surface type through renderingCaolán McNamara1-10/+11
2016-11-24cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara1-0/+2
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara1-15/+16
2016-02-09Don't leak old m_pSurfaceStephan Bergmann1-0/+5
2016-01-26vcl: actually that shared_array was a scamMichael Stahl1-3/+3
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl1-2/+2
2016-01-21valgrind: memleakCaolán McNamara1-0/+1
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-4/+2
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara1-15/+35
2015-12-21loplugin:unusedmethodsNoel Grandin1-12/+6
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-4/+3
2015-11-23pInst no longer neededStephan Bergmann1-2/+0
2015-11-23loplugin:staticmethodsStephan Bergmann1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-2/+2
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-7/+0
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-6/+5
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks1-2/+2
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-1/+1
2015-05-23Remove include stdio (part6)Julien Nabet1-2/+0
2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist1-8/+0
2015-03-20Don't include vcl's private include files in desktopTor Lillqvist1-0/+17
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara1-3/+5
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-12/+0
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 Hunt1-28/+16
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist1-1/+1
2014-03-10Hack on the iOS vcl codeTor Lillqvist1-0/+4
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann1-10/+10
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann1-1/+1
2013-06-13Remove dead code related to unused WITH_SVP_LISTENINGStephan Bergmann1-0/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist1-1/+9
2012-06-07Use the new THIRTYTWO_BIT_TC_MASK_RGBA format for Android and iOSTor Lillqvist1-1/+1
2012-06-05Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist1-1/+5
2011-10-25headless: move backend to top-level, and enable for all platformsMichael Meeks1-0/+112