summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix two missing icons in live effect parametersKrzysztof Kosi??ski2009-04-111-2/+2
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-191-1/+1
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-1/+1
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-1/+1
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-071-4/+12
* Fixed broken empty string checkJon A. Cruz2008-08-031-10/+10
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* automatically add helperpath for PathParamsMaximilian Albert2008-07-291-0/+6
* add comments about setting new LPE PathParam path data. refactor things a bit...Johan B. C. Engelen2008-07-201-17/+45
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-141-1/+1
* move undo commits closer to the UIbulia byak2008-07-051-2/+2
* First shot at a dropdown selector for various shapes in pen/pencil tool, alon...Maximilian Albert2008-07-031-5/+10
* use pathvector directly from SPCurve in LPE path parameter.Johan B. C. Engelen2008-06-221-1/+1
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-6/+6
* Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...Maximilian Albert2008-06-051-1/+1
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-1/+1
* fix typoJohan B. C. Engelen2008-04-131-1/+0
* now with 2geom's arc implem. : accept pasting ellipse path params.Johan B. C. Engelen2008-04-131-13/+6
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-281-2/+16
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-271-18/+137
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-261-24/+17
* Corrected initialization orderJon A. Cruz2008-03-241-1/+1
* prepare PathParam for linking to other objectJohan B. C. Engelen2008-03-231-20/+28
* set primary path storage to vector<path> in lpe-PathParam. only convert to pw...Johan B. C. Engelen2008-03-231-16/+53
* return const reference when getting path data from lpe-PathParam!Johan B. C. Engelen2008-03-231-1/+1
* remove multiple inheritance from lpe PathParam. since it is often desired to ...Johan B. C. Engelen2008-03-231-5/+22
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit p...Johan B. C. Engelen2008-02-271-2/+2
* fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpeJohan B. C. Engelen2008-02-201-0/+6
* add copy button to LPE pathparamJohan B. C. Engelen2008-01-261-0/+15
* path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen2008-01-261-2/+0
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-38/+29
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-3/+2
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-0/+9
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-0/+9
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-12/+24
* Fix bug [ 1818794 ] Showing grid on opening svgJohan B. C. Engelen2007-10-241-4/+1
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-4/+18
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-182/+182
* Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' i...Johan B. C. Engelen2007-08-261-4/+9
* 2 LPE things:Johan B. C. Engelen2007-08-261-0/+1
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-1/+10
* Fix LPE:Johan B. C. Engelen2007-08-171-3/+4
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+166