| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 1 | -0/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 Peyrot | 2018-06-18 | 1 | -12/+12 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-12 | 1 | -14/+14 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Remobing bspline interpolator | Jabier Arraiza | 2017-12-02 | 1 | -76/+2 |
| | | |||||
| * | Working on BSpline interpolator | Jabier Arraiza | 2017-12-01 | 1 | -2/+76 |
| | | |||||
| * | Cleaninng | Jabier Arraiza | 2017-12-01 | 1 | -36/+1 |
| | | |||||
| * | Working on BSPline interpolator | Jabier Arraiza | 2017-11-28 | 1 | -1/+36 |
| | | |||||
| * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -1/+0 |
| |\ | | | | | (bzr r13341.1.255) | ||||
| | * | LPE Powerstroke: add Centripetal Catmull-Rom interpolator | Johan B. C. Engelen | 2014-09-04 | 1 | -1/+89 |
| | | | | | | | (bzr r13545) | ||||
| * | | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -2/+86 |
| |\ \ | | | | | | | (bzr r13090.1.106) | ||||
| | * | | properly attribute code | Johan B. C. Engelen | 2014-08-23 | 1 | -0/+7 |
| | | | | | | | | | | (bzr r13341.1.158) | ||||
| | * | | To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵ | Johan B. C. Engelen | 2014-08-23 | 1 | -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. White | 2014-03-02 | 1 | -1/+41 |
| |/ | | | (bzr r13090.1.1) | ||||
| * | cleanup spiro code | Johan B. C. Engelen | 2012-03-23 | 1 | -80/+2 |
| | | | | (bzr r11123) | ||||
| * | more spiro cleanup | Johan B. C. Engelen | 2012-03-23 | 1 | -1/+0 |
| | | | | (bzr r11122) | ||||
| * | Powerstroke: add smoothness parameter for CubicBezierJohan | Johan B. C. Engelen | 2011-11-08 | 1 | -0/+4 |
| | | | | (bzr r10733) | ||||
| * | split interpolator code from main powerstroke code | Johan B. C. Engelen | 2011-11-08 | 1 | -0/+276 |
| (bzr r10732) | |||||
