summaryrefslogtreecommitdiffstats
path: root/src/live_effects/spiro-converters.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-02Replace IS_FINITE with std::isfinite (exists since C++11)Patrick Storz1-8/+8
2018-11-08convert to unix line endingsMax Gaukler1-136/+136
2018-11-08Clarify licensesMax Gaukler1-0/+1
- 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-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2015-08-08for spiro converters, close path only after last segment. (Bug 1473641)Alvin Penner1-12/+20
Fixed bugs: - https://launchpad.net/bugs/1473641 (bzr r14285)
2015-07-19Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski1-1/+5
(bzr r14250)
2012-03-23final cleanup of spiro?Johan B. C. Engelen1-0/+123
(bzr r11124)