[gtk] (117 commits) Created branch wip/matthiasc/shortcut-2



The branch 'wip/matthiasc/shortcut-2' was created.

Summary of new commits:

  1788731... bindings: Replace GtkBindingArg arguments with GVariant
  6546362... bindings: Add gtk_binding_entry_add_signal_variant()
  075f2dd... bindings: Parse into GVariantBuilder directly
  fc5b559... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  e8dff6b... shortcutcontroller: Introduce
  453e215... bindings: Split out function to invoke an action signal
  498545e... gtk: Add GtkShortcut
  b324a28... widget: Add gtk_widget_class_add_shortcut()
  f967c3d... bindings: Add more variant types
  46f3bb1... window: Port bindings to use shortcuts
  1ac761d... shortcut: Add GtkShortcutTrigger
  69c3d60... trigger: Add an alternative trigger
  5026af0... assistant: Port bindings to use shortcuts
  f1cb638... combobox: Port bindings to use shortcuts
  02991b9... shortcut: Add gtk_shortcut_set_callback()
  9965ed5... bindings: Export action activation internally
  0ee873c... shortcut: Add action activation
  93bebe3... Allow installing bindings bound to actions
  3eec879... text: Port to widget shortcuts
  60a89ff... dialog: Port binding to use shortcuts
  0089c61... widget: Port bindings to use shortcuts
  2382d8e... treeview: Port bindings to use shortcuts
  4fbcb74... shortcutcontroller: Add private API for running class short
  453d08b... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  6fec3f2... filechooserwidget: Port bindings to use shortcuts
  a3d9f0a... textview: Port bindings to use shortcuts
  6f0284e... spinbutton: Port bindings to use shortcuts
  eb6834b... paned: Port bindings to use shortcuts
  ff500ea... flowbox: Port bindings to use shortcuts
  75e9d9a... shortcutswindow: Port bindings to use shortcuts
  893b6a8... shortcutssection: Port bindings to use shortcuts
  7efbe18... searchentry: Port bindings to use shortcuts
  199b517... scrolledwindow: Port bindings to use shortcuts
  3e1a86b... scalebutton: Port bindings to use shortcuts
  378af08... scale: Port bindings to use shortcuts
  fda4d8b... notebook: Port bindings to use shortcuts
  b695b1f... listbox: Port bindings to use shortcuts
  16b8bf0... label: Port bindings to use shortcuts
  d405d95... infobar: Port bindings to use shortcuts
  f54c0bf... iconview: Port bindings to use shortcuts
  1e91f65... widget: Add private accessor to event controllers
  cf6940b... combobox: Redo key event forwarding hack
  2df6e8e... treeview: Redo event forwarding hack
  06a5fd1... accelgroup: Actually have a default mod mask
  a9391bb... entry: Remove unused include
  f1a8938... passwordentry: Remove unused include
  a41c87d... popovermenu: Port to shortcuts
  9c667d9... popover: Add keynav keybindings
  816b266... popover: Remove unused include
  f91f257... Remove bindings activation from GtkEventControllerKey
  814efb5... event controller focus: drop include
  833308b... gtk: Remove bindings
  24b6355... accellabel: Get rid of class variables
  13a27a0... accellabel: Move gtk_accelerator_get_label() code
  dc27478... accelgroup: Add gtk_accel_group_print_label()
  c116b45... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  c1f0478... shortcutcontroller: Add GtkShortcutScope
  e0602c4... gtk-demo: Add a dumb demo for shortcut triggers
  ef066ca... gdk: Remove GDK_RELEASE_MASK
  656d332... window: Get rid of public APIs that shouldn't be
  8564f1c... window: Put F10 accelerator into its own shortcut controlle
  7e5d325... shortcuttrigger: Add support for mnemonics
  4c86fbb... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  45d3acf... label: Implement mnemonics using shortcuts
  06e7bf2... Add GtkShortcutManager
  c2b1028... window: Remove all old mnemonic handling API
  e55ab3d... Remove GtkMnemonicHash
  bbbed33... gtk: Remove accel paths
  b3e3510... gtk: Remove GtkAccelMap
  05bf603... accelgroup: Remove unneeded APIs
  2f0e94c... shortcut: Add GtkShortcutAction
  8380176... shortcut: Change the API for creating shortcuts
  1743996... gtk-demo: Port the sliding puzzle demo to shortcuts
  1583332... shortcutcontroller: Implement GListModel
  d692cea... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
  b282265... widget: Keep keybindings as a GListStore
  59bf971... shortcutaction: Add gtk_shortcut_action_to_string()
  fad0e1c... shortcuts: Mananage managed shortcuts with a custom model
  349d909... shortcuttrigger: Add hash(), equal(), and compare() functio
  07173a2... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
  b29dce0... accel: Add display arg to gtk_accelerator_parse_with_keycod
  354c9a0... application: Replace accelerator handling with shortcuts
  927b99b... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
  8233e69... shortcutaction: INtegrate with GtkBuilder property parsing
  c5f34ec... shortcutcontroller: Implement GtkBuildable
  b9b3639... testgtk: Port keyval example to shortcut controllers
  693c134... doc tools: Create AccelLabel image without using GtkAccelGr
  93c8a8a... widget: Remove gtk_widget_add_accelerator()
  8f9080b... testsuite: Remove GtkAccelGroup usage
  5ea42f9... testmenubutton: Don't create a GtkAccelGroup
  b7fcf6c... accels: Remove GtkAccelGroup
  211720d... filechooser: Trigger the location popup via bindings
  601711f... Move shortcut manager initialization code
  69b24e5... shortcutmanager: Name the controllers
  dc38bcf... window: Name the the controllers
  e121ef1... widget: Name the controllers
  c5ef926... Only create a class shortcut controller if we have shortcut
  4386b9d... inspector: Show shortcuts
  b2a61c6... Print mnemonic triggers clearly
  cc55491... Use an action for the context menu keybinding
  f4129f9... emojichooser: Stop using ::popup-menu
  370dc83... scrollbar: Remove :popup-menu forwarding
  9b1fea9... range: Remove ::popup-menu emission
  a29e6dc... colorchooser: Stop using ::popup-menu
  78a0919... gtk-demo: Stop emitting ::popup-menu
  7cf45ae... mountoperation: Stop using ::popup-menu
  b72d679... filechooser: Stop using ::popup-menu
  70207a8... placesview: Stop using ::popup-menu
  b92e3c1... widget: Drop the ::popup-menu signal
  8bf58c5... text view: Fix touch selection
  26a540f... Fix a compiler warning
  8b91388... Fix the action test
  759a4e8... Add a test for shortcut triggers
  5a7a582... Add tests for shortcut actions
  145031e... shortcutcontroller: Plug a memory leak
  b15977a... shortcuttrigger: Introduce partial matches
  cee186f... shortcuttrigger: Do elaborate matching for key events


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]