summaryrefslogtreecommitdiff
path: root/include/vcl/virdev.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-03weld SwWatermarkDialogCaolán McNamara1-1/+1
2018-06-21take the surface directly from the SvpSalVirtualDeviceCaolán McNamara1-1/+2
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-1/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin1-2/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-01convert RefDevMode to scoped enumNoel Grandin1-13/+11
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-2/+2
2016-01-26vcl: actually that shared_array was a scamMichael Stahl1-4/+3
2016-01-26vcl: convert boost::shared_array to std::shared_ptrMichael Stahl1-4/+5
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara1-4/+4
2016-01-08vcl: fix Doxygen parameter nameChris Sherlock1-1/+1
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-4/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-17/+18
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-7/+9
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-6/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-01desktop, vcl: support transparency in VirtualDevices with user-provided memoryMiklos Vajna1-0/+2
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-1/+0
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+0
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-2/+2
2015-04-10vcl: fix virtual device lifecycle.Michael Meeks1-0/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-3/+2
2015-01-20remove wrong commentMarkus Mohrhard1-2/+1
2014-12-11Related: fdo#87242 init VirtualDevice with size of surfaceCaolán McNamara1-1/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-06-25Allow passing in external buffers to svp's VirtualDevice.Andrzej Hunt1-3/+11
2014-06-25Return a bitmap buffer for tiled rendering from LibLO.Andrzej Hunt1-0/+2
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock1-1/+1
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock1-3/+4
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-04-20fdo#74702 Only VirtualDevice should handle the Word ext lead bugChris Sherlock1-1/+3
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock1-0/+3
2014-03-29I realy think these should be virtualCaolán McNamara1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-26Fix merge conflictsStephan Bergmann1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-25Fix to commit 03568b2e2405fc44435b95720f3680ab1daea836Chris Sherlock1-1/+1
2014-03-25fdo#74702 Move GetBitCount() and GetAlphaBitCount into correct classesChris Sherlock1-0/+3
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock1-0/+2
2014-03-21fdo#74702 Moved ImplReleaseGraphics into correct classesChris Sherlock1-0/+1
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-11fdo#74702 Moved ImplInitGraphics into correct classesChris Sherlock1-2/+6
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-6/+6