summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathConversion.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arc polygonization uses arc's scale for precisionrocifier2019-03-171-7/+8
|
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
|
* Clarify licensesMax Gaukler2018-11-081-5/+9
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-3/+3
| | | (bzr r14059.2.2)
* more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner2013-11-021-4/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239462 (bzr r12763)
* conversions from radians to degrees for arcs (Bug 324117)Alvin Penner2013-10-311-8/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/324117 (bzr r12756)
* fix small "performance" issues (cppcheck)Johan B. C. Engelen2013-08-031-15/+6
| | | (bzr r12461)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+2
| | | (bzr r10582.1.6)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-276/+0
| | | (bzr r10582.1.3)
* Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-2/+0
| | | (bzr r9508.1.44)
* Fix infinite loop as reported in bug #365034Diederik van Lierop2009-04-301-5/+5
| | | (bzr r7800)
* fix bug !Johan B. C. Engelen2009-01-171-3/+9
| | | (bzr r7141)
* fix bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-021-2/+6
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-134/+134
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-9/+9
| | | (bzr r6953)
* Merging from trunkTed Gould2008-10-111-26/+28
| | | (bzr r6884)
* Bug 1488621 (path misrendered if some successive node is in the same position)Andrius Ramanauskas2006-05-161-2/+9
| | | (bzr r852)
* Fix for [Bug-1473139]Andrius Ramanauskas2006-04-201-7/+5
| | | (bzr r553)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+265
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1575
(bzr r1)