Code

Enable simultaneous knotholder and nodepath
[inkscape.git] / src / nodepath.cpp
2008-07-14 cilix42Enable simultaneous knotholder and nodepath
2008-07-13 johanengelensmall code cleanup using newly discovered 2geom method :)
2008-07-13 johanengelenif the closing line segment has zero length, don't...
2008-07-13 johanengelen2geomify generation of nodetool's nodepath. have done...
2008-07-12 johanengelenfix proper type for type array when initializing nodepath
2008-07-11 johanengelenapply patch by Stefaan, fixes bug #168589
2008-06-26 johanengelendon't use splivarot to get livarot path, use livarot...
2008-06-26 johanengelendon't use splivarot to get livarot path, just use LoadP...
2008-06-22 johanengelenread PathVector instead of NArtBpath
2008-06-18 cilix42Display helper grid for LPELattice; automatically add...
2008-06-18 cilix42Separate version of sp_nodepath_generate_helperpath...
2008-06-16 cilix42Second step: try to make helper curves respond faster...
2008-06-16 cilix42First step towards making helper paths for LPE items...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-06 johanengelenfor nodepath, start using 2geompath for svg_write:...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-05-30 johanengelenLPE STACKING!
2008-05-21 dvlierop2- Use constrainedSnap() instead of freeSnap() if we...
2008-05-12 dvlierop2Add a centralized check (i.e. in the snapper mechanism...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-07 buliabyakfix bug when editing endnodes
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-04-30 dvlierop2- Major refactoring of snapping related code...
2008-04-14 johanengelenwhitespace + comment
2008-04-14 buliabyakshift+s converts node to half-smooth first if adjacent...
2008-04-12 buliabyakwith ctrl, snap handles also to the direction of the...
2008-04-10 buliabyakmake handle length/angle display immediate
2008-04-10 buliabyakfix bug: extra node added when joining two-node subpath...
2008-04-07 dvlierop2Refactor snapper and snapindicator (in order to enable...
2008-04-01 buliabyakmove helper path to the bottom so it doesnt get in...
2008-03-30 johncoswellFactor out join endpoints validation & initialization...
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-08 dvlierop2Node tool: snap to paths and their nodes, incl. to...
2008-03-06 johanengelenadd preferences for path flashing on mouseover
2008-03-04 johanengelensnapindicator for nodehandle editing. buggy when doing...
2008-03-04 johanengelenShow snapindicator in nodetool :-)
2008-02-27 johanengelenfix initialization of nodehelperpath showing
2008-02-23 johanengelen* on-canvas clip and mask editing :) in the object...
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-02 jiho-sffix for gcc 3.3 by John Faith. https://bugs.launchpad...
2008-01-02 johanengelenfix typo notepath => nodepath
2007-12-05 cilix42Add entry fields for x/y coordinates of selected nodes...
2007-12-02 johanengelenFix compile. Don't #include .cpp files!
2007-11-21 buliabyakpatch 1833571: better handle calculation for nodes...
2007-11-04 joncruzWarning cleanup
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-20 johanengelenLPE: add on-canvas editing of path parameters!
2007-08-29 dvlierop2Don't snap node handles to the parent path, plus a...
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!
2007-07-28 dvlierop21) Changes to snapping preferences dialog
2007-05-11 johanengelenfixed fixme's in shapeeditor and changed verbs for...
2007-04-25 cilix42In node tool: make rotation by [] and scaling by <...
2007-04-17 buliabyakflipping patch by maximilian albert
2007-04-14 dvlierop2Don't snap nodes to their parent path
2007-04-02 buliabyakfix 1675213: update symm nodes when moving with Ctrl...
2007-04-02 buliabyakfix 1472297
2007-04-02 buliabyakfix 1243587 and misc fixes
2007-04-02 buliabyakfix 1390904
2007-03-20 mentalplumb XML::Document parameter into duplication, courtes...
2007-03-10 buliabyakfix setting knot->pos for node handles, but remove...
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2007-02-13 buliabyakisolate the nodepath-or-knotholder unit into the new...
2007-01-24 buliabyakfix crash when switching away from node tool while...
2007-01-08 buliabyakfix 1517414
2007-01-08 buliabyakfix 1630193
2007-01-05 buliabyakrobustize remembering the dragged segment - store node...
2006-11-24 buliabyakgrow/shrink node selection by scrollwheel
2006-09-28 buliabyakfactor out creation of livarot_path, and make it on...
2006-09-06 johncoswellEnabled forced redraw on nodepath tool
2006-09-06 johncoswellInitial reworking of forced redraw to work better with...
2006-09-04 johncoswellForce non-interruptible redraws while modifying paths...
2006-09-04 johncoswellFix race condition where node dragging is not ended...
2006-08-25 kidprotopeeled back the gboolean code as it hit on some complex...
2006-08-23 kidprotoOk, committed msgloan's patch to convert gbooleans...
2006-08-12 buliabyakupdate livarot_path after committing change; fixes...
2006-08-05 johncoswelladd checks to make sure given nodepath pointers are...
2006-08-03 buliabyakdisconnect signals from knots when destroying node...
2006-08-02 buliabyakfix new deletion behavior when deleting up to next...
2006-07-30 johncoswellFix bug where deleting a node broke the symmetry of...
2006-07-06 buliabyakundo annotations
2006-06-29 buliabyakpatch from Gustav Broberg: undo annotations and history...
2006-06-19 buliabyakexpanding/contracting node selection by pgup/pgdn
2006-05-21 buliabyakfix unstable behavior when ctrl+alt+dragging more than...
2006-05-19 buliabyakfix compile warning
2006-05-18 buliabyakmake profile selectable via prefs, add elliptic (prelim...
2006-05-16 buliabyakoptionally use linear profile for sculpting
2006-05-16 buliabyakshow handles toggle
2006-05-15 buliabyakfix potential (though currently impossible) crash when...
2006-05-15 buliabyakuse spatial/linear distance method depending on whether...
2006-05-15 buliabyaksculpt other subpaths too
2006-05-15 buliabyakreport subpaths in statusbar when > 1 is touched by...
2006-05-14 buliabyakstatusbar tip expanded
2006-05-12 buliabyaknever destroy nodepath from within itself - this leaves...
2006-05-12 buliabyakmemleak; move deleting empty paths until after all...
2006-05-12 buliabyakfix undo bug in nodepath_preserve; fix crash caused...
2006-05-09 cth103Fix silly bug with snapping node edits.
2006-05-09 mentaleliminate direct accesses to SPCurve::bpath
2006-05-05 cth103More snapping cleanups.
next