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