summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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
* Merge branch 'master' into shortcutsEduard Braun2017-07-091-4/+9
|\
| * Allows one to use Super, Hyper and Meta key modifiers in shortcutsMarc Jeanmougin2017-06-291-4/+9
| |
* | Improve and simplify shortcut handling.Eduard Braun2017-06-231-1/+3
|/ | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts.
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-7/+4
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-0/+1
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-2/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 998276 : Keyboard shortcuts not appearing in the main menu under UnityJohn Smith2013-02-181-1/+4
| | | (bzr r12132)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-0/+16
| | | (bzr r11895)
* 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)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-1/+3
| | | (bzr r9745)
* optimized includesRalf Stephan2006-01-181-2/+8
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+39
(bzr r1)