summaryrefslogtreecommitdiff
path: root/plugins/keybindings
Commit message (Expand)AuthorAgeFilesLines
* keybindings: Complete update to egg key parsing changeFlorian Müllner2011-06-021-1/+1
* keybindings: Update for egg key parsing changesBastien Nocera2011-06-021-7/+7
* Make sure G_LOG_DOMAIN is set to the plugin name for each pluginRichard Hughes2011-03-151-0/+3
* keybindings: GCC 4.6 warning fixesKjartan Maraas2011-03-021-15/+0
* general: use GDK X11 API to fix build with GTK+ 2.91.7Cosimo Cecchi2010-12-231-1/+1
* general: use gdk_error_trap_pop_ignored() when appropriateCosimo Cecchi2010-12-231-1/+1
* various: more fixing of the _stop() pathWilliam Jon McCann2010-11-221-10/+10
* various: Don't unref null objects in _stop()William Jon McCann2010-11-221-4/+9
* plugins: Cleanup macro magic in plugin.hPaolo Borelli2010-10-131-0/+6
* keybindings: gdk_drawable_get_screen is goneAlban Browaeys2010-10-121-1/+1
* Be more careful when comparing two key structsMatthias Clasen2009-06-151-1/+3
* move the lookup of allowed keys after the directory has been cached inJens Granseuer2009-04-111-4/+5
* revert build patch from r763Jens Granseuer2009-03-181-1/+0
* Based on patch by: Christopher Taylor <christophth@tiscali.it>Jens Granseuer2009-03-071-0/+1
* don't output a warning for disabled shortcutsJens Granseuer2009-02-201-5/+11
* also ungrab keys when this module is disabledJens Granseuer2009-01-151-0/+25
* When multiple keys (keycodes) were mapped to the same keysym, g-s-d wouldJens Granseuer2008-11-241-24/+66
* Bug 553434 – lockdown in the keybinding pluginMatthias Clasen2008-11-111-12/+34
* Preload gconf dirs when feasible (bug #559167)Behdad Esfahbod2008-11-031-8/+8
* Don't trap errors around grab_key (bug #559164)Behdad Esfahbod2008-11-031-4/+9
* remove some code (and translatable strings) for error that can neverJens Granseuer2008-04-191-12/+2
* Extract some functionality used by several plugins into a separate sharedJens Granseuer2008-04-134-838/+10
* make some tiny optimizations and add some more comments on what'sJens Granseuer2008-04-121-7/+10
* Make keybinding plugin deactivation workJens Granseuer2008-04-102-13/+41
* fix various leaks and other memory management issuesJens Granseuer2008-03-311-14/+23
* remove trailing newlines from messages since g_warning already takes careJens Granseuer2008-03-311-5/+5
* don't try to add grabs with invalid modifiersJens Granseuer2008-03-311-2/+6
* readd a chunk that got lost in the last commit. *sigh*. Why do we haveJens Granseuer2008-03-291-1/+7
* fix mismatched modifier mapping between egg and GTK (so that e.g. <Super>Jens Granseuer2008-03-292-177/+104
* Add profiling points to plugins.William Jon McCann2008-03-241-2/+9
* fix leaksJens Granseuer2008-02-081-4/+1
* Based on a patch by: Damien Carberry <damien carberry@sun.com>Jens Granseuer2008-02-051-1/+1
* Bug #513246.Christian Persch2008-02-011-15/+10
* No need to use weird naming of .gnome-settings-daemon.in files. BugChristian Persch2008-01-302-4/+3
* Install in subdirectoriesWilliam Jon McCann2007-12-171-1/+1
* Add keybindings plugin.William Jon McCann2007-12-178-0/+1797