summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathStroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-8/+8
| | | (bzr r14059.2.2)
* Fix modelinesAlex Valavanis2014-08-301-9/+9
| | | (bzr r13341.1.183)
* Undo changes in r13391Liam P. White2014-06-071-2/+1
| | | (bzr r13341.1.51)
* Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-061-1/+2
| | | (bzr r13341.1.50)
* Path->Inset. remove redundant node on inner join. (Bug 1218333)Alvin Penner2013-09-141-16/+18
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1218333 (bzr r12518)
* code cleanup: quiet warnings with gcc.Campbell Barton2012-11-201-2/+2
| | | (bzr r11888)
* Patch by Johan for 445790Josh Andler2009-11-081-1/+7
| | | (bzr r8824)
* fix bug !Johan B. C. Engelen2009-01-171-6/+1
| | | (bzr r7141)
* fix bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-021-1/+1
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-61/+61
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-1/+1
| | | (bzr r6953)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* warning cleanupJon A. Cruz2008-07-161-5/+5
| | | (bzr r6329)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+756
(bzr r1)