summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | (bzr r12014)
* Fix for 1036059 : Keyboard shortcut editorJohn Smith2012-11-251-14/+510
| | | (bzr r11895)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-3/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-3/+7
| | | (bzr r11250)
* Shortcut patch. Fixes bug #974531Jon A. Cruz2012-04-121-13/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/974531 (bzr r11232)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.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)
* Cleanups from backports.Jon A. Cruz2010-10-291-8/+11
| | | (bzr r9863)
* Fixed valgrind-detected issue with tooltip shortcuts and profile manager on ↵Jon A. Cruz2010-09-101-8/+9
| | | | | delete. (bzr r9753)
* Automatically add shortcuts to tooltipsJasper van de Gronde2010-09-061-2/+26
| | | (bzr r9745)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* fix 1498769bulia byak2006-06-021-2/+2
| | | (bzr r1129)
* minor cleanupsMenTaLguY2006-04-151-9/+5
| | | (bzr r530)
* change XML vocabulary for keys, make keys parsing a bit more relaxedbulia byak2006-04-121-13/+20
| | | (bzr r500)
* share/keyboards -> share/keys; first shot at configurable keymapsMenTaLguY2006-04-061-11/+30
| | | (bzr r437)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+195
(bzr r1)