summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-151-31/+25
| | | (bzr r4500)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-3/+4
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-0/+16
| | | (bzr r4433)
* fix compile warning with C++ style castJohan B. C. Engelen2007-11-171-1/+1
| | | (bzr r4096)
* Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen2007-11-091-1/+1
| | | | | Add conversion functions between Geom::Point and NR::Point (bzr r4050)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-173/+173
| | | (bzr r3884)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-2/+8
| | | (bzr r3536)
* Fix LPE:Johan B. C. Engelen2007-08-171-8/+9
| | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+166
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)