summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/polyline.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-10/+10
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-4/+7
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin1-2/+2
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/+7
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-5/+5
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-3/+3
2015-01-12do not set Y line width to 0Luboš Luňák1-1/+1
2014-11-05vcl: renamed OutputDevice::PaintLineGeometryWithEvtlExpand()Chris Sherlock1-1/+1
2014-11-03vcl: merge DrawPolyLineDirect() and drawPolyLineDirectNoAACheck()Chris Sherlock1-52/+44
2014-11-02vcl: Refactor OutputDevice::TryDrawPolyLineDirect()Chris Sherlock1-36/+25
2014-11-02vcl: rename OutputDevice::DrawPolyLineWithLineInfo() to drawPolyLine()Chris Sherlock1-3/+3
2014-04-28VCL: rename TryDrawPolyLineDirectNoAA to TryDrawPolyLineDirectNoAACheckChris Sherlock1-5/+5
2014-04-27VCL: rename OutputDevice::ImplInitFillColor and make it privateChris Sherlock1-2/+2
2014-04-27vcl/outdev/*.cxx cosmetic clean-upNorbert Thiebaud1-67/+63
2014-04-24fdo#74336 wrongly transformed line width - use 0 for heightTomaž Vajngerl1-1/+1
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-4/+4
2014-04-24VCL: Remove unnecessary headers from outdev/polyline.cxxChris Sherlock1-1/+0
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-4/+4
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-32/+36
2014-04-17Remove commented out code in polyline.cxxChris Sherlock1-15/+0
2014-04-17Move bezier functionsChris Sherlock1-2/+2
2014-04-16Split outdev2.cxxChris Sherlock1-0/+383