summaryrefslogtreecommitdiff
path: root/capplets/keybindings/gnome-keybinding-properties.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of unneeded sort model indirectionJens Granseuer2008-04-011-31/+6
* Fix category headers not appearing properly in the treeview when using aBastien Nocera2008-03-311-0/+1
* stop widget accelerators from activating while the user is entering a newJens Granseuer2008-03-141-11/+26
* remove debugging outputJens Granseuer2008-03-141-2/+0
* reviewed by: Jens Granseuer <jensgr@gmx.net>Bastien Nocera2007-08-041-2/+34
* fix GConf notificationJens Granseuer2007-06-141-18/+18
* add g_thread_init as required by glibJens Granseuer2007-05-021-1/+2
* Prepend the directory name before loading the files, otherwise, we'reBastien Nocera2007-03-211-1/+5
* Fix the path from which we'd load the keybindingsBastien Nocera2007-03-191-2/+1
* Make all the keybindings be external to the keybindings capplet itself.Bastien Nocera2007-03-191-146/+338
* clear GConf client cache before reloading since cached values don't passJens Granseuer2007-02-191-0/+4
* added gconf:/apps/metacity/global_keybindings/cycle_groupMariano Suárez-Alvarez2007-02-081-0/+1
* organize the way things a cleared at exit time so as to avoid warnings.Mariano Suárez-Alvarez2007-02-071-10/+16
* clean up sorting to not use an imaginary column; change accel sort orderJens Granseuer2007-02-041-31/+32
* support localized key names (interim fix for #145346)Jens Granseuer2007-02-041-3/+5
* filter out CapsLock modifiers since it's otherwise possible to set theJens Granseuer2007-02-021-0/+3
* blacklist numbers, space, and tab as accels (fixes #359092)Jens Granseuer2007-02-021-0/+2
* Don't define directories in configure. Remove some obsolete defines, andChristian Persch2007-02-021-1/+1
* remove left-over call to gnome_theme_init(). The rest of the code dealingJens Granseuer2007-01-311-3/+0
* issue a sensible error message when trying to use unmodified keybindingsJens Granseuer2007-01-301-1/+1
* Fixes #394824Rodrigo Moya2007-01-101-3/+10
* moved gtk_scrolled_window_ call back to its correct place.Rodrigo Moya2007-01-081-4/+4
* Fixes #128158Rodrigo Moya2007-01-081-43/+54
* Fixes #333576Gary Coady2006-07-271-5/+7
* remove checks for fb-level support Remove the brightness keybindingsBastien Nocera2006-04-271-10/+0
* reverted commit from 2006-01-11.Rodrigo Moya2006-01-301-0/+6
* Refuse to bind letter keys without a modifier (Closes: #86956)Bastien Nocera2006-01-221-0/+38
* drop the keysym/keycode binding code, it's an hack andSebastien Bacher2006-01-111-6/+0
* Huge cleanup. Individual ChangeLogs have info. Closing bug #320157. ANSIfyKjartan Maraas2005-11-141-4/+3
* Cleanup of gconf and a few other things, patch from Kjartan MaraasNAUTILUS_2_11_2Sebastien Bacher2005-05-221-2/+11
* edit the keybinding when "enter" is pressed (Closes: #127992).Sebastien Bacher2005-01-131-0/+18
* add the keybinding to launch a terminalVincent Untz2004-10-171-0/+1
* Use themed icons for WM hint.Frédéric Crozat2004-08-201-1/+1
* For : Michael Terry <mike@mterry.name>Jody Goldberg2004-05-171-166/+0
* post branch release bump to 2.7.0Jody Goldberg2004-04-161-3/+10
* that was not supposed to go in yetJody Goldberg2004-04-071-24/+0
* Made this delay by a tenth of a second. This seems to make it not reloadChris Lahey2004-04-071-0/+24
* Really fix this time to capture the vagaries of keys with and withoutJody Goldberg2004-04-061-20/+22
* Use a cancel button on the 'already used' dialog so that escape will closeJody Goldberg2004-04-011-5/+5
* Release 2.6.0GNOME_CONTROL_CENTER_2_6_0Jody Goldberg2004-03-241-12/+17
* http://bugzilla.gnome.org/show_bug.cgi?id=128164 don't use get_real_model.Jody Goldberg2004-02-191-14/+7
* update help links to point to user-guide.xmlMark McLoughlin2004-02-121-1/+1
* Merge in acme. We now have a variety of actions for the keybindingJonathan Blandford2004-01-131-0/+28
* Patch from Bastien Nocera to to handle keycodes as well as keysyms.Jonathan Blandford2003-11-181-11/+75
* Patch from Ghee Teo to move the key bindings to the right place.Jonathan Blandford2003-07-251-4/+4
* Mark string for translation. Patch from Hidetoshi Tajima. Fixes bugKjartan Maraas2003-04-291-1/+1
* Set the size request of the shortcuts treeview instead of the the actionsShivram U2003-01-211-1/+1
* capplets/common/gnome-theme-info.[ch]: Total rewrite. Fam now works correctly.Jonathan Blandford2003-01-131-0/+2
* add vertical/horizontal maximize (this adds no strings or features, justHavoc Pennington2003-01-031-0/+2
* create a sort model for the treeview.Havoc Pennington2002-12-041-34/+144