summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* expanding/contracting node selection by pgup/pgdnbulia byak2006-06-191-1/+155
* fix unstable behavior when ctrl+alt+dragging more than one sharp nodebulia byak2006-05-211-4/+4
* fix compile warningbulia byak2006-05-191-0/+2
* make profile selectable via prefs, add elliptic (preliminary, needs perpendic...bulia byak2006-05-181-12/+20
* optionally use linear profile for sculptingbulia byak2006-05-161-1/+5
* show handles togglebulia byak2006-05-161-1/+15
* fix potential (though currently impossible) crash when spatial mode is used w...bulia byak2006-05-151-1/+6
* use spatial/linear distance method depending on whether selection is in more ...bulia byak2006-05-151-113/+99
* sculpt other subpaths toobulia byak2006-05-151-1/+52
* report subpaths in statusbar when > 1 is touched by selectionbulia byak2006-05-151-20/+69
* statusbar tip expandedbulia byak2006-05-141-1/+1
* never destroy nodepath from within itself - this leaves an orphaned listener ...bulia byak2006-05-121-12/+1
* memleak; move deleting empty paths until after all nodes are deletedbulia byak2006-05-121-10/+17
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup delet...bulia byak2006-05-121-19/+193
* Fix silly bug with snapping node edits.Carl Hetherington2006-05-091-1/+1
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-2/+2
* More snapping cleanups.Carl Hetherington2006-05-051-11/+8
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-1/+1
* Give SPNamedView a SnapManager instance and use it for all management of snap...Carl Hetherington2006-05-031-1/+1