summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/point.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-6/+6
2008-08-01Make PointParam handles snap, tooMaximilian Albert1-1/+2
2008-07-29Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert1-19/+0
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert1-1/+1
2008-07-29Remove superfluous functionsMaximilian Albert1-1/+1
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert1-6/+29
2008-07-04Warning cleanupJon A. Cruz1-3/+3
2008-07-04Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert1-4/+2
2008-07-02Remove now obsolete 'edit on canvas' button for PointParamsMaximilian Albert1-10/+0
2008-07-02Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert1-1/+4
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-18/+2
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-0/+21
2008-06-05Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert1-1/+1
2008-06-04C++ify knotholdersMaximilian Albert1-1/+1
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen1-0/+5
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen1-8/+8
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen1-2/+2
2008-03-21clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...Johan B. C. Engelen1-1/+1
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. Engelen1-2/+17
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen1-25/+0
2008-03-02NEW: temporary on-canvas indicatorsJohan B. C. Engelen1-9/+28
2008-02-28fixing wrong includesFelipe Corr??a da Silva Sanches1-1/+1
2008-02-28Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen1-1/+1
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen1-33/+29
2008-01-15RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen1-31/+25
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-3/+4
2008-01-08correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen1-0/+16
2007-11-17fix compile warning with C++ style castJohan B. C. Engelen1-1/+1
2007-11-09Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen1-1/+1
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-173/+173
2007-08-19Add default value stuff for LPE parametersJohan B. C. Engelen1-2/+8
2007-08-17Fix LPE:Johan B. C. Engelen1-8/+9
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+166