summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
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-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen1-2/+16
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen1-18/+137
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. Engelen1-20/+28
2008-03-23set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen1-16/+53
2008-03-23return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen1-1/+1
2008-03-23remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen1-5/+22
2008-02-27* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen1-2/+2
2008-02-20fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen1-0/+6
2008-01-26add copy button to LPE pathparamJohan B. C. Engelen1-0/+15
2008-01-26path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen1-2/+0
2008-01-15prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen1-38/+29
2008-01-08correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen1-3/+2
2008-01-02fix typo notepath => nodepathJohan B. C. Engelen1-1/+1
2007-11-03make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen1-0/+9
2007-10-30LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen1-0/+9
2007-10-28LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen1-12/+24
2007-10-24Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen1-4/+1
2007-10-20LPE: add on-canvas editing of path parameters!Johan B. C. Engelen1-4/+18
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-182/+182
2007-08-26Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' i...Johan B. C. Engelen1-4/+9
2007-08-262 LPE things:Johan B. C. Engelen1-0/+1
2007-08-19Add default value stuff for LPE parametersJohan B. C. Engelen1-1/+10
2007-08-17Fix LPE:Johan B. C. Engelen1-3/+4
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+166