ardour/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 copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
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 globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
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 NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cell_renderer_pixbuf_multi.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
cell_renderer_pixbuf_toggle.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
debug.cc We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanism away from a 64bit integer and toward std::bitset. 2015-06-12 18:14:09 -04:00
dndtreeview.cc DnDTreeview: allow to handle multiple drag-targets 2016-05-06 14:51:29 +02:00
emscale.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
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 globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkapplication_x11.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkapplication.c globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
gtkutils.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
sync-menu.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
textviewer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
treeutils.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
wscript remove use of hardcoded -fPIC compiler flag, and use compiler flag dict instead 2018-10-14 22:06:11 -04:00