[gtk] (70 commits) Non-fast-forward update to branch wip/otte/shortcut



The branch 'wip/otte/shortcut' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  fcc7817... widget: Add GtkWidgetClass:root and :unroot functions
  eaf5892... widget: Add a GtkWidget::root property and gtk_widget_get_r
  9bfe951... root: Add GtkRoot:get_display vfunc
  0f2cdfe... bindings: Remove unused member variables
  852d9fd... bindings: Hide structs
  4144970... bindings: Make gtk_binding_entry_add_signall() private
  56586dd... bindings: Replace GtkBindingArg arguments with GVariant
  8c15ab8... bindings: Add gtk_binding_entry_add_signal_variant()
  fa986f4... bindings: Parse into GVariantBuilder directly
  9931a14... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  6a8da90... shortcutcontroller: Introduce
  24a3418... bindings: Split out function to invoke an action signal
  9de32e5... gtk: Add GtkShortcut
  c3fbfc2... widget: Add gtk_widget_class_add_shortcut()
  4ec5a5e... bindings: Add more variant types
  4ccf22b... window: Port bindings to use shortcuts
  d4d54ef... gsk: Fix annotations for ref()/unref()
  6120b2a... contentformats: Fix doc typo
  1887617... shortcut: Add GtkShortcutTrigger
  c93c932... trigger: Add an alternative trigger
  392f647... assistant: Port bindings to use shortcuts
  dcc2eef... combobox: Port bindings to use shortcuts
  0534a0d... shortcut: Add gtk_shortcut_set_callback()
  384cd35... entry: Port bindings to use shortcuts
  2136790... dialog: Port binding to use shortcuts
  e05b21c... widget: Port bindings to use shortcuts
  3ea858a... treeview: Port bindings to use shortcuts
  bac6d5b... shortcutcontroller: Add private API for running class short
  4e6ac79... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  7b62851... toolbar: Port bindings to use shortcuts
  294fcc3... filechooserwidget: Port bindings to use shortcuts
  4decaa5... textview: Port bindings to use shortcuts
  23bdbd2... spinbutton: Port bindings to use shortcuts
  90452c0... paned: Port bindings to use shortcuts
  a3f51e3... flowbox: Port bindings to use shortcuts
  1af3851... shortcutswindow: Port bindings to use shortcuts
  9ad4fe5... shortcutssection: Port bindings to use shortcuts
  64a9484... searchentry: Port bindings to use shortcuts
  96cdd1e... scrolledwindow: Port bindings to use shortcuts
  5c80217... scalebutton: Port bindings to use shortcuts
  4ac8255... scale: Port bindings to use shortcuts
  0cc1d79... notebook: Port bindings to use shortcuts
  5f957eb... menushell: Port bindings to use shortcuts
  86a2b59... menu: Port bindings to use shortcuts
  15b7244... menubar: Port bindings to use shortcuts
  e7a9a2c... listbox: Port bindings to use shortcuts
  4bbf691... label: Port bindings to use shortcuts
  272255f... infobar: Port bindings to use shortcuts
  32c312a... iconview: Port bindings to use shortcuts
  20fd494... eventcontrollerkey: Remove unused header
  8bddbb7... combobox: Redo key event forwarding hack
  b576391... treeview: Redo event forwarding hack
  fb8537c... accelgroup: Actually have a default mod mask
  2749513... gtk: Remove bindings
  d8c4c79... accellabel: Get rid of class variables
  2a37734... accellabel: Move gtk_accelerator_get_label() code
  287f62b... accelgroup: Add gtk_accel_group_print_label()
  6d5c6c4... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  cd0d2bf... shortcutcontroller: Add GtkShortcutScope
  653e301... gtk-demo: Add a dumb demo for shortcut triggers
  61f6541... gdk: Remove GDK_RELEASE_MASK
  7fbd66a... window: Get rid of public APIs that shouldn't be
  58c1254... window: Put F10 accelerator into its own shortcut controlle

Commits added to the branch:

  93ee2c8... widget: Add GtkWidgetClass:root and :unroot functions
  c6ba228... widget: Add a GtkWidget::root property and gtk_widget_get_r
  ee1e796... root: Add GtkRoot:get_display vfunc
  6d2db9b... bindings: Remove unused member variables
  42501ab... bindings: Hide structs
  b62984a... bindings: Make gtk_binding_entry_add_signall() private
  912dd17... bindings: Replace GtkBindingArg arguments with GVariant
  df41cf4... bindings: Add gtk_binding_entry_add_signal_variant()
  0d4fe37... bindings: Parse into GVariantBuilder directly
  520f27e... bindings: Make gtk_binding_parse_signal() use GVariantBuild
  a91b083... shortcutcontroller: Introduce
  b2c245b... bindings: Split out function to invoke an action signal
  291a1cf... gtk: Add GtkShortcut
  2b8d00f... widget: Add gtk_widget_class_add_shortcut()
  d8fb18d... bindings: Add more variant types
  952101f... window: Port bindings to use shortcuts
  2269c07... gsk: Fix annotations for ref()/unref()
  f1fb513... contentformats: Fix doc typo
  e4610b6... shortcut: Add GtkShortcutTrigger
  9ed2a9a... trigger: Add an alternative trigger
  ca5f717... assistant: Port bindings to use shortcuts
  65400cc... combobox: Port bindings to use shortcuts
  0024886... shortcut: Add gtk_shortcut_set_callback()
  80752b8... entry: Port bindings to use shortcuts
  15268ad... dialog: Port binding to use shortcuts
  70aa870... widget: Port bindings to use shortcuts
  54741ad... treeview: Port bindings to use shortcuts
  908a11e... shortcutcontroller: Add private API for running class short
  c98a006... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
  c8d544d... toolbar: Port bindings to use shortcuts
  f3c2bc0... filechooserwidget: Port bindings to use shortcuts
  35efb25... textview: Port bindings to use shortcuts
  83ffa92... spinbutton: Port bindings to use shortcuts
  ca0db50... paned: Port bindings to use shortcuts
  9f46bbf... flowbox: Port bindings to use shortcuts
  7c8c8a4... shortcutswindow: Port bindings to use shortcuts
  36dd653... shortcutssection: Port bindings to use shortcuts
  398268e... searchentry: Port bindings to use shortcuts
  98b3eab... scrolledwindow: Port bindings to use shortcuts
  bb670fa... scalebutton: Port bindings to use shortcuts
  4b995d3... scale: Port bindings to use shortcuts
  ec3191a... notebook: Port bindings to use shortcuts
  cb46c2a... menushell: Port bindings to use shortcuts
  3bb8446... menu: Port bindings to use shortcuts
  c91c943... menubar: Port bindings to use shortcuts
  0a437a7... listbox: Port bindings to use shortcuts
  c075bc9... label: Port bindings to use shortcuts
  b3fc8c0... infobar: Port bindings to use shortcuts
  f44f1f3... iconview: Port bindings to use shortcuts
  ded5ed3... eventcontrollerkey: Remove unused header
  513ac21... combobox: Redo key event forwarding hack
  b5b4bef... treeview: Redo event forwarding hack
  b7ed42c... accelgroup: Actually have a default mod mask
  507b00f... gtk: Remove bindings
  118d646... accellabel: Get rid of class variables
  933e3f2... accellabel: Move gtk_accelerator_get_label() code
  a60649f... accelgroup: Add gtk_accel_group_print_label()
  f887505... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
  3dd338a... shortcutcontroller: Add GtkShortcutScope
  b0481fb... gtk-demo: Add a dumb demo for shortcut triggers
  8c62367... gdk: Remove GDK_RELEASE_MASK
  ffc21ec... window: Get rid of public APIs that shouldn't be
  7a49f76... window: Put F10 accelerator into its own shortcut controlle
  39cbf30... shortcuttrigger: Add support for mnemonics
  c88e34c... shortcut: Add gtk_shortcut_set_mnemonic_activate()
  0643fb0... label: Implement mnemonics using shortcuts
  4ca3dc5... shortcutmanager: Add
  0ce9773... menu: Implement GtkShortcutManager
  c606ac3... window: Remove all old mnemonic handling API
  6bfbada... menushell: Remove old mnemonic handling


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