summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkkeys-x11.c
Commit message (Expand)AuthorAgeFilesLines
* reviewed by: Matthias Clasen <maclas@gmx.de>Bastien Nocera2004-06-251-6/+20
* Make static.Matthias Clasen2004-05-101-2/+2
* Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715,Soeren Sandmann2004-04-181-32/+23
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-2/+2
* Improve PointerHint docs. Explain is_hint field in GdkEventMotion.Matthias Clasen2003-08-271-4/+4
* Fix variable declaration not at start of block. (#120371, Damien Carbery)Owen Taylor2003-08-261-1/+2
* Fix up CapsLock and NumLock handling for non-XKB. Add a special case hackOwen Taylor2003-08-251-48/+88
* Change the interpretation of consumed_modifiers so that it contains: -Owen Taylor2003-08-211-11/+76
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* Fix use of uninitialized variable.Owen Taylor2002-10-181-63/+121
* Fix from Phil Blundell for compiling without Xkb. (#95909)Owen Taylor2002-10-161-0/+3
* Move out of HAVE_XKB. (#95129, Phil Blundell)Owen Taylor2002-10-081-2/+2
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-2/+3
* If Mode_switch is used for a known modifier like Mod1, assume it won't beOwen Taylor2002-10-071-6/+14
* Patch from Shivram U <shivaram.upadhyayula@wipro.com>Owen Taylor2002-10-041-3/+3
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-251-4/+4
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-231-0/+12
* Renames:Owen Taylor2002-06-201-4/+4
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-12/+0
* Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF brokenOwen Taylor2002-05-141-1/+8
* Doc updates.Matthias Clasen2002-05-021-5/+10
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-143/+284
* Fudge keymap to have lower upper case variants if there is only a singlePadraig O'Briain2002-03-151-0/+18
* Fixes for non XKB operation. (#73103)Owen Taylor2002-03-041-27/+96
* gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted isTor Lillqvist2002-03-011-0/+10
* Make sure Page_Up, Page_Down get those names, not Prior, Next.Owen Taylor2002-02-271-0/+12
* Fix precendence problem. (Sven Neumann)Owen Taylor2002-02-251-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-18/+34
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* get the types as well as the symbols because we need them inJonathan Blandford2002-01-101-2/+2
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-2/+1
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+7
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-071-1/+1
* gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string...Matthias Clasen2001-09-071-8/+12
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-0/+2
* Handle the case without XKB properly.Owen Taylor2001-06-211-6/+12
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-0/+70
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-1/+1
* Detectable auto-repeat - make a repeating key generateOwen Taylor2001-03-031-0/+6
* fix name of function, noticed by AlexHavoc Pennington2000-12-071-1/+1
* add gdkkeys.[hc]Havoc Pennington2000-12-061-0/+782