summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop2008-03-081-4/+22
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-061-1/+1
* snapindicator for nodehandle editing. buggy when doing constraintsnap, don't ...Johan B. C. Engelen2008-03-041-3/+7
* Show snapindicator in nodetool :-)Johan B. C. Engelen2008-03-041-1/+9
* fix initialization of nodehelperpath showingJohan B. C. Engelen2008-02-271-1/+1
* * on-canvas clip and mask editing :) in the object menu you can find how to ...Johan B. C. Engelen2008-02-231-0/+22
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* fix for gcc 3.3 by John Faith. https://bugs.launchpad.net/inkscape/+bug/178180JiHO2008-01-021-1/+2
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-2/+2
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 an...Maximilian Albert2007-12-051-7/+60
* Fix compile. Don't #include .cpp files!Johan B. C. Engelen2007-12-021-10/+2
* patch 1833571: better handle calculation for nodes converted to smooth/symmbulia byak2007-11-211-9/+21
* Warning cleanupJon A. Cruz2007-11-041-36/+36
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-6/+8
* LPE: implement NEW path-along-path effect, i think that old one has become ob...Johan B. C. Engelen2007-10-301-2/+13
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-20/+29
* Don't snap node handles to the parent path, plus a small string changeDiederik van Lierop2007-08-291-2/+2
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-35/+167
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-3/+3
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ...Johan B. C. Engelen2007-05-111-24/+12
* In node tool: make rotation by [] and scaling by <> also use the active node ...Maximilian Albert2007-04-251-4/+16
* flipping patch by maximilian albertbulia byak2007-04-171-15/+28
* Don't snap nodes to their parent pathDiederik van Lierop2007-04-141-1/+1
* fix 1675213: update symm nodes when moving with Ctrl and when adding new nodebulia byak2007-04-021-3/+7
* fix 1472297bulia byak2007-04-021-4/+8
* fix 1243587 and misc fixesbulia byak2007-04-021-15/+8
* fix 1390904bulia byak2007-04-021-5/+24
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
* fix setting knot->pos for node handles, but remove coords updating - now done...bulia byak2007-03-101-4/+2
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-2/+10
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ...bulia byak2007-02-131-8/+9
* fix crash when switching away from node tool while redrawing after a handle m...bulia byak2007-01-241-1/+2
* fix 1517414bulia byak2007-01-081-1/+4
* fix 1630193bulia byak2007-01-081-4/+10
* robustize remembering the dragged segment - store node number, not pointer; f...bulia byak2007-01-051-1/+3
* grow/shrink node selection by scrollwheelbulia byak2006-11-241-4/+31
* factor out creation of livarot_path, and make it on-demand so that update_rep...bulia byak2006-09-281-24/+21
* Enabled forced redraw on nodepath toolJohn Bintz2006-09-061-4/+4
* Initial reworking of forced redraw to work better with interruptible displayJohn Bintz2006-09-061-3/+5
* Force non-interruptible redraws while modifying paths to ensure accurate displayJohn Bintz2006-09-041-0/+4
* Fix race condition where node dragging is not ended after mouse button is rel...John Bintz2006-09-041-9/+14
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-24/+24
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-24/+24
* update livarot_path after committing change; fixes 1534994bulia byak2006-08-121-3/+4
* add checks to make sure given nodepath pointers are not null before working w...John Bintz2006-08-051-0/+10
* disconnect signals from knots when destroying node - fixes a crash with inter...bulia byak2006-08-031-6/+27
* fix new deletion behavior when deleting up to next-to-last node in subpathbulia byak2006-08-021-1/+1
* Fix bug where deleting a node broke the symmetry of neighboring smooth nodes ...John Bintz2006-07-301-0/+6
* undo annotationsbulia byak2006-07-061-38/+45
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-5/+11