summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 280196286d7c1f2c427bc529e0ca0117467b618e (plain)
1
2
3
4
*.doc binary
*.sdw binary
*.svg binary
*.jcs binary
ef='/cgit/lo/core/commit/vcl/headless/svpvd.cxx?h=cp-6.0-11&id=555e1ff4cc84682ea73f9976f8e3c6f1d0f22590'>bubble the original gtk surface type through renderingCaolán McNamara 2017-02-07revert unready stuffCaolán McNamara 2017-02-07bubble the original gtk surface type through renderingCaolán McNamara 2016-11-24cairo_surface_set_device_scale is in >= cairo 1.14.0Caolán McNamara 2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara 2016-02-09Don't leak old m_pSurfaceStephan Bergmann 2016-01-26vcl: actually that shared_array was a scamMichael Stahl 2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl 2016-01-21valgrind: memleakCaolán McNamara 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara 2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara 2015-12-21loplugin:unusedmethodsNoel Grandin 2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara 2015-11-23pInst no longer neededStephan Bergmann 2015-11-23loplugin:staticmethodsStephan Bergmann 2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara 2015-11-23Do all svp text rendering with cairoCaolán McNamara 2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara 2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks 2015-06-04convert basebmp::Format to scoped enumNoel Grandin 2015-05-23Remove include stdio (part6)Julien Nabet 2015-03-20Drop paintTile's row stride output parameter that nobody is interested inTor Lillqvist 2015-03-20Don't include vcl's private include files in desktopTor Lillqvist 2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara 2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks 2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt 2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt 2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist 2014-03-10Hack on the iOS vcl codeTor Lillqvist 2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock 2014-02-21vcl: sal_Bool -> boolStephan Bergmann