summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski2010-02-111-6/+2
* fix middle button pan and rubberband-zoom in node toolbuliabyak2010-02-101-1/+7
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-102-22/+33
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-0910-114/+321
* Really fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-02-081-3/+5
* Fix new path update preference.Krzysztof Kosi??ski2010-02-071-7/+5
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-068-15/+64
* Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski2010-02-061-31/+34
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-0415-307/+205
* Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski2010-01-311-13/+10
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-316-2/+64
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
* Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski2010-01-281-2/+6
* Fix some actions failing when show handles is off.Krzysztof Kosi??ski2010-01-281-3/+3
* Fix freezes when deleting nodes.Krzysztof Kosi??ski2010-01-241-1/+1
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-6/+5
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-221-5/+3
* Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2010-01-202-7/+10
* Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2010-01-202-2/+15
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-203-33/+9
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-202-74/+101
* Fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-01-201-1/+9
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-203-10/+31
* Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski2010-01-201-9/+21
* Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski2010-01-203-27/+9
* Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski2010-01-161-1/+1
* Warning cleanup.Jon A. Cruz2010-01-157-27/+50
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-143-17/+50
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-145-62/+73
* Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
* Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-143-11/+61
* * Merge from trunkKrzysztof Kosi??ski2010-01-142-9/+14
* Some additional docsKrzysztof Kosi??ski2010-01-133-20/+43
* * Implement node snapping.Krzysztof Kosi??ski2010-01-1012-177/+232
* Implement selection linear growKrzysztof Kosi??ski2009-12-266-19/+178
* Implement selection spatial growKrzysztof Kosi??ski2009-12-269-88/+186
* Comment cleanupKrzysztof Kosi??ski2009-12-232-5/+6
* Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski2009-12-081-3/+1
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-085-45/+133
* Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-057-67/+196
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-2927-0/+7499