summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutaction.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* gtk: Use the new debug macrosMatthias Clasen2022-09-231-5/+9
* shortcutaction: Intern signal namesMatthias Clasen2022-08-271-8/+16
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-1/+0
* GTK: Fix builds against latest stable GLib with MSVClatest.glib.msvcChun-wei Fan2021-04-161-1/+1
* Fix unused variable warningsMatthias Clasen2021-04-121-2/+2
* shortcutaction: Convert docsMatthias Clasen2021-03-111-55/+68
* Add type annotations for GtkShortcutAction typesEmmanuele Bassi2020-11-171-4/+4
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* actionmuxer: Port internal usersMatthias Clasen2020-07-201-5/+7
* shortcuts: Use GTK_DEBUG_KEYBINDINGSMatthias Clasen2020-06-281-1/+1
* Add GTK_DEBUG=shortcutsMatthias Clasen2020-05-291-0/+7
* Add G_GNUC_NORETURN to functions that never returnTimm Bäder2020-05-181-3/+3
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+0
* shortcuts: documentation fixesMatthias Clasen2020-04-041-0/+19
* Add an api to parse shortcut actionsMatthias Clasen2020-04-031-3/+21
* shortcutaction: Some documentation fixupsMatthias Clasen2020-03-251-6/+7
* Turn GtkShortcutAction into a GObjectEmmanuele Bassi2020-03-251-295/+471
* shortcutaction: Integrate with GtkBuilder property parsingBenjamin Otte2020-03-251-1/+58
* shortcutaction: Add gtk_shortcut_action_to_string()Benjamin Otte2020-03-251-6/+106
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-251-0/+854
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-1134/+0
* shortcutaction: INtegrate with GtkBuilder property parsingBenjamin Otte2020-03-181-1/+83
* shortcutaction: Add gtk_shortcut_action_to_string()Benjamin Otte2020-03-181-7/+117
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-181-0/+942