summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+15
| | | (bzr r4600)
* path lpe parameter should not know of it's edit button since it has no ↵Johan B. C. Engelen2008-01-261-2/+0
| | | | | unique button. (bzr r4598)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-38/+29
| | | | | | 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-3/+2
| | | (bzr r4433)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
| | | (bzr r4369)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-0/+9
| | | (bzr r4018)
* LPE: implement NEW path-along-path effect, i think that old one has become ↵Johan B. C. Engelen2007-10-301-0/+9
| | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-12/+24
| | | (bzr r3968)
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-4/+1
| | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-4/+18
| | | (bzr r3934)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-182/+182
| | | (bzr r3884)
* Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' ↵Johan B. C. Engelen2007-08-261-4/+9
| | | | | | | in it (arcs) The code should be removed when 2geom is capable of handling 'A' parameters. (bzr r3588)
* 2 LPE things:Johan B. C. Engelen2007-08-261-0/+1
| | | | | | * Add changed signal to LPE PathParameter * removed origin parameter from path along path as it is not necessary any more (bzr r3585)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-1/+10
| | | (bzr r3536)
* Fix LPE:Johan B. C. Engelen2007-08-171-3/+4
| | | | | | | | * 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)