summaryrefslogtreecommitdiff
path: root/gtk/gtkkeyhash.c
Commit message (Expand)AuthorAgeFilesLines
* 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