summaryrefslogtreecommitdiffstats
path: root/src/knot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)