summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkkeys-x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* 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