summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-10/+0
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
2008-04-13C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen1-15/+15
2008-04-13fix typoJohan B. C. Engelen1-1/+0
2008-04-13now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen1-13/+6
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-3/+1
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-20/+20
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen1-0/+5
2008-04-02Make BoolParam usable in boolean expressions directlyMaximilian Albert1-0/+3
2008-03-29add CMakeLists.txt files for live_effectsJohan B. C. Engelen1-0/+21
2008-03-29svn propset svn:eol-style native **/todo.txtPeter Moulder1-6/+6
2008-03-29svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...Peter Moulder3-314/+314
2008-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2-2/+17
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen5-20/+264
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-24/+17
2008-03-24Corrected initialization orderJon A. Cruz1-1/+1
2008-03-23prepare PathParam for linking to other objectJohan B. C. Engelen2-21/+29
2008-03-23set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2-17/+61
2008-03-23return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2-2/+2
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2-10/+33
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen1-8/+8
2008-03-22fix fileJohan B. C. Engelen1-204/+0
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2-2/+206
2008-03-22Line-end fixupsJon A. Cruz2-275/+275
2008-03-21temporary fix. removed LPE context verb. now toolbar is normal again in windows.Johan B. C. Engelen1-1/+1
2008-03-21clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...Johan B. C. Engelen3-43/+44
2008-03-21Clean up event handler functions of pointparam-knotholder.cppJohan B. C. Engelen1-74/+5
2008-03-20add pointparam-knotholder files to Makefile_insertJohan B. C. Engelen1-0/+2
2008-03-20forgot to commit the two essential files! sorry to break the build for a secondJohan B. C. Engelen2-0/+343
2008-03-20remove #ifdef that was used to disable on-canvas editing.Johan B. C. Engelen1-7/+4
2008-03-20Add on-canvas editing of LPE PointParam.Johan B. C. Engelen2-2/+25
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen2-29/+0
2008-03-02NEW: temporary on-canvas indicatorsJohan B. C. Engelen1-9/+28
2008-03-01Warning and whitespace cleanupJon A. Cruz1-1/+1
2008-02-28fixing wrong includesFelipe Corr??a da Silva Sanches2-2/+2
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen7-13/+2
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen7-43/+44
2008-02-25Whitespace cleanupJon A. Cruz1-22/+21
2008-02-24Warning and whitespace cleanupJon A. Cruz3-8/+8
2008-02-20fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2-1/+7
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen2-0/+16
2008-01-26path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen2-8/+0
2008-01-26fix initialization of lpe paramsJohan B. C. Engelen4-2/+6
2008-01-16RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen1-17/+10
2008-01-16RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2-32/+11
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen4-50/+38
2008-01-15RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...Johan B. C. Engelen2-29/+17
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen11-56/+54
2008-01-08correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen6-7/+29