summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/polygon.cxx
AgeCommit message (Expand)Author
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke
2018-09-13Fix typosAndrea Gelmini
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-09-05convert RasterOp to scoped enumNoel Grandin
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-08tdf#98052 - even polygons were not drawn on the alpha deviceMarco Cecchetti
2016-03-04tdf#98052 - polypolygons were not drawn on the alpha deviceMarco Cecchetti
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
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 ANTIALIASING constants to scoped enumNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-11-10vcl: Add support for transparent polygon drawing with OpenGLLouis-Francis Ratté-Boulianne
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-04-28VCL move DrawGrid from polygon.cxx to rect.cxxChris Sherlock
2014-04-28VCL: remove newline from DrawGrid in outdev/rect.cxxChris Sherlock
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock
2014-04-24VCL: Remove unnecessary headers from outdev/polygon.cxxChris Sherlock
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock
2014-04-22Rearrange OutputDevice line functionsChris Sherlock
2014-04-17Move bezier functionsChris Sherlock
2014-04-16Split outdev5.cxx and outdev6.cxxChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock