Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / live_effects / parameter / path.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-07-14 Abhishek Sharma... SPShape c++ified to the extent it was possible and...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2010-03-26 Ted GouldMerge from trunk
2010-03-19 Jon A. CruzCleanup of SP_ACTIVE_DESKTOP to prepare clipboard code...
2010-01-22 Krzysztof KosińskiFix some of the LPE issues.
2010-01-15 Jon A. CruzWarning cleanup.
2010-01-14 Krzysztof KosińskiMerge GSoC 2009 node tool rewrite
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-24 Krzysztof KosińskiRemove remnants of old node tool
2009-12-08 Krzysztof KosińskiFix LPEs and break mask transform undo
2009-11-29 Krzysztof KosińskiGSoC node tool
2009-11-29 Krzysztof KosińskiFirst GSoC node tool commit to Bazaar
2009-04-11 tweenkFix two missing icons in live effect parameters
2009-03-19 johanengelentidy up SPObjects that must always be LivePathEffectObjects
2009-01-08 buliabyakmove shape_editor from node context to the parent class...
2008-09-25 Ted GouldSorry, I got off on a branch and ended up with a bunch...
2008-08-07 johanengelentry to make LPE optimizations easier. example in LPE...
2008-08-03 joncruzFixed broken empty string check
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-08-01 joncruzWarning cleanup
2008-07-29 cilix42automatically add helperpath for PathParams
2008-07-20 johanengelenadd comments about setting new LPE PathParam path data...
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
2008-07-05 buliabyakmove undo commits closer to the UI
2008-07-03 cilix42First shot at a dropdown selector for various shapes...
2008-06-22 johanengelenuse pathvector directly from SPCurve in LPE path parameter.
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-05 cilix42Rename param_writeSVGValue() --> param_getSVGValue...
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-04-13 johanengelenfix typo
2008-04-13 johanengelennow with 2geom's arc implem. : accept pasting ellipse...
2008-04-13 johanengelenmove live_effects/n-art-bpath-2geom.* to libnr/n-art...
2008-03-28 johanengelenfix lpe-PathPAram when deleting the path that it links to
2008-03-27 johanengelenadd linking to other paths to lpe-PathParam
2008-03-26 mentalsystem clipboard support (bug #170185) from Chris Kosiński
2008-03-24 joncruzCorrected initialization order
2008-03-23 johanengelenprepare PathParam for linking to other object
2008-03-23 johanengelenset primary path storage to vector<path> in lpe-PathPar...
2008-03-23 johanengelenreturn const reference when getting path data from...
2008-03-23 johanengelenremove multiple inheritance from lpe PathParam. since...
2008-02-27 johanengelen* (when debug macro is defined) call ShapeEditor functi...
2008-02-20 johanengelenfix Bug #191909 crash on lpe stitch sub-paths, also...
2008-01-26 johanengelenadd copy button to LPE pathparam
2008-01-26 johanengelenpath lpe parameter should not know of it's edit button...
2008-01-15 johanengelenprepare LPE parameter widgets to be owned by multiple...
2008-01-08 johanengelencorrectly transform LPE path and point parameters with...
2008-01-02 johanengelenfix typo notepath => nodepath
2007-11-03 johanengelenmake setup_notepath function for LPE's and LPE parameters.
2007-10-30 johanengelenLPE: implement NEW path-along-path effect, i think...
2007-10-28 johanengelenLPE: implement 'edit next LPE parameter'. Accessible...
2007-10-24 johanengelenFix bug [ 1818794 ] Showing grid on opening svg
2007-10-20 johanengelenLPE: add on-canvas editing of path parameters!
2007-10-11 pjrmtrivial: live_effects/**: svn propset svn:eol-style...
2007-08-26 johanengelenTemporary fix LPE "2Geom not implemented" crash when...
2007-08-26 johanengelen2 LPE things:
2007-08-19 johanengelenAdd default value stuff for LPE parameters
2007-08-17 johanengelenFix LPE:
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!