| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -2/+2 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -5/+5 |
* | Fix minor typos | Yuri Chornoivan | 2020-06-18 | 1 | -3/+3 |
* | keymap: Remove leftover code | Matthias Clasen | 2020-05-06 | 1 | -4/+0 |
* | keymap: Cache key info | Matthias Clasen | 2020-04-30 | 1 | -9/+99 |
* | Reshuffle keymap docs | Matthias Clasen | 2020-04-06 | 1 | -39/+84 |
* | gdk: Remove gdk_keymap_get_modifier_mask | Matthias Clasen | 2020-04-06 | 1 | -64/+0 |
* | keymap: Remove virtual modifier mapping functions | Matthias Clasen | 2020-04-06 | 1 | -51/+0 |
* | Rename GDK_MOD1_MASK to GDK_ALT_MASK | Matthias Clasen | 2020-04-06 | 1 | -4/+4 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -4/+7 |
* | gdk: Make gdk_keyval_name() return a const char | Benjamin Otte | 2020-02-09 | 1 | -1/+1 |
* | gdk: Handle small final sigma in gdk_keyval_convert_case | Alex Henrie | 2020-01-24 | 1 | -2/+3 |
* | marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used | Christian Hergert | 2019-05-29 | 1 | -3/+3 |
* | gdk: Add some more docs | Matthias Clasen | 2018-02-11 | 1 | -0/+2 |
* | gdk: Expand the docs a bit | Matthias Clasen | 2018-02-10 | 1 | -2/+2 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -22/+0 |
* | docs: Annotate gdk_keymap_get_display() | Emmanuele Bassi | 2018-02-01 | 1 | -0/+8 |
* | gdk: Stop referring to ::key-press/release-event | Matthias Clasen | 2018-01-24 | 1 | -5/+2 |
* | Add a display property to keymaps | Matthias Clasen | 2018-01-14 | 1 | -2/+63 |
* | Replace gdk_keymap_get_for_display by gdk_display_get_keymap | Matthias Clasen | 2017-12-15 | 1 | -1/+1 |
* | Drop gdk_keymap_get_default() | Matthias Clasen | 2017-12-14 | 1 | -18/+4 |
* | gdk: Intern signal names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+3 |
* | Add some missing (nullable) annotations | Rico Tzschichholz | 2016-09-22 | 1 | -2/+2 |
* | Clarify docs a bit | Matthias Clasen | 2016-04-15 | 1 | -1/+1 |
* | Intern all signal names beforehand | Matthias Clasen | 2015-09-12 | 1 | -3/+3 |
* | Bug 736125 - The default gtk accelerator mod mask does not include all defaul... | John Ralls | 2015-08-25 | 1 | -0/+4 |
* | gdkkeys: Add support to _get_scroll_lock_state() | Fabiano FidĂȘncio | 2015-04-27 | 1 | -0/+18 |
* | gdk: add many missing (nullable) return value annotations | Evan Nemerson | 2014-05-11 | 1 | -3/+3 |
* | docs: use Returns: consistently | William Jon McCann | 2014-02-19 | 1 | -4/+4 |
* | Docs: use // for comments in examples | Matthias Clasen | 2014-02-14 | 1 | -4/+4 |
* | Docs: Remove all entities and turn off sgml mode | Matthias Clasen | 2014-02-09 | 1 | -16/+12 |
* | docs: use apostrophes in *n't | William Jon McCann | 2014-02-07 | 1 | -3/+3 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -2/+2 |
* | docs: use links instead of <xref> | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | Use proper quotes in gdk | William Jon McCann | 2014-02-05 | 1 | -5/+5 |
* | docs: don't use <para id=""> | William Jon McCann | 2014-02-04 | 1 | -2/+2 |
* | docs: use ` instead of <literal> | William Jon McCann | 2014-02-04 | 1 | -6/+6 |
* | docs: use quotes instead of <firstterm> | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
* | docs: use markdown instead of <filename> tags | William Jon McCann | 2014-02-04 | 1 | -3/+3 |
* | Docs: Don't use note elements | Matthias Clasen | 2014-02-02 | 1 | -6/+4 |
* | docs: Work around cpp complaining about comments in docs in the standard way | William Jon McCann | 2014-01-29 | 1 | -8/+8 |
* | docs: Identify examples that are C code | William Jon McCann | 2014-01-29 | 1 | -2/+2 |
* | docs: use |[ ]| instead of <programlisting></programlisting> | William Jon McCann | 2014-01-29 | 1 | -4/+4 |
* | docs: don't use <emphasis> | William Jon McCann | 2014-01-28 | 1 | -1/+1 |
* | docs: use GDK_KEY_* names in docs | William Jon McCann | 2014-01-20 | 1 | -1/+1 |
* | gdk: Unvfuncify generic key functions | Benjamin Otte | 2013-04-16 | 1 | -33/+2 |
* | gdk: Refactor default key vfuncs | Benjamin Otte | 2013-04-16 | 1 | -6/+19 |
* | gdk: Refactor gdk_keyval_convert_case() | Benjamin Otte | 2013-04-16 | 1 | -28/+29 |
* | gdkkeys: Avoid instantiating a display manager if none exists | Colin Walters | 2013-03-23 | 1 | -2/+5 |