summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
| | | (bzr r9132)
* Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-211-4/+9
| | | | | perseverance of snap-indicator (bzr r9103)
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
| | | (bzr r9088)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-0/+1
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski2010-02-061-31/+34
| | | | | | | | fixes crash bug in transform handles Fixed bugs: - https://launchpad.net/bugs/518005 (bzr r9060)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-84/+30
| | | | | in the new node tool. (bzr r9044)
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8981)
* Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| | | (bzr r8846.2.16)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-35/+46
| | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+619
(bzr r8846.1.1)