summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathOutline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Change Path Cutting for ArcsNathan Lee2019-06-171-2/+0
| | | | | | | The arc's sweep and large arc flags are wrong. Also remove early return (proper error handling already present). https://gitlab.com/inkscape/inkscape/issues/250
* Clarify licensesMax Gaukler2018-11-081-5/+7
| | | | | | - 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-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* terminate line with round caps. (Bug 1680179)Alvin Penner2017-04-201-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626)
* Convert to boolean truth/falsehood.Shlomi Fish2016-09-031-5/+5
| | | | | Refactoring. (bzr r15100.1.9)
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
| | | (bzr r15059)
* re-write rev 11457. (Bug 1557348)Alvin Penner2016-04-051-2/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1557348 (bzr r14763)
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-4/+4
| | | (bzr r14059.2.2)
* fix typo in rev 12797Alvin Penner2013-11-141-1/+1
| | | (bzr r12816)
* PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441)Alvin Penner2013-11-121-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1247441 (bzr r12797)
* more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner2013-11-021-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1239462 (bzr r12763)
* couple of typos affecting Path->Linked Offset (Bug 1236830)Alvin Penner2013-10-161-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1236830 (bzr r12696)
* fix small "performance" issues (cppcheck)Johan B. C. Engelen2013-08-031-2/+1
| | | (bzr r12461)
* Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle ↵Alvin Penner2013-01-311-3/+7
| | | | | | | | (Bug 820425, comment 8) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12084)
* Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵Alvin Penner2013-01-281-17/+31
| | | | | | | | 820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069)
* modify calc of bbox for single point (Bug 1006666)Alvin Penner2012-06-031-5/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1006666 (bzr r11457)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-1/+0
| | | (bzr r10582.1.11)
* patch by KoRi for bug 323594bulia byak2009-02-101-70/+80
| | | (bzr r7264)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-102/+102
| | | (bzr r7032)
* NR::LInfty => Geom::Johan B. C. Engelen2008-12-051-12/+12
| | | (bzr r6953)
* Warning cleanupJon A. Cruz2007-11-101-94/+94
| | | (bzr r4052)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1493
(bzr r1)