summaryrefslogtreecommitdiffstats
path: root/src/nodepath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* factor out creation of livarot_path, and make it on-demand so that ↵bulia byak2006-09-281-0/+1
| | | | | update_repr does not need to do it after screen update (potentially fixing a crash) (bzr r1721)
* Fix race condition where node dragging is not ended after mouse button is ↵John Bintz2006-09-041-0/+3
| | | | | released (bzr r1681)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* undo annotationsbulia byak2006-07-061-1/+1
| | | (bzr r1361)
* make profile selectable via prefs, add elliptic (preliminary, needs ↵bulia byak2006-05-181-0/+6
| | | | | perpendicular displacement too) (bzr r883)
* show handles togglebulia byak2006-05-161-1/+6
| | | (bzr r850)
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup ↵bulia byak2006-05-121-2/+4
| | | | | deleting subpaths from under our feet; rename origin to origin_radial for node sides; add x/y origins to sides and remember origins for all nodes and sides upon grabbing; store drag pressure in the knot; sculpt (bzr r812)
* Attempt to preserve the shape of the path when deleting nodesAaron Spike2006-04-141-0/+1
| | | | | Old deletion behavior is available via Ctrl+Delete (bzr r525)
* change uint to unsigned intBob Jamison2006-04-121-2/+2
| | | (bzr r496)
* remove the old _d_changed and _typestr_changed hacks, replacing by an ↵bulia byak2006-04-121-0/+3
| | | | | int-valued local_change flag; this works much faster with less code (bzr r495)
* store and update livarot_path in nodepath; switch curve_drag to not updating ↵bulia byak2006-04-011-3/+8
| | | | | the repr, only spcurve; rename and export update_repr_* used in node-context (bzr r386)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+266
(bzr r1)