summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/polygon.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-14tdf#134968: don't forget to draw on mpAlphaVDev in fallback caseMike Kaganski1-12/+12
2020-05-23Add missing mpAlphaVDev handlingMike Kaganski1-0/+3
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák1-6/+3
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-6/+6
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-0/+3
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-3/+0
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-4/+8
2018-09-13Fix typosAndrea Gelmini1-1/+1
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-32/+35
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-35/+47
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-3/+3
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-6/+6
2016-09-05convert RasterOp to scoped enumNoel Grandin1-3/+3
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-3/+3
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-0/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-08tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
2016-03-04tdf#98052 - polypolygons were not drawn on the alpha deviceMarco Cecchetti1-0/+2
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-9/+9
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-4/+7
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-4/+4
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-1/+6
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-7/+7
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-12/+12
2014-04-28VCL move DrawGrid from polygon.cxx to rect.cxxChris Sherlock1-99/+0
2014-04-28VCL: remove newline from DrawGrid in outdev/rect.cxxChris Sherlock1-1/+0
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-4/+4
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud1-84/+96
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-4/+4
2014-04-24VCL: Remove unnecessary headers from outdev/polygon.cxxChris Sherlock1-2/+0
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-4/+4
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-4/+4
2014-04-17Move bezier functionsChris Sherlock1-3/+3
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock1-0/+94
2014-04-16Split outdev2.cxxChris Sherlock1-0/+478