summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-0/+1
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski2010-03-181-2/+6
| | | (bzr r9203)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-18/+18
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski2010-03-141-34/+30
| | | | | Minor disambiguating cleanup in node.h. (bzr r9190)
* Fix multiple minor problems in the node toolKrzysztof Kosi??ski2010-02-091-0/+2
| | | (bzr r9070)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-10/+21
| | | | | in the new node tool. (bzr r9044)
* Some additional docsKrzysztof Kosi??ski2010-01-131-0/+24
| | | (bzr r8846.2.10)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-1/+5
| | | | | | | | | | | | | * 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-261-0/+1
| | | (bzr r8846.2.8)
* Implement selection spatial growKrzysztof Kosi??ski2009-12-261-1/+4
| | | (bzr r8846.2.7)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+366
(bzr r8846.1.1)