| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Determine the direction of XKB groups from their content, not by looking | Matthias Clasen | 2004-11-29 | 1 | -38/+149 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | reviewed by: Matthias Clasen <maclas@gmx.de> | Bastien Nocera | 2004-06-25 | 1 | -6/+20 |
* | Make static. | Matthias Clasen | 2004-05-10 | 1 | -2/+2 |
* | Make gdk_keymap_translate_keyboard_state() handle NULL keymaps. (#139715, | Soeren Sandmann | 2004-04-18 | 1 | -32/+23 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -2/+2 |
* | Improve PointerHint docs. Explain is_hint field in GdkEventMotion. | Matthias Clasen | 2003-08-27 | 1 | -4/+4 |
* | Fix variable declaration not at start of block. (#120371, Damien Carbery) | Owen Taylor | 2003-08-26 | 1 | -1/+2 |
* | Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack | Owen Taylor | 2003-08-25 | 1 | -48/+88 |
* | Change the interpretation of consumed_modifiers so that it contains: - | Owen Taylor | 2003-08-21 | 1 | -11/+76 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | Fix use of uninitialized variable. | Owen Taylor | 2002-10-18 | 1 | -63/+121 |
* | Fix from Phil Blundell for compiling without Xkb. (#95909) | Owen Taylor | 2002-10-16 | 1 | -0/+3 |
* | Move out of HAVE_XKB. (#95129, Phil Blundell) | Owen Taylor | 2002-10-08 | 1 | -2/+2 |
* | Add gdk_drag_find_window_for_screen(), so that we can interpret x_root / | Owen Taylor | 2002-10-07 | 1 | -2/+3 |
* | If Mode_switch is used for a known modifier like Mod1, assume it won't be | Owen Taylor | 2002-10-07 | 1 | -6/+14 |
* | Patch from Shivram U <shivaram.upadhyayula@wipro.com> | Owen Taylor | 2002-10-04 | 1 | -3/+3 |
* | add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compile | Manish Singh | 2002-09-25 | 1 | -4/+4 |
* | Add a keys_changed signal emitted when the keymap changes. (#72148) | Owen Taylor | 2002-09-23 | 1 | -0/+12 |
* | Renames: | Owen Taylor | 2002-06-20 | 1 | -4/+4 |
* | Changes multihead reorganizing code for win32 support, mostly from a patch | Owen Taylor | 2002-06-06 | 1 | -12/+0 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -1/+8 |
* | Doc updates. | Matthias Clasen | 2002-05-02 | 1 | -5/+10 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -143/+284 |
* | Fudge keymap to have lower upper case variants if there is only a single | Padraig O'Briain | 2002-03-15 | 1 | -0/+18 |
* | Fixes for non XKB operation. (#73103) | Owen Taylor | 2002-03-04 | 1 | -27/+96 |
* | gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted is | Tor Lillqvist | 2002-03-01 | 1 | -0/+10 |
* | Make sure Page_Up, Page_Down get those names, not Prior, Next. | Owen Taylor | 2002-02-27 | 1 | -0/+12 |
* | Fix precendence problem. (Sven Neumann) | Owen Taylor | 2002-02-25 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -18/+34 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | get the types as well as the symbols because we need them in | Jonathan Blandford | 2002-01-10 | 1 | -2/+2 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -2/+1 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 1 | -0/+7 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 1 | -1/+1 |
* | gdk/x11/gdkkeys-x11.c (get_direction): Don't call g_strcasecmp on NULL string... | Matthias Clasen | 2001-09-07 | 1 | -8/+12 |
* | Set current serial so that we don't eternally update the keymap after we | Owen Taylor | 2001-09-03 | 1 | -0/+2 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -6/+12 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -0/+70 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 1 | -1/+1 |
* | Detectable auto-repeat - make a repeating key generate | Owen Taylor | 2001-03-03 | 1 | -0/+6 |
* | fix name of function, noticed by Alex | Havoc Pennington | 2000-12-07 | 1 | -1/+1 |
* | add gdkkeys.[hc] | Havoc Pennington | 2000-12-06 | 1 | -0/+782 |