| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | x11: Add/Fix '(type *)' g-i annotations | Rico Tzschichholz | 2014-01-09 | 1 | -2/+2 |
* | gdkkeys-x11: Remove workaround code for Sun Microsystems X server | Jasper St. Pierre | 2013-08-02 | 1 | -34/+2 |
* | gdk: Unvfuncify generic key functions | Benjamin Otte | 2013-04-16 | 1 | -57/+0 |
* | Be more strict in ignoring ineffective modifiers | Matthias Clasen | 2012-09-09 | 1 | -3/+3 |
* | Try harder to discriminate Shift-F10 and F10 | Matthias Clasen | 2012-09-01 | 1 | -5/+15 |
* | GtkPlug: fix handling of key events for different layouts | Owen W. Taylor | 2012-04-30 | 1 | -5/+42 |
* | Drop support for pre-R6 X | Matthias Clasen | 2012-03-10 | 1 | -2/+0 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Add a way to get the current modifier state | Matthias Clasen | 2012-02-21 | 1 | -5/+25 |
* | x11: Fix first call to _gdk_x11_keymap_key_is_modifier() | Bastien Nocera | 2012-02-19 | 1 | -0/+1 |
* | gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.c | Michael Natterer | 2011-11-18 | 1 | -72/+13 |
* | gdk_x11_keymap_get_modifier_mask(): always return a value | Michael Natterer | 2011-11-18 | 1 | -2/+2 |
* | Turn the private #define for the group-shifting modifier into API | Michael Natterer | 2011-11-18 | 1 | -0/+18 |
* | gdk: exclude MOD1 from the virtual modifier mapping | Michael Natterer | 2011-11-07 | 1 | -8/+12 |
* | gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway | Michael Natterer | 2011-10-07 | 1 | -127/+1 |
* | XK_Num_Lock is called GDK_KEY_Num_Lock in this source tree. | Patrick Welche | 2011-07-22 | 1 | -1/+1 |
* | GdkKeymap: Prevent an infinite loop in the non-XKB case | Matthias Clasen | 2011-06-30 | 1 | -0/+2 |
* | Keymap: properly initialize lock state | Matthias Clasen | 2011-04-03 | 1 | -5/+39 |
* | Rename GdkKeymapX11 to GdkX11Keymap | Matthias Clasen | 2010-12-21 | 1 | -97/+53 |
* | x11: Rename GdkDisplayX11 to GdkX11Display | Benjamin Otte | 2010-12-21 | 1 | -6/+6 |
* | x11: Rename GdkDisplayX11 to GdkX11Display | Benjamin Otte | 2010-12-21 | 1 | -5/+5 |
* | Add vfuncs for keyval and window property functions | Matthias Clasen | 2010-12-21 | 1 | -19/+135 |
* | Add a vfunc for gdk_keymap_get_for_display | Matthias Clasen | 2010-12-21 | 1 | -29/+4 |
* | Rename private keymap symbols to _gdk_x11_keymap... | Matthias Clasen | 2010-12-21 | 1 | -321/+318 |
* | Clean up gdkx.h a bit | Matthias Clasen | 2010-12-21 | 1 | -1/+0 |
* | Explode gdkinternals.h into per-class private headers | Matthias Clasen | 2010-12-21 | 1 | -3/+3 |
* | Convert all gdk_keymap methods to vtable calls | Alexander Larsson | 2010-12-21 | 1 | -244/+58 |
* | Fix up parameter mismatches in the docs | Matthias Clasen | 2010-12-03 | 1 | -3/+2 |
* | Fix missing (transfer) annotations in GDK | Milan Bouchet-Valat | 2010-11-24 | 1 | -1/+2 |
* | [introspection] add transfer none annotation to gdk_keyval_name return | John (J5) Palmieri | 2010-11-09 | 1 | -1/+13 |
* | Inclusion cleanups in sources | Matthias Clasen | 2010-10-14 | 1 | -8/+6 |
* | Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalents | John Ralls | 2010-10-06 | 1 | -2/+2 |
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 1 | -23/+23 |
* | Avoid segfault on xkbless systems | Matthias Clasen | 2010-09-07 | 1 | -1/+3 |
* | Make gdk_keymap_map_virtual_modifiers work early | Matthias Clasen | 2010-08-25 | 1 | -0/+1 |
* | gdk/: fully remove gdkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | [gdk] Add gdk_keymap_get_num_lock_state | William Jon McCann | 2010-07-01 | 1 | -4/+33 |
* | Minor doc cleanup | Matthias Clasen | 2010-03-22 | 1 | -8/+8 |
* | Fix a compatibility problem | Matthias Clasen | 2010-02-12 | 1 | -2/+47 |
* | Solve a wrong reference on gdk_keymap_translate_keyboard_state | Alejandro Piñeiro | 2010-02-09 | 1 | -1/+1 |
* | Minor doc fix | Matthias Clasen | 2010-01-25 | 1 | -1/+1 |
* | Try harder to handle accelerators involving virtual modifiers | Matthias Clasen | 2009-12-21 | 1 | -3/+58 |
* | Merge in Gdk-custom.c introspection annotations | Colin Walters | 2009-12-16 | 1 | -13/+13 |
* | Do not use static GTypeInfo and GInterfaceInfo | Nicola Fontana | 2009-11-06 | 1 | -1/+1 |
* | Fix some compilation warnings | Javier Jardón | 2009-10-30 | 1 | -4/+4 |
* | Typo fixes and small doc improvements | Matthias Clasen | 2008-12-26 | 1 | -1/+1 |
* | remove debug spew | Matthias Clasen | 2008-10-01 | 1 | -1/+0 |
* | Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc. | Matthias Clasen | 2008-09-29 | 1 | -12/+53 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |