summaryrefslogtreecommitdiff
path: root/include/vcl/virdev.hxx
AgeCommit message (Expand)Author
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock
2020-10-19use tools::Long in vclNoel
2020-05-24tdf#74702 vcl: extract IsScreenComp()Chris Sherlock
2020-01-19flush out unused VirtualDevicesCaolán McNamara
2019-11-27vcl: allow creating a VirtualDevice with alpha sufraceTomaž Vajngerl
2019-10-04Related: tdf#127529 make it harder to misunderstand this VirtualDevice ctorCaolán McNamara
2019-06-10tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-01-23loplugin:constparams in vclNoel Grandin
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-23Constify VirtDevice::me(Alpha)?FormatJan-Marek Glogowski
2018-06-25weld SwWatermarkDialogCaolán McNamara
2018-06-21take the surface directly from the SvpSalVirtualDeviceCaolán McNamara
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01convert RefDevMode to scoped enumNoel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
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-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-08vcl: fix Doxygen parameter nameChris Sherlock
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-20remove wrong commentMarkus Mohrhard
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock
2014-04-20fdo#74702 Only VirtualDevice should handle the Word ext lead bugChris Sherlock
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
2014-03-29I realy think these should be virtualCaolán McNamara