summaryrefslogtreecommitdiffstats
path: root/src/live_effects/spiro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-23/+11
| | | | | | - 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
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* for spiro converters, close path only after last segment. (Bug 1473641)Alvin Penner2015-08-081-7/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1473641 (bzr r14285)
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-120/+122
| | | (bzr r12469)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-4/+4
| | | (bzr r11736)
* probably this was intendedKris De Gussem2012-06-071-1/+1
| | | (bzr r11466)
* cleanup spiro codeJohan B. C. Engelen2012-03-231-79/+32
| | | (bzr r11123)
* more spiro cleanupJohan B. C. Engelen2012-03-231-6/+3
| | | (bzr r11122)
* clean up spiro codeJohan B. C. Engelen2012-03-231-3/+92
| | | (bzr r11121)
* reduce scope of some variablesJohan B. C. Engelen2011-11-041-11/+9
| | | (bzr r10718)
* patch by Alvin for 418798bulia byak2009-08-291-2/+4
| | | (bzr r8545)
* patch from 417179 by Alvinbulia byak2009-08-241-0/+1
| | | (bzr r8530)
* patch by Alvin Penner for bug 415079bulia byak2009-08-181-0/+2
| | | (bzr r8503)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+1090
(bzr r5409)