13
0
livetrax/libs/gtkmm2ext
Robin Gareus ac53f7e95a
Apple+H (hide window) shortcut does not work, so hide it
This likely broke in 3.x when Ardour migrated to context dependent
shortcuts (rather than GTK managed menu shortcuts).

While there is Gtkmm2ext::Application::hide, there is currently no
bindable action and hence no way to add a dedicated
shortcut. Furthermore, since this is a special NSApplication menu,
updating the menu-item when the action is bound is not trivial.

gtk_application_hide() is only implemented for macOS and
there is likely a better use for "H" shortcut anyway.
2022-09-18 16:33:29 +02:00
..
gtkmm2ext move color utility functions from ARDOUR_UI_UTILS to Gtkmm2ext namespace (libs) 2022-08-10 21:11:46 -06:00
MSVCgtkmm2ext
po add a few translations missing in previous commit 2022-08-23 17:01:21 +02:00
action_model.cc
actions.cc
application.cc
AUTHORS
bindings.cc
cairo_packer.cc
cairo_theme.cc
cairo_widget.cc cairowidget: add supplementary set_source_rgb_a() method that uses the uint32 Color type 2022-08-10 18:15:25 -06:00
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
colors.cc move color utility functions from ARDOUR_UI_UTILS to Gtkmm2ext namespace (libs) 2022-08-10 21:11:46 -06:00
colorspace.cc
COPYING
cursors.cc
debug.cc
dndtreeview.cc
emscale.cc
gtk_ui.cc
gtkapplication_quartz.mm Apple+H (hide window) shortcut does not work, so hide it 2022-09-18 16:33:29 +02:00
gtkapplication_win32.c
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
keyboard.cc
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
menu_elems.cc
nsglview.mm
persistent_tooltip.cc
sync-menu.c
textviewer.cc
treeutils.cc
utils.cc
visibility_tracker.cc
window_proxy.cc
window_title.cc
wscript