summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* To help the SVG WG discussion on powerstroke, a quick code-up of centripetal ↵Johan B. C. Engelen2014-08-231-0/+6
| | | | | | | | 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)
* Add 'Show handles' LPEJabier Arraiza Cenoz2014-08-121-1/+6
| | | (bzr r13341.1.139)
* Added roughen LPEJabier Arraiza Cenoz2014-07-301-0/+5
| | | (bzr r13341.1.106)
* Coding style improvementsLiam P. White2014-07-061-7/+9
| | | (bzr r13341.1.81)
* Fix buildLiam P. White2014-07-021-0/+1
| | | (bzr r13341.1.76)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-0/+3
| | | (bzr r13341.1.74)
* Removed original path helper paths pointed by LiamWJabier Arraiza Cenoz2014-06-131-8/+0
| | | (bzr r13341.1.61)
* Added Perspective-Envelope live effectJabier Arraiza Cenoz2014-05-301-0/+5
| | | (bzr r13341.1.43)
* Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-131-0/+5
| | | (bzr r13341.1.14)
* Add Simplify LPEJabier Arraiza Cenoz2014-05-131-3/+11
| | | (bzr r13341.1.13)
* Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-081-0/+5
|\ | | | | (bzr r13341.2.1)
| * update to trunkJabier Arraiza Cenoz2014-01-181-13/+7
| |\ | | | | | | (bzr r11950.1.235)
| * | RefactorizingJabier Arraiza Cenoz2013-12-301-6/+0
| | | | | | | | | (bzr r11950.1.212)
| * | Update to trunkJabier Arraiza Cenoz2013-11-101-1/+1
| |\ \ | | | | | | | | (bzr r11950.1.195)
| * \ \ Update to trunkJabier Arraiza Cenoz2013-11-081-2/+2
| |\ \ \ | | | | | | | | | | (bzr r11950.1.193)
| * \ \ \ update to trunkroot2013-10-051-1/+1
| |\ \ \ \ | | | | | | | | | | | | (bzr r11950.1.159)
| * | | | | Fix error with envelope lpeJabier Arraiza Cenoz2013-05-181-1/+1
| | | | | | | | | | | | | | | | | | (bzr r11950.1.117)
| * | | | | Update to trunkJabier Arraiza Cenoz2013-03-261-2/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.75)
| * \ \ \ \ \ Merge from branchJabier Arraiza Cenoz2013-01-181-11/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r11950.1.18)
| * | | | | | | bzr history lost by a killed mergeJabier Arraiza Cenoz2012-12-141-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.1)
* | | | | | | | Make experimental feature enabling more unified/easy.Josh Andler2014-05-051-2/+0
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | (bzr r13336)
* | | | | | | LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ↵Johan B. C. Engelen2014-01-121-13/+7
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | not yet called by anyone, but the naming was confusing) (bzr r12920)
* | | | | | Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| |_|_|_|/ |/| | | | | | | | | (bzr r12785)
* | | | | First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
| |_|_|/ |/| | | | | | | (bzr r12782)
* | | | C++Johan B. C. Engelen2013-10-041-1/+1
| |_|/ |/| | | | | (bzr r12660)
* | | Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| |/ |/| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* | const ....Johan B. C. Engelen2013-01-171-6/+6
| | | | | | (bzr r12039)
* | more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-2/+2
| | | | | | (bzr r12038)
* | const methodsJohan B. C. Engelen2013-01-171-3/+3
|/ | | (bzr r12037)
* Translations. Adding new LPE to the translation template, UI consistency ↵Nicolas Dufour2012-10-011-3/+3
| | | | | fixes and unstable tag removed. (bzr r11720)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-25/+4
| | | (bzr r11170)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-27/+27
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-121-0/+5
| | | | | (without LPE) of a path with an LPE applied (bzr r10874)
* Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-031-1/+4
| | | (bzr r10828)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-3/+3
| | | (bzr r10826)
* cppcheckKris De Gussem2011-10-181-4/+4
| | | (bzr r10681)
* add PowerStroke to the normally visible LPEs, but with 'unstable!' warningJohan B. C. Engelen2011-09-291-2/+2
| | | (bzr r10653)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-9/+9
| | | (bzr r10060)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-2/+2
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+4
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
* | add powerstroke initial shotJohan B. C. Engelen2010-07-261-0/+6
|/ | | (bzr r9654)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-1/+1
| | | (bzr r9432)
* remove obsolete TODO comment that has been done alreadyJohan B. C. Engelen2010-02-141-1/+0
| | | (bzr r9086.1.2)
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
| | | (bzr r8846.2.6)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-7/+0
| | | (bzr r8846.2.3)
* decrease header depsJohan B. C. Engelen2009-11-231-0/+1
| | | (bzr r8842)
* add LPE extrude. it's not finished yet!Johan B. C. Engelen2009-11-231-0/+5
| | | (bzr r8838)