summaryrefslogtreecommitdiffstats
path: root/src/live_effects (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...Johan B. C. Engelen2008-01-161-4/+11
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-163-20/+13
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2008-01-162-32/+11
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-154-50/+38
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...Johan B. C. Engelen2008-01-152-29/+17
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-1513-84/+75
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-086-7/+29
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-062-2/+9
* Corrected tooltips and labels in the LPEsJoel Holdsworth2008-01-042-5/+5
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-027-8/+8
* make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen2008-01-024-0/+7
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-024-20/+53
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-304-31/+34
* add tooltip text to bend path. #178471Johan B. C. Engelen2007-12-281-1/+1
* CRLF fixJon A. Cruz2007-12-172-276/+276
* LPE Bendpath: disable width pathJohan B. C. Engelen2007-12-072-5/+11
* warning cleanupJon A. Cruz2007-12-051-2/+2
* LPEbendpath fix: save widthfactor parameter ofcourse doh!Johan B. C. Engelen2007-11-232-3/+5
* LPE add experimental width control to bend path!Johan B. C. Engelen2007-11-232-11/+19
* fix bug caused by rev. 16540Johan B. C. Engelen2007-11-222-9/+9
* Fix ordering of LPE parameters (no longer use map, just use vector)Johan B. C. Engelen2007-11-212-31/+41
* rename path along path to Bend PathJohan B. C. Engelen2007-11-211-3/+3
* correct another copy-paste error ;-)Maximilian Albert2007-11-201-1/+1
* Enhanced subcurve stitching tool to look more like Expression's effect linesJohan B. C. Engelen2007-11-202-6/+15
* correct copy-paste errorJohan B. C. Engelen2007-11-202-2/+2
* Make LPE Path along path behave more naturally. (fixes problems in moving a p...Johan B. C. Engelen2007-11-182-2/+8
* Fix exception catching, to allow polymorphism. Note to all: always catch by r...Johan B. C. Engelen2007-11-171-1/+1
* fix compile warning with C++ style castJohan B. C. Engelen2007-11-171-1/+1
* 2geom tryout: new exceptionsJohan B. C. Engelen2007-11-171-2/+2
* LPE: no longer overload doEffect methods, but name them according to accepted...Johan B. C. Engelen2007-11-1215-34/+33
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-1/+1
* try to fix "hidden method" warningJohan B. C. Engelen2007-11-081-2/+3
* warning cleanupJon A. Cruz2007-11-082-10/+10
* * UI text change "Curve stitching" to "Stitch subcurves"Johan B. C. Engelen2007-11-063-6/+37
* pattern along path is not obsolete :)Johan B. C. Engelen2007-11-051-1/+1
* Warning cleanupJon A. Cruz2007-11-041-3/+14
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-0411-19/+19
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-037-6/+56
* temporary fix for crash with shapes and path-along-path LPEJohan B. C. Engelen2007-10-301-0/+3
* ok. so NOW the new effect is committed...Johan B. C. Engelen2007-10-303-0/+253
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-305-8/+41
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-286-13/+82
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-4/+1
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-205-11/+30
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-1131-3785/+3785
* add verticalpattern checkbox to path-along-path and some parameters that are ...Johan B. C. Engelen2007-09-153-7/+20
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
* copyeditbulia byak2007-09-141-2/+2
* Change "scale y" to "scale width" in description of LPEs.Johan B. C. Engelen2007-09-142-4/+4