[gtk] (112 commits) Non-fast-forward update to branch gbsneto/shortcuts-rebased
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (112 commits) Non-fast-forward update to branch gbsneto/shortcuts-rebased
- Date: Thu, 16 May 2019 00:07:16 +0000 (UTC)
The branch 'gbsneto/shortcuts-rebased' 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:
5e629b7... widget: Bring back _gtk_widget_list_controllers()
e8d82d5... testgtk: Remove unused code
f512f47... x11: Actually call the finished func when finishing
d6d2ef8... bindings: Remove unused member variables
65799da... bindings: Hide structs
f78dfd6... bindings: Make gtk_binding_entry_add_signall() private
70791d1... bindings: Replace GtkBindingArg arguments with GVariant
3651dda... bindings: Add gtk_binding_entry_add_signal_variant()
0c49c86... bindings: Parse into GVariantBuilder directly
7240bb5... bindings: Make gtk_binding_parse_signal() use GVariantBuild
fee432c... shortcutcontroller: Introduce
1f6f98e... bindings: Split out function to invoke an action signal
b7fa4b9... gtk: Add GtkShortcut
d9ad85b... widget: Add gtk_widget_class_add_shortcut()
d76e832... bindings: Add more variant types
6dedd84... window: Port bindings to use shortcuts
7cc6d09... gsk: Fix annotations for ref()/unref()
71d2cd3... contentformats: Fix doc typo
2c34403... shortcut: Add GtkShortcutTrigger
fb6fcd4... trigger: Add an alternative trigger
22b8e8a... assistant: Port bindings to use shortcuts
40e5955... combobox: Port bindings to use shortcuts
1759443... shortcut: Add gtk_shortcut_set_callback()
fd36ebc... text: Port bindings to use shortcuts
7acbf90... dialog: Port binding to use shortcuts
42ffd53... widget: Port bindings to use shortcuts
9d85a20... treeview: Port bindings to use shortcuts
9a0895a... shortcutcontroller: Add private API for running class short
d3e3586... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
3ca8744... toolbar: Port bindings to use shortcuts
dc0e9b6... filechooserwidget: Port bindings to use shortcuts
8606b28... textview: Port bindings to use shortcuts
b030da4... spinbutton: Port bindings to use shortcuts
1cf9844... paned: Port bindings to use shortcuts
afe4b96... flowbox: Port bindings to use shortcuts
92934bf... shortcutswindow: Port bindings to use shortcuts
328be2b... shortcutssection: Port bindings to use shortcuts
90634f5... searchentry: Port bindings to use shortcuts
66341f9... scrolledwindow: Port bindings to use shortcuts
9467c0b... scalebutton: Port bindings to use shortcuts
19a63e2... scale: Port bindings to use shortcuts
97ffd77... notebook: Port bindings to use shortcuts
8d45e22... menushell: Port bindings to use shortcuts
3211f94... menu: Port bindings to use shortcuts
340488d... menubar: Port bindings to use shortcuts
00f44a3... listbox: Port bindings to use shortcuts
a4db489... label: Port bindings to use shortcuts
a920b1c... infobar: Port bindings to use shortcuts
f8199cd... iconview: Port bindings to use shortcuts
1a14a00... combobox: Redo key event forwarding hack
e79db09... treeview: Redo event forwarding hack
5a3bfbf... accelgroup: Actually have a default mod mask
93e3224... passwordentry: Remove unused header
f72e186... eventcontrollerkey: Remove binding handling
fb1aeea... gtk: Remove bindings
1394f3e... accellabel: Get rid of class variables
19284cb... accellabel: Move gtk_accelerator_get_label() code
4683c5b... accelgroup: Add gtk_accel_group_print_label()
58b4592... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
fe736e6... shortcutcontroller: Add GtkShortcutScope
f97df1f... gtk-demo: Add a dumb demo for shortcut triggers
23f6361... gdk: Remove GDK_RELEASE_MASK
da4c3dc... window: Get rid of public APIs that shouldn't be
f5ce3d0... window: Put F10 accelerator into its own shortcut controlle
4bb1e9e... shortcuttrigger: Add support for mnemonics
5c18658... shortcut: Add gtk_shortcut_set_mnemonic_activate()
413ba32... label: Implement mnemonics using shortcuts
c6f8ac8... shortcutmanager: Add
f991754... menu: Implement GtkShortcutManager
aa8cf76... window: Remove all old mnemonic handling API
b97496f... menushell: Remove old mnemonic handling
e843c8b... gtk: Remove accel paths
6cb9ff5... gtk: Remove GtkAccelMap
b375275... accelgroup: Remove unneeded APIs
8b3c767... shortcut: Add GtkShortcutAction
846eeb4... shortcut: Change the API for creating shortcuts
fbd4dee... gtk-demo: Port the sliding puzzle demo to shortcuts
bcdc4fb... shortcutcontroller: Implement GListModel
22402ee... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
c9527eb... widget: Keep keybindings as a GListStore
2d0619a... shortcutaction: Add gtk_shortcut_action_to_string()
8bab77e... gdk: Make gdk_keyval_name() return a const char
27921cb... shortcuts: Mananage managed shortcuts with a custom model
db54ab8... shortcuttrigger: Add hash(), equal(), and compare() functio
85e2670... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
4beeb94... accel: Add display arg to gtk_accelerator_parse_with_keycod
18479aa... application: Replace accelerator handling with shortcuts
b05df6e... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
acef01b... shortcutaction: INtegrate with GtkBuilder property parsing
2ca3a97... shortcutcontroller: Implement GtkBuildable
2ce477f... gtk-demo: Redo builder example to use shortcuts
4d11456... testgtk: Port keyval example to shortcut controllers
71d6b8e... widget: Remove gtk_widget_add_accelerator()
8cb8631... doc tools: Create AccelLabel image without using GtkAccelGr
bc37f9d... testsuite: Remove GtkAccelGroup usage
e65ffb0... testmenubutton: Don't create a GtkAccelGroup
3c72b31... accels: Remove GtkAccelGroup
7e56028... filechooser: Remove outdated hack
38a2c8a... filechooser: Trigger the location popup via bindings
c7d157f... shortcuttrigger: Filter a few modifiers out
2f7ed4b... shortcutcontroller: Unref shortcut proper
Commits added to the branch:
f325017... gdk/x11: Make XInput2 a mandatory build time dependency for (*)
c4cf72e... gdk/x11: Remove gdk_disable_multidevice() (*)
c4446d3... gdk/x11: Drop GDK_CORE_DEVICE_EVENTS environment variable (*)
33642e2... gdk/x11: Make XInput2 a mandatory runtime dependency for x1 (*)
c2d9279... gdk/x11: Drop GdkDeviceManagerCore (*)
58cfafd... gdk/x11: Remove XI1 remnant (*)
6a27fe1... Merge branch 'wip/carlosg/no-x11-core-events' into 'master' (*)
d9b6435... accellabel: use a box layout (*)
d53d7eb... filechooserwidget: Remove some unused struct members (*)
7793818... query: Remove private pointer (*)
45b552d... profiler: Prefer CLOCK_MONOTONIC (*)
017f11b... widget: Bring back _gtk_widget_list_controllers()
499c9e6... testgtk: Remove unused code
b945a95... x11: Actually call the finished func when finishing
c04d7d1... bindings: Remove unused member variables
42396a9... bindings: Hide structs
ac738ac... bindings: Make gtk_binding_entry_add_signall() private
424bc84... bindings: Replace GtkBindingArg arguments with GVariant
1a115ea... bindings: Add gtk_binding_entry_add_signal_variant()
32d2a52... bindings: Parse into GVariantBuilder directly
2c48acb... bindings: Make gtk_binding_parse_signal() use GVariantBuild
8d6138b... shortcutcontroller: Introduce
7426275... bindings: Split out function to invoke an action signal
e5eb175... gtk: Add GtkShortcut
a1dfe3d... widget: Add gtk_widget_class_add_shortcut()
2d2f138... bindings: Add more variant types
08ca6a3... window: Port bindings to use shortcuts
6cafda4... gsk: Fix annotations for ref()/unref()
6edcf01... contentformats: Fix doc typo
eec8a96... shortcut: Add GtkShortcutTrigger
8542481... trigger: Add an alternative trigger
e1fe9c8... assistant: Port bindings to use shortcuts
7911766... combobox: Port bindings to use shortcuts
822f289... shortcut: Add gtk_shortcut_set_callback()
2ea5835... text: Port bindings to use shortcuts
b7b3cb1... dialog: Port binding to use shortcuts
90d699b... widget: Port bindings to use shortcuts
9bdb03a... treeview: Port bindings to use shortcuts
fbb5872... shortcutcontroller: Add private API for running class short
05662e1... shortcutcontroller: Add gtk_shortcut_controller_add_shortcu
14fba44... toolbar: Port bindings to use shortcuts
03fdc3e... filechooserwidget: Port bindings to use shortcuts
b204748... textview: Port bindings to use shortcuts
114b8be... spinbutton: Port bindings to use shortcuts
82434c4... paned: Port bindings to use shortcuts
9dacd80... flowbox: Port bindings to use shortcuts
0ccb403... shortcutswindow: Port bindings to use shortcuts
9474c1d... shortcutssection: Port bindings to use shortcuts
78717fb... searchentry: Port bindings to use shortcuts
fb4126f... scrolledwindow: Port bindings to use shortcuts
fed84e4... scalebutton: Port bindings to use shortcuts
c891f2e... scale: Port bindings to use shortcuts
f19f7f7... notebook: Port bindings to use shortcuts
d5d032c... menushell: Port bindings to use shortcuts
614a1c6... menu: Port bindings to use shortcuts
533200a... menubar: Port bindings to use shortcuts
f164fe3... listbox: Port bindings to use shortcuts
c340a18... label: Port bindings to use shortcuts
2c25375... infobar: Port bindings to use shortcuts
16fd077... iconview: Port bindings to use shortcuts
ee815e0... combobox: Redo key event forwarding hack
cf4c4e0... treeview: Redo event forwarding hack
e3ead98... accelgroup: Actually have a default mod mask
e0723d7... passwordentry: Remove unused header
811a2ea... eventcontrollerkey: Remove binding handling
09af271... gtk: Remove bindings
d73be33... accellabel: Get rid of class variables
291d7f9... accellabel: Move gtk_accelerator_get_label() code
8529531... accelgroup: Add gtk_accel_group_print_label()
a554a5c... shortcuttrigger: Add gtk_shortcut_trigger_to_label()
6ceaa17... shortcutcontroller: Add GtkShortcutScope
35222a4... gtk-demo: Add a dumb demo for shortcut triggers
1d106ea... gdk: Remove GDK_RELEASE_MASK
1db44a0... window: Get rid of public APIs that shouldn't be
2f29b14... window: Put F10 accelerator into its own shortcut controlle
85c5585... shortcuttrigger: Add support for mnemonics
171505b... shortcut: Add gtk_shortcut_set_mnemonic_activate()
6e164b6... label: Implement mnemonics using shortcuts
7872205... shortcutmanager: Add
2ee29b1... menu: Implement GtkShortcutManager
3839d41... window: Remove all old mnemonic handling API
38c8cfe... menushell: Remove old mnemonic handling
a4c9f37... gtk: Remove accel paths
3685e52... gtk: Remove GtkAccelMap
1f413ef... accelgroup: Remove unneeded APIs
8391c87... shortcut: Add GtkShortcutAction
f2caa67... shortcut: Change the API for creating shortcuts
a262c38... gtk-demo: Port the sliding puzzle demo to shortcuts
e8cd1d1... shortcutcontroller: Implement GListModel
87004c3... shortcutcontroller: Add gtk_shortcut_controller_new_for_mod
f1c108e... widget: Keep keybindings as a GListStore
432a4b8... shortcutaction: Add gtk_shortcut_action_to_string()
e434fdc... gdk: Make gdk_keyval_name() return a const char
d3674f6... shortcuts: Mananage managed shortcuts with a custom model
ab0eea1... shortcuttrigger: Add hash(), equal(), and compare() functio
643936d... accelerators: Make gtk_accelerator_parse() return TRUE/FALS
94d09e2... accel: Add display arg to gtk_accelerator_parse_with_keycod
276e761... application: Replace accelerator handling with shortcuts
66fca6d... shortcuttrigger: Add gtk_shortcut_triger_new_parse_string()
4939c3b... shortcutaction: INtegrate with GtkBuilder property parsing
c319da4... shortcutcontroller: Implement GtkBuildable
7996b5b... gtk-demo: Redo builder example to use shortcuts
8ef6e2f... testgtk: Port keyval example to shortcut controllers
40a26c2... widget: Remove gtk_widget_add_accelerator()
136d6a1... doc tools: Create AccelLabel image without using GtkAccelGr
88ccddd... testsuite: Remove GtkAccelGroup usage
6d50afe... testmenubutton: Don't create a GtkAccelGroup
b652794... accels: Remove GtkAccelGroup
d10b621... filechooser: Remove outdated hack
194ba99... filechooser: Trigger the location popup via bindings
ffc5004... shortcuttrigger: Filter a few modifiers out
4a5df01... shortcutcontroller: Unref shortcut proper
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]