summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-05Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski1-0/+1
2010-03-04Clean up the unordered containers fix.Krzysztof Kosi??ski2-16/+14
2010-03-04Fixing build breakage with more proper autoconf usage.Jon A. Cruz2-7/+30
2010-03-03Clean up control point event handling slightlyKrzysztof Kosi??ski1-18/+14
2010-03-03Node tool: implement sculptingKrzysztof Kosi??ski3-14/+39
2010-03-02Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski1-3/+7
2010-03-02Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2-8/+4
2010-02-25Warning cleanup.Jon A. Cruz2-2/+5
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-4/+9
2010-02-18Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski1-1/+4
2010-02-18Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2-12/+12
2010-02-14color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen1-1/+1
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-1/+1
2010-02-11Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski1-6/+2
2010-02-10fix middle button pan and rubberband-zoom in node toolbuliabyak1-1/+7
2010-02-10(Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2-22/+33
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski10-114/+321
2010-02-08Really fix middle click zoom in the node tool.Krzysztof Kosi??ski1-3/+5
2010-02-07Fix new path update preference.Krzysztof Kosi??ski1-7/+5
2010-02-06Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski8-15/+64
2010-02-06Fix event handling for control points when multiple buttons are pressed;Krzysztof Kosi??ski1-31/+34
2010-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski15-307/+205
2010-01-31Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski1-13/+10
2010-01-31Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski6-2/+64
2010-01-31Fix constrained snapping in node tool.Krzysztof Kosi??ski1-4/+5
2010-01-28Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski1-2/+6
2010-01-28Fix some actions failing when show handles is off.Krzysztof Kosi??ski1-3/+3
2010-01-24Fix freezes when deleting nodes.Krzysztof Kosi??ski1-1/+1
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-6/+5
2010-01-22Fix some of the LPE issues.Krzysztof Kosi??ski1-5/+3
2010-01-20Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2-7/+10
2010-01-20Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2-2/+15
2010-01-20Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski3-33/+9
2010-01-20Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2-74/+101
2010-01-20Fix middle click zoom in the node tool.Krzysztof Kosi??ski1-1/+9
2010-01-20Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski3-10/+31
2010-01-20Select the first node of the path when Tab is pressed and nothing is selected.Krzysztof Kosi??ski1-9/+21
2010-01-20Fix snapping in the node tool when more than one point is dragged.Krzysztof Kosi??ski3-27/+9
2010-01-16Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski1-1/+1
2010-01-15Warning cleanup.Jon A. Cruz7-27/+50
2010-01-14Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski3-17/+50
2010-01-14* Add "show transform handles" toggle button.Krzysztof Kosi??ski5-62/+73
2010-01-14Re-enable snapping on release, for now.Krzysztof Kosi??ski1-2/+2
2010-01-14Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski3-11/+61
2010-01-13Some additional docsKrzysztof Kosi??ski3-20/+43
2010-01-10* Implement node snapping.Krzysztof Kosi??ski12-177/+232
2009-12-26Implement selection linear growKrzysztof Kosi??ski6-19/+178
2009-12-26Implement selection spatial growKrzysztof Kosi??ski9-88/+186
2009-12-23Comment cleanupKrzysztof Kosi??ski2-5/+6
2009-12-08Fix the "show temporary outlines for selected paths" preference.Krzysztof Kosi??ski1-3/+1