summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/line.cxx
AgeCommit message (Expand)AuthorFilesLines
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