summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Line-end fixupsJon A. Cruz2008-03-222-275/+275
* temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen2008-03-211-1/+1
* clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...Johan B. C. Engelen2008-03-213-43/+44
* Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen2008-03-211-74/+5
* add pointparam-knotholder files to Makefile_insertJohan B. C. Engelen2008-03-201-0/+2
* forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2008-03-202-0/+343
* remove #ifdef that was used to disable on-canvas editing.Johan B. C. Engelen2008-03-201-7/+4
* Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2008-03-202-2/+25
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-022-29/+0
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-9/+28
* Warning and whitespace cleanupJon A. Cruz2008-03-011-1/+1
* fixing wrong includesFelipe Corr??a da Silva Sanches2008-02-282-2/+2
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-287-13/+2
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen2008-02-277-43/+44
* Whitespace cleanupJon A. Cruz2008-02-251-22/+21
* Warning and whitespace cleanupJon A. Cruz2008-02-243-8/+8
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-202-1/+7
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-262-0/+16
* path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen2008-01-262-8/+0
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-264-2/+6
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-161-17/+10
* 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-1511-56/+54
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-086-7/+29
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-023-3/+3
* make LPE parameters responsible for transformation (LPE cycles through its pa...Johan B. C. Engelen2008-01-023-0/+6
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-4/+5
* fix compile warning with C++ style castJohan B. C. Engelen2007-11-171-1/+1
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-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-043-3/+3
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-033-0/+15
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-302-0/+11
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-284-12/+34
* 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-202-4/+24
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-1111-1298/+1298
* add verticalpattern checkbox to path-along-path and some parameters that are ...Johan B. C. Engelen2007-09-151-4/+5
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+1
* change Y-scaling for curve stiching and path-along-path. add warning message ...Johan B. C. Engelen2007-09-142-0/+31
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-3/+0
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-17/+17
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-1/+1
* do not set value if widget is updatingbulia byak2007-09-051-1/+1
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-042-6/+6
* Fix makefiles for added LPE parameterJohan B. C. Engelen2007-09-021-0/+2
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-025-11/+282
* Add "scale y stroke" parameter to Curve Stitching LPEJohan B. C. Engelen2007-08-311-0/+2