summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp (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-041-2/+11
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-041-2/+13
| | | (bzr r9138)
* 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-021-4/+2
| | | | | when using Apple compilers. (bzr r9129)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-3/+6
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-2/+2
| | | | | 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-311-0/+22
| | | | | | | | or transforming nodes them. Fixed bugs: - https://launchpad.net/bugs/380762 (bzr r9038)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-14/+4
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Fix path reverse action (Shift+R) in the node tool.Krzysztof Kosi??ski2010-01-201-3/+21
| | | (bzr r9003)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-3/+13
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-141-7/+5
| | | (bzr r8846.2.12)
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-2/+6
| | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-51/+1
| | | | | | | | | | | | | * 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 spatial growKrzysztof Kosi??ski2009-12-261-6/+40
| | | (bzr r8846.2.7)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-3/+8
| | | (bzr r8846.2.3)
* Fix mask editing behavior on undo and outline display for masks/clips;Krzysztof Kosi??ski2009-12-051-28/+67
| | | | | prepare to fix LPE path parameters (bzr r8846.2.2)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+568
(bzr r8846.1.1)