summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point-selection.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix sculpting of nodes with non-degenerate handles.Krzysztof Kosi??ski2010-07-221-3/+4
| | | (bzr r9639)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-041-14/+3
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-041-5/+17
| | | (bzr r9138)
* Node tool: implement sculptingKrzysztof Kosi??ski2010-03-031-3/+5
| | | (bzr r9131)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-4/+2
| | | | | when using Apple compilers. (bzr r9129)
* Make ControlPointSelection trackable to prevent random crashesKrzysztof Kosi??ski2010-02-181-1/+1
| | | | | in the node tool (bzr r9095)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-1/+10
| | | (bzr r9070)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-3/+0
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-6/+4
| | | | | in the new node tool. (bzr r9044)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-18/+4
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-6/+22
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-141-9/+12
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-2/+13
| | | | | | | | | | | | | * 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)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+140
(bzr r8846.1.1)