summaryrefslogtreecommitdiffstats
path: root/src/nodepath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use sp_nodepath_make_straight_path in LPEGearsJohan B. C. Engelen2008-04-141-0/+1
| | | (bzr r5438)
* fix nodepath.h include dependencyJohan B. C. Engelen2008-02-271-1/+1
| | | (bzr r4886)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-0/+1
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵Maximilian Albert2007-12-051-0/+3
| | | | | and #172113) (bzr r4174)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-1/+3
| | | (bzr r4018)
* LPE: add on-canvas editing of path parameters!Johan B. C. Engelen2007-10-201-1/+5
| | | (bzr r3934)
* rearrange, a couple utility methods for node selectionbulia byak2007-10-121-56/+59
| | | (bzr r3889)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-3/+14
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ↵Johan B. C. Engelen2007-05-111-13/+13
| | | | | multiple nodepath implementation in shape-editor. (bzr r3000)
* flipping patch by maximilian albertbulia byak2007-04-171-1/+6
| | | (bzr r2916)
* isolate the nodepath-or-knotholder unit into the new ShapeEditor class which ↵bulia byak2007-02-131-4/+2
| | | | | handles listeners etc. and provides a single interface to work with nodepath or knotholder; later will add another layer, ShapeEditorsCollective, which will allow us to have any number of nodepaths and knotholders simultaneously (bzr r2374)
* robustize remembering the dragged segment - store node number, not pointer; ↵bulia byak2007-01-051-1/+1
| | | | | fixes crash 1505549 (bzr r2134)
* 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)