13
0
livetrax/libs/gtkmm2ext
Robin Gareus 58db958839
Fix crash for external windows
eg. LV2 externalUI windows are not managed by ardour; Ardour cannot
intercept mapped() or delete_event() signals and hence also not
create a visibility-tracker.

First call to WindowProxy::toggle() creates the window, and the 2nd call
crashed since 6ca8ec5141, due to missing vistracker.

e.g. externalUI plugin windows, the processor-box uses WindowProxy
for all plugin-UIs incl. externalUIs.
2018-12-20 19:41:57 +01:00
..
gtkmm2ext add ActionManager::get_actions() to fetch all actions created in ActionGroups with a given "owner" value 2018-12-11 05:05:09 -05:00
macosx/gtkmm2ext/gtkmm2ext.xcodeproj
MSVCgtkmm2ext Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets extended to the other libs) 2018-09-30 09:19:28 +01:00
po Update Japanese translation 2017-12-22 22:19:00 +01:00
actions.cc add ActionManager::get_actions() to fetch all actions created in ActionGroups with a given "owner" value 2018-12-11 05:05:09 -05:00
application.cc
AUTHORS
bindings.cc add ActionManager::get_actions() to fetch all actions created in ActionGroups with a given "owner" value 2018-12-11 05:05:09 -05:00
cairo_packer.cc Revert "Pixel hunt cairo-packer (status-bar, selection-clock border)" 2016-12-11 02:19:10 +01:00
cairo_widget.cc Prepare a boxy, no round borders, button-style 2018-10-02 21:28:49 +02:00
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
colors.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
colorspace.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
COPYING
cursors.cc
debug.cc
dndtreeview.cc
emscale.cc
gettext.h Fix --no-nls (2/5), prefer #if in libs 2018-09-21 19:03:33 +02:00
gtk_ui.cc replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls 2018-12-12 10:08:01 -05:00
gtkapplication_quartz.mm changes to adapt to modified version of GTK/Quartz which uses only MOD2 for Command, everywhere. 2016-12-13 07:02:08 -05:00
gtkapplication_win32.c
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
keyboard.cc Use XMLNode::get/set_property API in Gtkmm2ext::Keyboard class 2017-04-19 09:36:55 +10:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
menu_elems.cc Remove ambiguity ('CheckMenuItem' conflicts with an item already existing in MSVC) 2017-06-29 10:08:32 +01:00
nsglview.mm Debug NSView Exposure 2017-03-21 15:53:29 +01:00
persistent_tooltip.cc
sync-menu.c
textviewer.cc
treeutils.cc
utils.cc Glib throws a const FileError exception 2018-10-26 13:40:03 +02:00
visibility_tracker.cc remove debug output 2018-09-23 13:48:19 -04:00
window_proxy.cc Fix crash for external windows 2018-12-20 19:41:57 +01:00
window_title.cc
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00