summaryrefslogtreecommitdiff
path: root/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-11/+1
2017-07-15emfplus: more corrections due to linux buildArmin Le Grand1-10/+12
2017-07-15emfplus: finetuning, UnitTest, not active by defaultArmin Le Grand1-5/+7
2017-07-15emfplus: unified transformations, added test codeArmin Le Grand1-4/+39
2017-07-12borderline: correct problems with border displayArmin Le Grand1-380/+15
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-6/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-9/+10
2017-03-14drawinglayer: work around Android buildMiklos Vajna1-0/+10
2017-03-13Resolves: tdf#105998 distort hairline borders to fall inside the canvasCaolán McNamara1-0/+21
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin1-13/+17
2016-09-05convert HatchStyle to scoped enumNoel Grandin1-3/+3
2016-09-05convert RasterOp to scoped enumNoel Grandin1-1/+1
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand1-4/+6
2016-05-23Convert HatchStyle to scoped enumNoel Grandin1-3/+3
2016-04-26loplugin:defaultparamsTor Lillqvist1-2/+2
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel1-1/+3
2016-04-18tdf#99315 VclPixelProcessor2D: fix double border line widthMiklos Vajna1-1/+6
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-15Correct claim made in commentTor Lillqvist1-0/+1
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-3/+3
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-02svx, drawinglayer: handle tools Color <-> BackgroundColorPrimitive2D roundtripMiklos Vajna1-1/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-13/+13
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-5/+5
2014-11-21Revert "WaE: unused functions"Tor Lillqvist1-3/+0
2014-11-21Revert "fdo#81643: Regression in rendering of borders"Kohei Yoshida1-5/+5
2014-11-21WaE: unused functionsTor Lillqvist1-0/+3
2014-11-21fdo#81643: Regression in rendering of bordersZolnai Tamás1-5/+5
2014-11-02vcl: Refactor OutputDevice::TryDrawPolyLineDirect()Chris Sherlock1-5/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-3/+3
2014-04-26fdo#74336 draw hairline if line width is smallTomaž Vajngerl1-0/+10
2014-04-11Add a couple of SAL_INFOs using drawinglayer::primitive2d::idToString()Tor Lillqvist1-0/+4
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+1
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-0/+2
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-2/+2
2014-02-27Remove visual noise from drawinglayerAlexander Wilms1-1/+1
2014-01-22fdo#73886: Let's keep the "left" border outer and "right" inner.Kohei Yoshida1-4/+0
2014-01-22fdo#73886: Check the right width in case the left width is zero.Kohei Yoshida1-0/+5
2014-01-20fdo#73487: Center thick border lines around cell grid.Kohei Yoshida1-15/+66
2014-01-20Handle double lines for screen rendering.Kohei Yoshida1-2/+20
2014-01-20Ensure that the pixel line is at least 1 pixel wide.Kohei Yoshida1-2/+12
2014-01-20Do the same when the pixel thickness is zero.Kohei Yoshida1-0/+14