summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutcontroller.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Work around escaping bugsMatthias Clasen2020-07-231-1/+1
* docs: Explain the shortcutcontroller example a bitMatthias Clasen2020-07-231-1/+6
* listmodels: Stop respecting item-typeBenjamin Otte2020-07-051-10/+10
* shortcutcontroller: Add some debug spewMatthias Clasen2020-06-261-0/+13
* Avoid calling g_list_model_get_n_items() all the timeTimm Bäder2020-06-191-2/+2
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* shortcut controller: Fix mnemonic cyclingMatthias Clasen2020-05-281-1/+2
* Merge branch 'wip/otte/monitors' into 'master'Benjamin Otte2020-05-171-1/+1
|\
| * surface: Remove gdk_surface_is_viewable()Benjamin Otte2020-05-171-1/+1
* | shortcutcontroller: Don't return a shortcut stope as GdkModifierTypeTimm Bäder2020-05-171-1/+1
|/
* shortcutcontroller: Check for NULL GtkNative of widgetTimm Bäder2020-05-051-3/+9
* shortcutcontroller: Use a GArray instead of a linked listTimm Bäder2020-05-051-14/+20
* gdk: Redo key eventsMatthias Clasen2020-04-061-3/+3
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-2/+2
* Add gdk_event_matchesMatthias Clasen2020-04-051-3/+3
* shortcutcontroller: fix transfer full annotationTimm Bäder2020-04-031-1/+1
* shortcutcontroller: Document buildable supportMatthias Clasen2020-03-301-0/+22
* shortcutcontroller: Fix builder supportMatthias Clasen2020-03-301-1/+1
* shortcutscontroller: Make add_shortcut transfer-fullTimm Bäder2020-03-271-2/+6
* shortcutcontroller: Expand the docsMatthias Clasen2020-03-251-7/+38
* shortcutcontroller: Inject accels into the action muxerMatthias Clasen2020-03-251-0/+64
* shortcutcontroller: Only activate shortcuts of visible widgetsMatthias Clasen2020-03-251-12/+29
* shortcutcontroller: Implement mnemonic cyclingMatthias Clasen2020-03-251-33/+80
* shortcuttrigger: Introduce partial matchesMatthias Clasen2020-03-251-1/+1
* shortcutcontroller: Implement GtkBuildableBenjamin Otte2020-03-251-1/+30
* shortcutcontroller: Use a list model for shortcutsMatthias Clasen2020-03-251-27/+19
* widget: Keep keybindings as a GListStoreBenjamin Otte2020-03-251-19/+0
* shortcutcontroller: Add gtk_shortcut_controller_new_for_model()Benjamin Otte2020-03-251-6/+61
* shortcutcontroller: Implement GListModelBenjamin Otte2020-03-251-15/+74
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-251-1/+4
* Add GtkShortcutManagerEmmanuele Bassi2020-03-251-20/+51
* shortcuttrigger: Add support for mnemonicsBenjamin Otte2020-03-251-9/+92
* shortcutcontroller: Add GtkShortcutScopeBenjamin Otte2020-03-251-5/+262
* gtk: Remove bindingsBenjamin Otte2020-03-251-9/+0
* shortcutcontroller: Add gtk_shortcut_controller_add_shortcut()Benjamin Otte2020-03-251-5/+66
* shortcutcontroller: Add private API for running class shortcutsBenjamin Otte2020-03-251-10/+23
* shortcut: Add GtkShortcutTriggerMatthias Clasen2020-03-251-1/+1
* widget: Add gtk_widget_class_add_shortcut()Benjamin Otte2020-03-251-2/+27
* shortcutcontroller: IntroduceBenjamin Otte2020-03-251-0/+96
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-673/+0
* shortcutcontroller: Implement GtkBuildableBenjamin Otte2020-03-181-1/+30
* shortcuts: Mananage managed shortcuts with a custom modelBenjamin Otte2020-03-181-26/+15
* widget: Keep keybindings as a GListStoreBenjamin Otte2020-03-181-19/+0
* shortcutcontroller: Add gtk_shortcut_controller_new_for_model()Benjamin Otte2020-03-181-6/+61
* shortcutcontroller: Implement GListModelBenjamin Otte2020-03-181-15/+74
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-181-1/+4
* Add GtkShortcutManagerEmmanuele Bassi2020-03-181-20/+51
* shortcuttrigger: Add support for mnemonicsBenjamin Otte2020-03-181-9/+92
* shortcutcontroller: Add GtkShortcutScopeBenjamin Otte2020-03-181-5/+262
* gtk: Remove bindingsBenjamin Otte2020-03-181-9/+0