summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/event-utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-4/+4
| | | (bzr r14790)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-2/+6
| | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-8/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-63/+1
| | | (bzr r11318)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-12/+78
| | | (bzr r11194)
* More GSEAL stuffAlex Valavanis2012-01-141-0/+4
| | | (bzr r10887)
* 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 performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski2010-02-061-2/+45
| | | | | when deleting more than one stretch of selected nodes (bzr r9061)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+113
(bzr r8846.1.1)