summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon
AgeCommit message (Expand)Author
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-10basegfx: Solve crossovers even if there is only one polygon in the polypolygonLouis-Francis Ratté-Boulianne
2014-10-28Fix --disable-sal-log buildsStephan Bergmann
2014-10-28coverity#1242792 Unused valueCaolán McNamara
2014-10-03coverity#1242792 Unused valueCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-08-07Related: #i125349# refined to exclude possible recursive callsArmin Le Grand
2014-08-07Related: #i125349# moved clip enhancements to base clipping functionalityArmin Le Grand
2014-08-07coverity#983561 Arguments in wrong orderCaolán McNamara
2014-08-07coverity#983562 Arguments in wrong orderCaolán McNamara
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard
2014-06-23fdo#79615 create clipping polygon correctlyDavid Tardon
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-23Revert "Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdges"Tor Lillqvist
2014-04-22Remove unused basegfx::tools::equalMiklos Vajna
2014-04-22Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdgesMiklos Vajna
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-04-01coverity#984038 Uninitialized scalar variableCaolán McNamara
2014-04-01Remove unused inline functionsStephan Bergmann
2014-03-05Revert "remove unused code in basegfx"Noel Grandin
2014-03-05remove unused code in basegfxNoel Grandin
2014-02-25Remove visual noise from basegfxAlexander Wilms
2014-01-29We're retrieving the arrow width, so let's do so directly.Andrzej Hunt
2014-01-27nPointCount test inside nPointCount testCaolán McNamara
2014-01-19coverity#1130188 Logically dead codeNorbert Thiebaud
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet
2014-01-10Use boolStephan Bergmann
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
2014-01-01WaE: basegfx / trapezoid fix.Michael Meeks
2014-01-01basegfx: accelerate Trapezoid subdivision by avoiding allocations.Michael Meeks
2013-11-27EMF+: Line thickness has to be considered when drawing the caps.Jan Holesovsky
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-31we need these old equal methods againCaolán McNamara
2013-10-28Resolves: #i123465# no longer correct svg:d importsArmin Le Grand
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-11Resolves: #i123379# various SVG marker correctionsArmin Le Grand
2013-10-07Fix a warning, don't hand-calc static array size.Thorsten Behrens
2013-10-07Add 7-segment display polygon generator to basegfx.Thorsten Behrens
2013-08-15warning C4701: potentially uninitialized local variable 'bChanged' usedMichael Stahl
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand
2013-06-12Resolves: #i121267# added support for taking clipping into account...Armin Le Grand
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-11Small vector calculation correctionArmin Le Grand
2013-04-01Add assert nCount <= vector.size() (Thank you Markus!)Julien Nabet
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet