summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen cleanup.Jon A. Cruz2011-10-031-4/+5
| | | (bzr r10660)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-0/+1
| | | | | header. (bzr r9978.1.1)
* 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)
* Prevent context menu and keyboard shortcuts from interrupting grabsKrzysztof Kosi??ski2010-10-311-3/+4
| | | (bzr r9869)
* Clean up control point event handling slightlyKrzysztof Kosi??ski2010-03-031-18/+14
| | | (bzr r9132)
* 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)
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-1/+1
| | | (bzr r9088)
* Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-0/+1
| | | | | 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-041-84/+30
| | | | | in the new node tool. (bzr r9044)
* Warning cleanup.Jon A. Cruz2010-01-151-1/+1
| | | (bzr r8981)
* Re-enable snapping on release, for now.Krzysztof Kosi??ski2010-01-141-2/+2
| | | (bzr r8846.2.16)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-35/+46
| | | | | | | | | | | | | * 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/+619
(bzr r8846.1.1)