summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: use links instead of <xref>William Jon McCann2014-02-071-1/+1
* Use proper quotes in gdkWilliam Jon McCann2014-02-051-5/+5
* docs: don't use <para id="">William Jon McCann2014-02-041-2/+2
* docs: use ` instead of <literal>William Jon McCann2014-02-041-6/+6
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-1/+1
* docs: use markdown instead of <filename> tagsWilliam Jon McCann2014-02-041-3/+3
* Docs: Don't use note elementsMatthias Clasen2014-02-021-6/+4
* docs: Work around cpp complaining about comments in docs in the standard wayWilliam Jon McCann2014-01-291-8/+8
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* docs: use GDK_KEY_* names in docsWilliam Jon McCann2014-01-201-1/+1
* 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