summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-6/+6
|/
* Consistency fix in the tools strings (badly places :).Nicolas Dufour2010-05-264-34/+34
* Fix small snapping regression (reported in LP #562205, comment #11)Diederik van Lierop2010-05-091-3/+1
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-064-19/+21
* Fix single-handle keybindingsKrzysztof Kosi??ski2010-04-031-4/+2
* Fix rotation in node and select toolKrzysztof Kosi??ski2010-04-031-2/+2
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-033-15/+15
* Add Ctrl+H as a shortcut for "show handles" in the node tool.Krzysztof Kosi??ski2010-04-022-1/+12
* Adding in shape-record.hTed Gould2010-03-261-0/+1
* Fix a few remaining oddities in handle scaling via keyboardKrzysztof Kosi??ski2010-03-182-11/+21
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-183-31/+98
* Fix Ctrl-drag in node tool with zero snap delay.Krzysztof Kosi??ski2010-03-171-4/+4
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-18/+18
* New node tool: implement handle snappingKrzysztof Kosi??ski2010-03-142-8/+48
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-149-76/+350
* Fix double reverse with Shift+R in the node tool.Krzysztof Kosi??ski2010-03-051-0/+1
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-042-16/+14
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-7/+30
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-033-14/+39
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+7
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-022-8/+4
* Warning cleanup.Jon A. Cruz2010-02-252-2/+5
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-4/+9
* Fix node tool crash on path where the last subpath is a lone movetoKrzysztof Kosi??ski2010-02-181-1/+4
* Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2010-02-182-12/+12
* - fix bug: xy grid default unit was not respectedJohan B. C. Engelen2010-02-141-1/+1
|\
| * color the original-d path just like a normal path when an LPE is applied.Johan B. C. Engelen2010-02-141-1/+1
* | Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
|/
* 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