summaryrefslogtreecommitdiffstats
path: root/src/knot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-1/+2
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-16/+16
| | | (bzr r6511)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-1/+1
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* C++ify knotholdersMaximilian Albert2008-06-041-0/+11
| | | (bzr r5797)
* fix undo bug in nodepath_preserve; fix crash caused by nodepath_cleanup ↵bulia byak2006-05-121-0/+2
| | | | | 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)
* * knot.h, knot.cpp, connector-context.cpp:mjwybrow2006-05-081-0/+1
| | | | | Fix glib-gobject-warnings for knots in the connector tool. (bzr r764)
* fix an old typo by laurisbulia byak2006-04-151-1/+1
| | | (bzr r528)
* reverting part of last changes (eliminating the "invalid access to ↵Andrius Ramanauskas2006-04-071-1/+2
| | | | | non-static data member `SPKnotClass::event' of NULL object" warnings) (bzr r454)
* c -> cpp (eliminating unneded casts)Andrius Ramanauskas2006-04-061-5/+2
| | | (bzr r448)
* two crashes while editing nodes (one of those is reported as bug 1453558).Andrius Ramanauskas2006-04-061-0/+2
| | | | | | | * fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots); * fixed another crash by adding ref/unref to sp_knot_handler * also added signal disconnecting (bzr r445)
* Fixed warningsJon A. Cruz2006-04-021-9/+9
| | | (bzr r400)
* delete slow and redundant g_object properties, replacing them with fast ↵bulia byak2006-03-281-0/+50
| | | | | inline setters on struct members (bzr r322)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+127
(bzr r1)