summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkkeys-x11.c
Commit message (Expand)AuthorAgeFilesLines
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-8/+9
* x11: Fix compiler warningsMatthias Clasen2015-06-021-5/+5
* gdkkeys: Add support to _get_scroll_lock_state()Fabiano Fidêncio2015-04-271-5/+33
* Fix undefined reference to get_xkb()Eric Le Bihan2015-03-071-0/+2
* Fix an out-of-bounds access in MyEnhancedXkbTranslateKeyCodeMatthias Clasen2014-10-261-4/+5
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* x11: Add/Fix '(type *)' g-i annotationsRico Tzschichholz2014-01-091-2/+2
* gdkkeys-x11: Remove workaround code for Sun Microsystems X serverJasper St. Pierre2013-08-021-34/+2
* gdk: Unvfuncify generic key functionsBenjamin Otte2013-04-161-57/+0
* Be more strict in ignoring ineffective modifiersMatthias Clasen2012-09-091-3/+3
* Try harder to discriminate Shift-F10 and F10Matthias Clasen2012-09-011-5/+15
* GtkPlug: fix handling of key events for different layoutsOwen W. Taylor2012-04-301-5/+42
* Drop support for pre-R6 XMatthias Clasen2012-03-101-2/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Add a way to get the current modifier stateMatthias Clasen2012-02-211-5/+25
* x11: Fix first call to _gdk_x11_keymap_key_is_modifier()Bastien Nocera2012-02-191-0/+1
* gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.cMichael Natterer2011-11-181-72/+13
* gdk_x11_keymap_get_modifier_mask(): always return a valueMichael Natterer2011-11-181-2/+2
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-0/+18
* gdk: exclude MOD1 from the virtual modifier mappingMichael Natterer2011-11-071-8/+12
* gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and BroadwayMichael Natterer2011-10-071-127/+1
* XK_Num_Lock is called GDK_KEY_Num_Lock in this source tree.Patrick Welche2011-07-221-1/+1
* GdkKeymap: Prevent an infinite loop in the non-XKB caseMatthias Clasen2011-06-301-0/+2
* Keymap: properly initialize lock stateMatthias Clasen2011-04-031-5/+39
* Rename GdkKeymapX11 to GdkX11KeymapMatthias Clasen2010-12-211-97/+53
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-6/+6
* x11: Rename GdkDisplayX11 to GdkX11DisplayBenjamin Otte2010-12-211-5/+5
* Add vfuncs for keyval and window property functionsMatthias Clasen2010-12-211-19/+135
* Add a vfunc for gdk_keymap_get_for_displayMatthias Clasen2010-12-211-29/+4
* Rename private keymap symbols to _gdk_x11_keymap...Matthias Clasen2010-12-211-321/+318
* Clean up gdkx.h a bitMatthias Clasen2010-12-211-1/+0
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-3/+3
* Convert all gdk_keymap methods to vtable callsAlexander Larsson2010-12-211-244/+58
* Fix up parameter mismatches in the docsMatthias Clasen2010-12-031-3/+2
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-1/+2
* [introspection] add transfer none annotation to gdk_keyval_name returnJohn (J5) Palmieri2010-11-091-1/+13
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-8/+6
* Replace GDK_Tab and GDK_ISO_Left_Tab with GDK_KEY equivalentsJohn Ralls2010-10-061-2/+2
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-23/+23
* Avoid segfault on xkbless systemsMatthias Clasen2010-09-071-1/+3
* Make gdk_keymap_map_virtual_modifiers work earlyMatthias Clasen2010-08-251-0/+1
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-5/+0
* [gdk] Add gdk_keymap_get_num_lock_stateWilliam Jon McCann2010-07-011-4/+33
* Minor doc cleanupMatthias Clasen2010-03-221-8/+8
* Fix a compatibility problemMatthias Clasen2010-02-121-2/+47
* Solve a wrong reference on gdk_keymap_translate_keyboard_stateAlejandro Piñeiro2010-02-091-1/+1
* Minor doc fixMatthias Clasen2010-01-251-1/+1
* Try harder to handle accelerators involving virtual modifiersMatthias Clasen2009-12-211-3/+58
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-13/+13