summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Update symbolswip/ebassi/shortcutEmmanuele Bassi2020-03-221-14/+49
* Turn GtkShortcutAction into a GObjectEmmanuele Bassi2020-03-2211-402/+684
* Turn GtkShortcutTrigger into an objectEmmanuele Bassi2020-03-226-378/+621
* Add definition macro for internal typesEmmanuele Bassi2020-03-221-0/+39
* shortcutcontroller: Plug a memory leakMatthias Clasen2020-03-221-1/+4
* Add tests for shortcut actionsMatthias Clasen2020-03-221-0/+67
* Add a test for shortcut triggersMatthias Clasen2020-03-222-0/+261
* Fix the action testMatthias Clasen2020-03-221-3/+4
* Fix a compiler warningMatthias Clasen2020-03-221-1/+1
* text view: Fix touch selectionMatthias Clasen2020-03-221-0/+3
* widget: Drop the ::popup-menu signalMatthias Clasen2020-03-221-36/+0
* placesview: Stop using ::popup-menuMatthias Clasen2020-03-223-32/+66
* filechooser: Stop using ::popup-menuMatthias Clasen2020-03-222-5/+37
* mountoperation: Stop using ::popup-menuMatthias Clasen2020-03-221-3/+18
* gtk-demo: Stop emitting ::popup-menuMatthias Clasen2020-03-221-25/+0
* colorchooser: Stop using ::popup-menuMatthias Clasen2020-03-224-25/+82
* range: Remove ::popup-menu emissionMatthias Clasen2020-03-221-10/+0
* scrollbar: Remove :popup-menu forwardingMatthias Clasen2020-03-221-11/+0
* emojichooser: Stop using ::popup-menuMatthias Clasen2020-03-221-13/+27
* Use an action for the context menu keybindingMatthias Clasen2020-03-226-39/+104
* Print mnemonic triggers clearlyMatthias Clasen2020-03-221-0/+1
* inspector: Show shortcutsMatthias Clasen2020-03-228-0/+265
* Only create a class shortcut controller if we have shortcutsMatthias Clasen2020-03-221-3/+6
* widget: Name the controllersMatthias Clasen2020-03-221-0/+1
* window: Name the the controllersMatthias Clasen2020-03-221-0/+2
* shortcutmanager: Name the controllersMatthias Clasen2020-03-221-0/+2
* Move shortcut manager initialization codeMatthias Clasen2020-03-223-14/+33
* filechooser: Trigger the location popup via bindingsBenjamin Otte2020-03-222-123/+24
* accels: Remove GtkAccelGroupBenjamin Otte2020-03-2212-1484/+7
* testmenubutton: Don't create a GtkAccelGroupBenjamin Otte2020-03-221-4/+0
* testsuite: Remove GtkAccelGroup usageBenjamin Otte2020-03-221-53/+0
* widget: Remove gtk_widget_add_accelerator()Benjamin Otte2020-03-225-397/+2
* doc tools: Create AccelLabel image without using GtkAccelGroupBenjamin Otte2020-03-221-7/+1
* testgtk: Port keyval example to shortcut controllersEmmanuele Bassi2020-03-221-17/+20
* shortcutcontroller: Implement GtkBuildableBenjamin Otte2020-03-222-1/+31
* shortcutaction: INtegrate with GtkBuilder property parsingBenjamin Otte2020-03-223-1/+120
* shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()Benjamin Otte2020-03-224-1/+52
* application: Replace accelerator handling with shortcutsBenjamin Otte2020-03-223-373/+198
* accel: Add display arg to gtk_accelerator_parse_with_keycode()Benjamin Otte2020-03-223-2/+6
* accelerators: Make gtk_accelerator_parse() return TRUE/FALSEBenjamin Otte2020-03-226-24/+26
* shortcuttrigger: Add hash(), equal(), and compare() functionsBenjamin Otte2020-03-223-0/+183
* shortcuts: Mananage managed shortcuts with a custom modelBenjamin Otte2020-03-229-46/+732
* shortcutaction: Add gtk_shortcut_action_to_string()Benjamin Otte2020-03-223-7/+124
* widget: Keep keybindings as a GListStoreBenjamin Otte2020-03-224-36/+27
* shortcutcontroller: Add gtk_shortcut_controller_new_for_model()Benjamin Otte2020-03-223-6/+64
* shortcutcontroller: Implement GListModelBenjamin Otte2020-03-221-15/+74
* gtk-demo: Port the sliding puzzle demo to shortcutsBenjamin Otte2020-03-221-43/+36
* shortcut: Change the API for creating shortcutsBenjamin Otte2020-03-227-28/+94
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-2216-615/+1200
* accelgroup: Remove unneeded APIsBenjamin Otte2020-03-224-154/+0