summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-powerstroke-interpolators.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-0/+1
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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-equals-default pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-14/+14
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Remobing bspline interpolatorJabier Arraiza2017-12-021-76/+2
|
* Working on BSpline interpolatorJabier Arraiza2017-12-011-2/+76
|
* CleaninngJabier Arraiza2017-12-011-36/+1
|
* Working on BSPline interpolatorJabier Arraiza2017-11-281-1/+36
|
* Update to trunk r13580Liam P. White2014-10-061-1/+0
|\ | | | | (bzr r13341.1.255)
| * LPE Powerstroke: add Centripetal Catmull-Rom interpolatorJohan B. C. Engelen2014-09-041-1/+89
| | | | | | (bzr r13545)
* | Update to experimental r13531Liam P. White2014-08-311-2/+86
|\ \ | | | | | | (bzr r13090.1.106)
| * | properly attribute codeJohan B. C. Engelen2014-08-231-0/+7
| | | | | | | | | (bzr r13341.1.158)
| * | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵Johan B. C. Engelen2014-08-231-2/+79
| |/ | | | | | | | | | | | | | | Catmull-Rom interpolation. The code probably needs a clean up pass, and more generally, the interpolation functions should move into 2geom or at least into a .cpp file. - Add Catmull-Rom interpolation to powerstroke interpolation options - Add LPE Interpolate points (bzr r13341.1.156)
* / Experimental merge of Ponyscape features into trunk (will not compile)Liam P. White2014-03-021-1/+41
|/ | | (bzr r13090.1.1)
* cleanup spiro codeJohan B. C. Engelen2012-03-231-80/+2
| | | (bzr r11123)
* more spiro cleanupJohan B. C. Engelen2012-03-231-1/+0
| | | (bzr r11122)
* Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-081-0/+4
| | | (bzr r10733)
* split interpolator code from main powerstroke codeJohan B. C. Engelen2011-11-081-0/+276
(bzr r10732)