summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/gradient.cxx
AgeCommit message (Expand)Author
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-05-17fix is_double_buffered_windowNoel Grandin
2021-01-13vcl: migrate OutputDevice::SetGrayscaleColors() to Gradient::MakeGrayscale()Chris Sherlock
2021-01-07set fill color when filling alphavdev area for gradients (tdf#138959)Luboš Luňák
2020-12-24custom literal for Degree10Noel Grandin
2020-12-15tdf#138936 gradient missing under RTL from writer comment marginsCaolán McNamara
2020-11-13properly clip native VCL gradients (tdf#137563)Luboš Luňák
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vclNoel Grandin
2019-11-27tdf#128337 clip the metafile Gradient drawingJan-Marek Glogowski
2019-06-22tdf#125670 check graphics before output cliprectJan-Marek Glogowski
2019-06-21Related: tdf#125670 avoid possible performance issues for the general caseCaolán McNamara
2019-06-21tdf#125777 restore old RenderContext before returnJan-Marek Glogowski
2019-06-06tdf#125670 just check gradient clipping on drawingJan-Marek Glogowski
2019-02-11loplugin:indentation in vclNoel Grandin
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-10-12Fix typosAndrea Gelmini
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-07-18Fix typosAndrea Gelmini
2018-03-26replace SalColor with ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-09-05convert GradientStyle to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
2014-11-22vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne
2014-11-15vcl: Draw gradient in alpha device even when using native renderingLouis-Francis Ratté-Boulianne
2014-11-04WaE: unused variable 'aClipPolyPoly'Tor Lillqvist
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock