Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / shape-editor.cpp
2010-03-26 Ted GouldMerge from trunk
2010-02-04 Diederik van LieropDon't discard first point in pencil's freehand mode...
2010-01-30 Diederik van LieropFinally introducing the pre-snap indicator
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-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-11-29 Ted GouldMerging in the changes from the 0.47 release branch...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Krzysztof KosińskiGSoC node tool
2009-11-29 Ted GouldMerging in from trunk
2009-11-29 Krzysztof KosińskiFirst GSoC node tool commit to Bazaar
2009-11-23 johanengelendecrease header dependencies
2009-10-15 buliabyakfix crash: draw two paths, select both, object - clip...
2009-07-15 johanengelenshapeeditor: save separate listerner's repr_keys for...
2009-03-19 johanengelentidy up SPObjects that must always be LivePathEffectObjects
2009-03-19 johanengelenfix crash when undoing LPE path param edit just after...
2009-03-10 buliabyakfix 317365: when moving in/out of defs, an object gets...
2009-02-06 buliabyakmake more things private
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42Some NR::Point ==> Geom::Point replacements
2008-09-11 johanengelenconvert almost all libnrtype to Geom::
2008-09-08 cilix422geom update (rev. 1578); fixes node editing of some...
2008-09-07 johanengelenfix node tool for LPEs by reverting r19694
2008-09-05 buliabyakundo last commit - here's a better way to fix this bug
2008-09-05 buliabyakfix crash: separate np and kh listeners so that np...
2008-09-02 joncruzFixed forgotten variable assignment
2008-08-18 cilix42Remove debugging messages
2008-08-18 cilix42Many debugging messages
2008-08-18 cilix42Use the visible curve (instead of original curve when...
2008-08-13 cilix42Get rid of sp_nodepath_current() and a few instances...
2008-08-13 cilix42Get rid of some superfluous includes
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-07-29 cilix42Remove now obsolete functions
2008-07-25 johanengelenin shapeeditor to determine whether tool is above the...
2008-07-22 cilix42Fix LP #250175 (broken undo in node tool)
2008-07-20 buliabyakfix stupid crash, make get_item const
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
2008-07-05 buliabyakanother fix for parallel knotholder and nodepath
2008-07-05 buliabyakfix crash triggered by having both knotholder and nodep...
2008-06-18 cilix42Update LPE helper paths "live" on changes
2008-06-16 cilix42Second step: try to make helper curves respond faster...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-08 cilix42Make knotholders for LPE items finally work; each effec...
2008-06-04 cilix42C++ify knotholders
2008-06-02 johanengelencheck if item is LPEItem before casting!!! fixes bug...
2008-05-30 johanengelenLPE STACKING!
2008-05-19 cilix42Add checkbox for LPEs to temporarily disable them on...
2008-05-19 cilix42Provide knotholder for LPEPerpBisector; TODO: this...
2008-03-21 jaspervdgNo more NRMatrix or NRPoint.
2008-03-20 johanengelenAdd on-canvas editing of LPE PointParam.
2008-03-12 johanengelenfix FIXME: remove setting knotholder to NULL, because...
2008-02-27 johanengelen* (when debug macro is defined) call ShapeEditor functi...
2008-02-23 johanengelen* on-canvas clip and mask editing :) in the object...
2008-01-25 keescookfirst set of updates to headers for clean gcc 4.3 builds
2008-01-12 buliabyakfix over_the_stroke for paths in transformed groups
2007-11-04 joncruzWarning cleanup
2007-10-30 johanengelenLPE: implement NEW path-along-path effect, i think...
2007-10-23 johanengelenfix undoing of LPE paths again. please test. (now nodep...
2007-10-23 johanengelenRevert undo LPE paths fix; crashed on linux :(
2007-10-20 johanengelenLPE: fix undoing changes to pathparameter on-canvas.
2007-10-20 johanengelenLPE: add on-canvas editing of path parameters!
2007-10-17 johanengelenFix undo bug when on-canvas editing LPE path parameter!
2007-10-12 buliabyakscroll desktop to selected node after Tab/Shift-Tab
2007-09-10 joncruzPurged fill type enum
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!
2007-05-11 johanengelenfixed fixme's in shapeeditor and changed verbs for...
2007-04-17 buliabyakflipping patch by maximilian albert
2007-03-04 mentalredo NR::Maybe to be less clever
2007-02-13 buliabyakremoving forward declaration of a enum - is it valid...
2007-02-13 buliabyakisolate the nodepath-or-knotholder unit into the new...