summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Add some more docsMatthias Clasen2018-02-111-0/+2
* gdk: Expand the docs a bitMatthias Clasen2018-02-101-2/+2
* The big versioning cleanupMatthias Clasen2018-02-061-22/+0
* docs: Annotate gdk_keymap_get_display()Emmanuele Bassi2018-02-011-0/+8
* gdk: Stop referring to ::key-press/release-eventMatthias Clasen2018-01-241-5/+2
* Add a display property to keymapsMatthias Clasen2018-01-141-2/+63
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-1/+1
* Drop gdk_keymap_get_default()Matthias Clasen2017-12-141-18/+4
* gdk: Intern signal namesMatthias Clasen2017-11-171-1/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-221-2/+2
* Clarify docs a bitMatthias Clasen2016-04-151-1/+1
* Intern all signal names beforehandMatthias Clasen2015-09-121-3/+3
* Bug 736125 - The default gtk accelerator mod mask does not include all defaul...John Ralls2015-08-251-0/+4
* gdkkeys: Add support to _get_scroll_lock_state()Fabiano Fidêncio2015-04-271-0/+18
* gdk: add many missing (nullable) return value annotationsEvan Nemerson2014-05-111-3/+3
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-4/+4
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-16/+12
* 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