summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Unvfuncify generic key functionsBenjamin Otte2013-04-161-33/+2
* gdk: Refactor default key vfuncsBenjamin Otte2013-04-161-6/+19
* gdk: Refactor gdk_keyval_convert_case()Benjamin Otte2013-04-161-28/+29
* gdkkeys: Avoid instantiating a display manager if none existsColin Walters2013-03-231-2/+5
* gdk: fix GI annotation and document for {map,add}_virtual_modifiersDaiki Ueno2012-09-101-6/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gdk: correct a 'Since' note in the docsMatthias Clasen2012-02-271-1/+1
* Add a way to get the current modifier stateMatthias Clasen2012-02-211-0/+21
* gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.cMichael Natterer2011-11-181-0/+5
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-0/+3
* gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and BroadwayMichael Natterer2011-10-071-0/+127
* Bug 659602 - Provide an abstraction for the platform's use of modifier keysMichael Natterer2011-09-271-0/+62
* gdk: add precondition checks to all GdkKeymap functionsMichael Natterer2011-04-211-20/+44
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+6
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-2/+3
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* Update keymap docs to match current behaviourMatthias Clasen2010-12-231-13/+29
* Add vfuncs for keyval and window property functionsMatthias Clasen2010-12-211-128/+35
* Explode gdkinternals.h into per-class private headersMatthias Clasen2010-12-211-3/+1
* Convert all gdk_keymap methods to vtable callsAlexander Larsson2010-12-211-0/+281
* Move GdkKeymapClass definition to internal headerAlexander Larsson2010-12-211-0/+1
* Fix missing (transfer) annotations in GDKMilan Bouchet-Valat2010-11-241-1/+1
* docs: Move documentation to inline comments: gdkkeysJavier Jardón2010-11-151-2/+109
* Inclusion cleanups in sourcesMatthias Clasen2010-10-141-1/+2
* Adapt to the GDK_KEY changesTor Lillqvist2010-09-091-76/+76
* gdk/: fully remove gdkalias hacksJavier Jardón2010-07-101-4/+1
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-161-3/+3
* Typo fixes and small doc improvementsMatthias Clasen2008-12-261-2/+2
* Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.Matthias Clasen2008-09-291-0/+21
* gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names.Sven Neumann2008-08-111-4/+4
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Remove extraneous ;Matthias Clasen2006-05-141-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-041-29/+6
* 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
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Document the "direction-changed" and "keys-changed" signals.Matthias Clasen2003-09-301-0/+18
* Associate the keys_changed virtual function with the keys_changed signal.Matthias Clasen2003-02-191-1/+1
* Add a keys_changed signal emitted when the keymap changes. (#72148)Owen Taylor2002-09-231-0/+10
* Renames:Owen Taylor2002-06-201-1/+1
* Changes multihead reorganizing code for win32 support, mostly from a patchOwen Taylor2002-06-061-0/+13
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-13/+3
* gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted isTor Lillqvist2002-03-011-12/+10
* include gdkkeysysms.h if compiling gdk_keyval_convert_case.Owen Taylor2002-03-011-0/+2
* Throughout: assorted docsHavoc Pennington2001-10-031-0/+10
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-13/+0
* s/signal_newc/signal_new/Tim Janik2001-07-021-8/+8
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-11/+17