summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkkeys-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-1/+1
* Fix some compilation warningsJavier Jardón2009-10-301-4/+4
* Typo fixes and small doc improvementsMatthias Clasen2008-12-261-1/+1
* remove debug spewMatthias Clasen2008-10-011-1/+0
* Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.Matthias Clasen2008-09-291-12/+53
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Protect against XKB being stupid. Reported by Pedro Villavicencio.Matthias Clasen2008-06-171-1/+1
* Fix a small doc issues.Matthias Clasen2008-02-151-1/+1
* Documentation fixesMatthias Clasen2007-07-221-3/+4
* New function to determine if keyboard layouts for both LTR and LTRMatthias Clasen2007-06-301-54/+125
* Update the docs to state which out parameters may be NULL. (#360870,Matthias Clasen2006-10-091-7/+7
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* Free all XKB data. (#349997, Chris Wilson)Matthias Clasen2006-08-061-1/+1
* Rearrange the code a bit.Matthias Clasen2006-04-121-25/+9
* Fix another Coverity bugMatthias Clasen2006-04-121-1/+4
* Don't corrupt odd keymaps (#316638, Kean Johnston)Matthias Clasen2005-11-101-5/+21
* Applied patch from maemo-gtk that addresses many issues wrt displayMichael Natterer2005-11-101-4/+38
* *** empty log message ***Matthias Clasen2005-09-201-26/+26
* Make it possible to determine if a key event is for a modifier key:Matthias Clasen2005-09-091-2/+37
* Make the modmap reflexive. (_gdk_keymap_add_virtual_modifiers): Don't addMatthias Clasen2005-09-071-2/+10
* Add support for extra virtual modifiers: (#85780, Owen Taylor)Matthias Clasen2005-09-061-6/+89
* Intern type names before registering the type to avoid unnecessary copies.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-161-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* Determine the direction of XKB groups from their content, not by lookingMatthias Clasen2004-11-291-38/+149