summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/event-utils.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-12Replace all deprecated gdk_keymap_get_default() with ↵Emmanuel Gil Peyrot1-1/+2
Gdk::Display::get_default()->get_keymap().
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-04-12Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski1-4/+4
(bzr r14790)
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-2/+6
Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-8/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-63/+1
(bzr r11318)
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-12/+78
(bzr r11194)
2012-01-14More GSEAL stuffAlex Valavanis1-0/+4
(bzr r10887)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-02-06Fix performance regressions in the node tool and a stupid crash bugKrzysztof Kosi??ski1-2/+45
when deleting more than one stretch of selected nodes (bzr r9061)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-0/+113
(bzr r8846.1.1)