summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)AuthorFilesLines
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky1-3/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-2/+2
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand4-293/+791
2013-10-31we need these old equal methods againCaolán McNamara2-0/+70
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand1-2/+8
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-4/+8
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand1-0/+82
2013-10-07Fix a warning, don't hand-calc static array size.Thorsten Behrens1-2/+2
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens1-0/+133
2013-08-15warning C4701: potentially uninitialized local variable 'bChanged' usedMichael Stahl1-1/+1
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand4-4/+125
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand2-2/+20
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-11Small vector calculation correctionArmin Le Grand1-1/+1
2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet1-0/+1
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-21/+19
2013-03-20Fix loplugin warning.Thorsten Behrens2-174/+182
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-17coverity#984038 Uninitialized scalar variableCaolán McNamara1-1/+1
2012-12-30Revert "SVG: add check if polygon is closed"Chr. Rossmanith1-4/+0
2012-12-08SVG: add check if polygon is closedChr. Rossmanith1-0/+4
2012-11-18Move #include to appropriate headerTakeshi Abe1-1/+0
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks15-486/+730
2012-10-31::rtl::OUString -> OUString in basegfxRicardo Montania1-27/+27
2012-08-08reduce ascii noise and useless commentsThomas Arnhold1-2/+0
2012-08-07drop bogus eof linesThomas Arnhold15-45/+0
2012-07-03sprinkle explicit over constructorsDavid Tardon5-6/+6
2012-06-06Some cppcheck cleaningJulien Nabet4-6/+6
2012-05-31targetted minor size vs. empty reversionMichael Meeks1-2/+2
2012-05-15fdo#48068 fix parsing of path d-attributeChr. Rossmanith1-2/+5
2012-05-14fdo#48070 more on parsing of arc pathsPetr Mladek1-7/+0
2012-05-11unusedcode: basegfx::tools::equalMatúš Kukan2-70/+0
2012-05-11fdo#48070 fix parsing of arc pathsChr. Rossmanith1-17/+18
2012-04-14Clean up basegfx's polygon tools codeGábor Stefanik3-107/+0
2012-03-26Compatibility option for incorrect relative moves after closePath (fdo#47406)Fridrich Štrba1-2/+2
2012-03-05callcatcher: update listCaolán McNamara1-132/+0
2012-03-05Remove unused codeElton Chung1-172/+0
2012-03-01Remove unused codeElton Chung3-60/+0
2012-02-25Remove unused code in basegfx, comphelperElton Chung7-383/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-22/+2
2012-02-20Remove unused codeElton Chung4-430/+0
2012-02-19Remove unused codeElton Chung2-63/+0
2012-02-16Removed unused code.Björgvin Ragnarsson1-146/+0
2012-02-01unusedcode.easy: Removed unused codeAlexander Bergmann3-53/+0
2012-01-27unusedcode.easy: Removed unused code (basegfx::B3DPolygon, basegfx::B3DPolyPo...Alexander Bergmann2-68/+0
2012-01-25Removing unused code (basegfx).Alexander Bergmann3-280/+0
2012-01-21Improve checking for emptinessThomas Arnhold3-7/+7
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+2