summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-01-201-1/+9
| | | (bzr r9004)
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-203-10/+31
| | | (bzr r9003)
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
| | | (bzr r9002)
* Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski2010-01-203-27/+9
| | | (bzr r9001)
* Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski2010-01-161-1/+1
| | | | | Fixes crasher. (bzr r8989)
* Warning cleanup.Jon A. Cruz2010-01-157-27/+50
| | | (bzr r8981)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-143-17/+50
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-145-62/+73
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| | | (bzr r8846.2.16)
* Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-143-11/+61
| | | (bzr r8846.2.12)
* * Merge from trunkKrzysztof Kosi??ski2010-01-142-9/+14
| | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
* Some additional docsKrzysztof Kosi??ski2010-01-133-20/+43
| | | (bzr r8846.2.10)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-1012-177/+232
| | | | | | | | | | | | | * 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)
* Implement selection linear growKrzysztof Kosi??ski2009-12-266-19/+178
| | | (bzr r8846.2.8)
* Implement selection spatial growKrzysztof Kosi??ski2009-12-269-88/+186
| | | (bzr r8846.2.7)
* Comment cleanupKrzysztof Kosi??ski2009-12-232-5/+6
| | | (bzr r8846.2.5)
* Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-081-3/+1
| | | (bzr r8846.2.4)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-085-45/+133
| | | (bzr r8846.2.3)
* Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-057-67/+196
| | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-2927-0/+7499
(bzr r8846.1.1)