summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* | Merge from branchJabier Arraiza Cenoz2013-01-181-11/+11
|\| | | | | (bzr r11950.1.18)
| * 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)
* | bzr history lost by a killed mergeJabier Arraiza Cenoz2012-12-141-1/+12
|/ | | (bzr r11950.1.1)
* 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)
* Other patch by Johan to comment out a warning. Thanks Johan!Josh Andler2009-09-261-1/+1
| | | (bzr r8652)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8405)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-211-7/+10
| | | | | functionality (bzr r8125)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-051-1/+1
| | | | | closed path. (bzr r7997)
* make LPE-Interpolate "official"Johan B. C. Engelen2009-05-141-1/+1
| | | (bzr r7881)
* remove the deactivate knotholder parameterbulia byak2009-05-071-5/+0
| | | (bzr r7833)
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
| | | (bzr r7763)
* unhide lpe-sketch. removed "construction lines" feature of this effect + ↵JF Barraud2009-04-201-1/+1
| | | | | minor bug fix. (bzr r7743)
* add LPE recursive skeleton (experimental)Johan B. C. Engelen2009-04-121-0/+5
| | | (bzr r7692)
* unhide hatches lpe (tests commited to test-suite).JF Barraud2009-03-271-1/+1
| | | (bzr r7574)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-1/+5
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Envelope Deform LPE is no longer experimentalJohan B. C. Engelen2009-03-151-1/+1
| | | (bzr r7498)
* moved VonKoch lpe to non experimental: relevant tests commited as well...JF Barraud2009-03-131-3/+3
| | | (bzr r7476)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-4/+0
| | | (bzr r7330)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-1/+1
| | | (bzr r7224)
* enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)Johan B. C. Engelen2009-02-021-2/+2
| | | (bzr r7223)
* knot-lpe enabled (tests commited to testsuite).JF Barraud2009-02-021-1/+4
| | | (bzr r7213)
* move most of the new LPEs to the experimental section, this means that most ↵Johan B. C. Engelen2009-01-241-9/+11
| | | | | of them will not appear in normal builds. let's be more careful in future about which lpe is "done" and which is still in development. many of the now experimental LPEs actually work quite well. if so, commit an extensive SVG with testcases to the testsuite, and move the effect out of the experimental section. (bzr r7167)
* rely on config file for enabling test effectsJohan B. C. Engelen2009-01-031-2/+4
| | | (bzr r7068)
* remove some of the lpe test define clauses. they are not needed. this in ↵Johan B. C. Engelen2009-01-031-3/+1
| | | | | preparation for moving the define to config.h (bzr r7066)