summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/line.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-14remove SalPointNoel Grandin1-2/+2
2020-11-11make sure mpAlphaVDev is drawn when drawing lines (tdf#137974)Luboš Luňák1-10/+10
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák1-6/+4
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák1-4/+2
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-3/+4
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-0/+2
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen1-3/+0
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-10/+4
2018-10-13use range based loops over B2DPolyPolygon in vclJochen Nitschke1-10/+9
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-5/+5
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-5/+14
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+3
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-4/+4
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-2/+2
2016-09-05convert LineStyle to scoped enumNoel Grandin1-3/+3
2016-09-05convert RasterOp to scoped enumNoel Grandin1-2/+2
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin1-2/+2
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-2/+16
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-2/+3
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-2/+2
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-2/+2
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-1/+4
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-3/+3
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2014-11-05vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock1-4/+2
2014-11-03vcl: typo in variable name in PaintLineGeometryWithEvtlExpandChris Sherlock1-3/+3
2014-04-28VCL: Move line functions into state areasChris Sherlock1-69/+0
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-1/+1
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-2/+2
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-2/+2
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-9/+84
2014-04-16Need <numeric> for std::accumulate()Tor Lillqvist1-0/+2
2014-04-16Split outdev2.cxxChris Sherlock1-0/+277