summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski2010-03-051-0/+1
| | | (bzr r9145)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-042-16/+14
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-7/+30
| | | (bzr r9138)
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
| | | (bzr r9132)
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-033-14/+39
| | | (bzr r9131)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+7
| | | | | preserves the shape (bzr r9130)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-022-8/+4
| | | | | when using Apple compilers. (bzr r9129)
* Warning cleanup.Jon A. Cruz2010-02-252-2/+5
| | | (bzr r9110)
* 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)
* Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski2010-02-181-1/+4
| | | (bzr r9096)
* Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2010-02-182-12/+12
| | | | | in the node tool (bzr r9095)
* - fix bug: xy grid default unit was not respectedJohan B. C. Engelen2010-02-141-1/+1
|\ | | | | | | | | | | | | - color original-d path as normal path in node tool - remove obsolete todo comment - add widget controls for vectorparam in lpe (bzr r9092)
| * color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen2010-02-141-1/+1
| | | | | | (bzr r9086.1.3)
* | Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
|/ | | (bzr r9088)
* Correct fix from r9070 so that it doesn't break path highlightingKrzysztof Kosi??ski2010-02-111-6/+2
| | | (bzr r9081)
* fix middle button pan and rubberband-zoom in node toolbuliabyak2010-02-101-1/+7
| | | (bzr r9080)
* (Probably) fix a crash in the node tool and fix Ctrl+Alt draggingKrzysztof Kosi??ski2010-02-102-22/+33
| | | (bzr r9075)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-0910-114/+321
| | | (bzr r9070)
* Really fix middle click zoom in the node tool.Krzysztof Kosi??ski2010-02-081-3/+5
| | | (bzr r9067)
* Fix new path update preference.Krzysztof Kosi??ski2010-02-071-7/+5
| | | (bzr r9066)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-068-15/+64
| | | | | 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-0415-307/+205
| | | | | in the new node tool. (bzr r9044)
* Fix the position of joined nodes to match 0.47Krzysztof Kosi??ski2010-01-311-13/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/514516 (bzr r9039)
* Add pref settings that control updating the display of paths when draggingKrzysztof Kosi??ski2010-01-316-2/+64
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Fix constrained snapping in node tool.Krzysztof Kosi??ski2010-01-311-4/+5
| | | (bzr r9035)
* Fix the "edit next LPE parameter" button.Krzysztof Kosi??ski2010-01-281-2/+6
| | | (bzr r9029)
* Fix some actions failing when show handles is off.Krzysztof Kosi??ski2010-01-281-3/+3
| | | (bzr r9027)
* Fix freezes when deleting nodes.Krzysztof Kosi??ski2010-01-241-1/+1
| | | (bzr r9020)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-6/+5
| | | | | specified explicitly) (bzr r9014)
* Fix some of the LPE issues.Krzysztof Kosi??ski2010-01-221-5/+3
| | | (bzr r9013)
* Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski2010-01-202-7/+10
| | | | | are turned on. (bzr r9008)
* Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski2010-01-202-2/+15
| | | (bzr r9007)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-203-33/+9
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Make Ctrl+Alt+click delete nodes.Krzysztof Kosi??ski2010-01-202-74/+101
| | | (bzr r9005)
* 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)