summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathOutline.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-17Change Path Cutting for ArcsNathan Lee1-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
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-04-20terminate line with round caps. (Bug 1680179)Alvin Penner1-2/+4
Fixed bugs: - https://launchpad.net/bugs/1680179 (bzr r15626)
2016-09-03Convert to boolean truth/falsehood.Shlomi Fish1-5/+5
Refactoring. (bzr r15100.1.9)
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
(bzr r15059)
2016-04-05re-write rev 11457. (Bug 1557348)Alvin Penner1-2/+7
Fixed bugs: - https://launchpad.net/bugs/1557348 (bzr r14763)
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-4/+4
(bzr r14059.2.2)
2014-06-07Undo changes in r13391Liam P. White1-6/+3
(bzr r13341.1.51)
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White1-3/+6
(bzr r13341.1.50)
2013-11-14fix typo in rev 12797Alvin Penner1-1/+1
(bzr r12816)
2013-11-12PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441)Alvin Penner1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1247441 (bzr r12797)
2013-11-02more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1239462 (bzr r12763)
2013-10-16couple of typos affecting Path->Linked Offset (Bug 1236830)Alvin Penner1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1236830 (bzr r12696)
2013-08-03fix small "performance" issues (cppcheck)Johan B. C. Engelen1-2/+1
(bzr r12461)
2013-01-31Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle ↵Alvin Penner1-3/+7
(Bug 820425, comment 8) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12084)
2013-01-28Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug ↵Alvin Penner1-17/+31
820425) Fixed bugs: - https://launchpad.net/bugs/820425 (bzr r12069)
2012-06-03modify calc of bbox for single point (Bug 1006666)Alvin Penner1-5/+5
Fixed bugs: - https://launchpad.net/bugs/1006666 (bzr r11457)
2011-08-28Completely remove libnrKrzysztof Kosi??ski1-1/+0
(bzr r10582.1.11)
2009-02-10patch by KoRi for bug 323594bulia byak1-70/+80
(bzr r7264)
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-102/+102
(bzr r7032)
2008-12-05NR::LInfty => Geom::Johan B. C. Engelen1-12/+12
(bzr r6953)
2007-11-10Warning cleanupJon A. Cruz1-94/+94
(bzr r4052)