summaryrefslogtreecommitdiff
path: root/gtk/gtkkeyhash.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-3/+5
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-7/+28
* Don't leak a list when activating keybindingsMatthias Clasen2011-04-141-2/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Fix a compatibility problemMatthias Clasen2010-02-121-0/+1
* Try harder to handle accelerators involving virtual modifiersMatthias Clasen2009-12-211-10/+17
* Fix compilation warning: initialize the variableJavier Jardón2009-11-091-1/+1
* Handle accelerators involving virtual modifiers betterMatthias Clasen2009-08-171-3/+3
* Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcutsMatthias Clasen2009-01-311-5/+83
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-2/+2
* Add tests for extra virtual modifiers.Matthias Clasen2005-09-061-2/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+1
* Don't sort a list of values as if it was a list of entries. This fixesMatthias Clasen2004-12-311-5/+15
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state soOwen Taylor2003-08-121-0/+4
* We need to pass the unmasked state toOwen Taylor2003-05-211-1/+4
* Deprecation cleanupManish Singh2002-10-101-1/+2
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-231-61/+82
* Partial fix for problem where keypad keys acted as shift-arrows in anOwen Taylor2002-03-221-4/+46
* When removing keys from the key hash, reinsert the right list back intoOwen Taylor2002-03-141-3/+3
* Fix double free.Owen Taylor2002-02-261-1/+0
* Handle a keyval of 0, by returning an empty list. (#72617, Kevin Breit)Owen Taylor2002-02-261-1/+4
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-0/+379