summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Expand)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-10/+0
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
* fix typoJohan B. C. Engelen2008-04-131-1/+0
* now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen2008-04-131-13/+6
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-3/+1
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-20/+20
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-051-0/+5
* Make BoolParam usable in boolean expressions directlyMaximilian Albert2008-04-021-0/+3
* add CMakeLists.txt files for live_effectsJohan B. C. Engelen2008-03-291-0/+21
* svn propset svn:eol-style native **/todo.txtPeter Moulder2008-03-291-6/+6
* svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...Peter Moulder2008-03-293-314/+314
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-282-2/+17
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-275-20/+264
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-24/+17
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-232-21/+29
* set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2008-03-232-17/+61
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-232-2/+2
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-232-10/+33
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-221-8/+8
* fix fileJohan B. C. Engelen2008-03-221-204/+0
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-222-2/+206
* 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