summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-151-1/+1
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-4/+6
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-12/+12
| | | (bzr r6513)
* Formerly static function used for snapping is now a private member of ↵Maximilian Albert2008-08-011-0/+3
| | | | | KnotHolderEntity (bzr r6505)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-4/+10
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-291-0/+1
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* fix release mouse crash, add missed disconnects, remove unused callbackbulia byak2008-07-271-1/+0
| | | (bzr r6430)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-3/+1
| | | (bzr r6214)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-2/+1
| | | (bzr r5870)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-0/+6
| | | | | | | 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)
* Remove warningsBob Jamison2008-06-041-1/+1
| | | (bzr r5806)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-041-25/+9
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* C++ify knotholdersMaximilian Albert2008-06-041-3/+59
| | | (bzr r5797)
* two crashes while editing nodes (one of those is reported as bug 1453558).Andrius Ramanauskas2006-04-061-0/+4
| | | | | | | * 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/+62
(bzr r1)