summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/event-utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Replace all deprecated gdk_keymap_get_default() with ↵Emmanuel Gil Peyrot2018-06-121-1/+2
| | | | Gdk::Display::get_default()->get_keymap().
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* 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)