summaryrefslogtreecommitdiffstats
path: root/src/knotholder.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-0/+2
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* NR -> 2Geom few more filesJoshua L. Blocher2008-12-051-1/+1
| | | (bzr r6959)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-6/+0
| | | (bzr r6513)
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-1/+2
| | | (bzr r6511)
* Make knotholder members protectedMaximilian Albert2008-06-181-3/+6
| | | (bzr r5994)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-1/+3
| | | | | | | 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-32/+27
| | | (bzr r5797)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-1/+1
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-061-0/+3
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | 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-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* two crashes while editing nodes (one of those is reported as bug 1453558).Andrius Ramanauskas2006-04-061-1/+6
| | | | | | | * 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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+79
(bzr r1)