summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests for shortcut actionswip/matthiasc/shortcutMatthias Clasen2020-03-191-0/+67
* Add a test for shortcut triggersMatthias Clasen2020-03-192-0/+261
* Fix the action testMatthias Clasen2020-03-191-3/+4
* Fix a compiler warningMatthias Clasen2020-03-191-1/+1
* text view: Fix touch selectionMatthias Clasen2020-03-191-0/+3
* widget: Drop the ::popup-menu signalMatthias Clasen2020-03-191-36/+0
* placesview: Stop using ::popup-menuMatthias Clasen2020-03-193-32/+66
* filechooser: Stop using ::popup-menuMatthias Clasen2020-03-192-5/+37
* mountoperation: Stop using ::popup-menuMatthias Clasen2020-03-181-3/+18
* gtk-demo: Stop emitting ::popup-menuMatthias Clasen2020-03-181-25/+0
* colorchooser: Stop using ::popup-menuMatthias Clasen2020-03-184-25/+82
* range: Remove ::popup-menu emissionMatthias Clasen2020-03-181-10/+0
* scrollbar: Remove :popup-menu forwardingMatthias Clasen2020-03-181-11/+0
* emojichooser: Stop using ::popup-menuMatthias Clasen2020-03-181-13/+27
* Use an action for the context menu keybindingMatthias Clasen2020-03-186-39/+104
* Print mnemonic triggers clearlyMatthias Clasen2020-03-181-0/+1
* inspector: Show shortcutsMatthias Clasen2020-03-188-0/+265
* Only create a class shortcut controller if we have shortcutsMatthias Clasen2020-03-181-3/+6
* widget: Name the controllersMatthias Clasen2020-03-181-0/+1
* window: Name the the controllersMatthias Clasen2020-03-181-0/+2
* shortcutmanager: Name the controllersMatthias Clasen2020-03-181-0/+2
* Move shortcut manager initialization codeMatthias Clasen2020-03-183-14/+33
* filechooser: Trigger the location popup via bindingsBenjamin Otte2020-03-182-123/+24
* accels: Remove GtkAccelGroupBenjamin Otte2020-03-1812-1484/+7
* testmenubutton: Don't create a GtkAccelGroupBenjamin Otte2020-03-181-4/+0
* testsuite: Remove GtkAccelGroup usageBenjamin Otte2020-03-181-53/+0
* widget: Remove gtk_widget_add_accelerator()Benjamin Otte2020-03-185-397/+2
* doc tools: Create AccelLabel image without using GtkAccelGroupBenjamin Otte2020-03-181-7/+1
* testgtk: Port keyval example to shortcut controllersEmmanuele Bassi2020-03-181-17/+20
* shortcutcontroller: Implement GtkBuildableBenjamin Otte2020-03-182-1/+31
* shortcutaction: INtegrate with GtkBuilder property parsingBenjamin Otte2020-03-183-1/+120
* shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()Benjamin Otte2020-03-184-1/+52
* application: Replace accelerator handling with shortcutsBenjamin Otte2020-03-183-373/+198
* accel: Add display arg to gtk_accelerator_parse_with_keycode()Benjamin Otte2020-03-183-2/+6
* accelerators: Make gtk_accelerator_parse() return TRUE/FALSEBenjamin Otte2020-03-186-24/+26
* shortcuttrigger: Add hash(), equal(), and compare() functionsBenjamin Otte2020-03-183-0/+183
* shortcuts: Mananage managed shortcuts with a custom modelBenjamin Otte2020-03-189-46/+732
* shortcutaction: Add gtk_shortcut_action_to_string()Benjamin Otte2020-03-183-7/+124
* widget: Keep keybindings as a GListStoreBenjamin Otte2020-03-184-36/+27
* shortcutcontroller: Add gtk_shortcut_controller_new_for_model()Benjamin Otte2020-03-183-6/+64
* shortcutcontroller: Implement GListModelBenjamin Otte2020-03-181-15/+74
* gtk-demo: Port the sliding puzzle demo to shortcutsBenjamin Otte2020-03-181-43/+36
* shortcut: Change the API for creating shortcutsBenjamin Otte2020-03-187-28/+94
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-1816-615/+1200
* accelgroup: Remove unneeded APIsBenjamin Otte2020-03-184-154/+0
* gtk: Remove GtkAccelMapEmmanuele Bassi2020-03-1814-1382/+2
* gtk: Remove accel pathsBenjamin Otte2020-03-186-107/+7
* Remove GtkMnemonicHashBenjamin Otte2020-03-184-255/+0
* window: Remove all old mnemonic handling APIEmmanuele Bassi2020-03-185-243/+27
* Add GtkShortcutManagerEmmanuele Bassi2020-03-1811-22/+228