LUMIERA.clone/src/proc
Ichthyostega 1e81b8d61a Settle proper activation of the external UI interfaces (#1098)
This change was caused by investigation of UI event loop dispatch;
since the GTK UI is designed to run single threaded, any invocation
from other threads need to be diepatched explicitly.

A possible way to achieve this is to use Glib::Dispatcher, which
in turn requires that the current thread (which is in this case the UI thread)
already holds a Glib::MainContext

This prompted me to create a tight link between the external facade interfaces
of the UI and the event loop itself. What remains to be settled is how
to hand over arguments to the action in the main loop
2017-08-05 17:36:32 +02:00
..
asset Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
cmd CmdAccess: draft some further command invocations 2017-04-17 23:16:57 +02:00
control Settle proper activation of the external UI interfaces (#1098) 2017-08-05 17:36:32 +02:00
engine decommission the safe-bool-idiom (closes #477) 2017-04-02 06:42:23 +02:00
external Doxygen: fill in missing file level headlines for some supplemental code 2016-11-09 20:09:19 +01:00
mobject GCC-5 compatibility: remove the last remaining auto_ptrs 2017-05-01 21:43:10 +02:00
play GCC-5 compatibility: remove the last remaining auto_ptrs 2017-05-01 21:43:10 +02:00
asset.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
asset.hpp maximum munch 2016-12-23 04:23:03 +01:00
assetmanager.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
assetmanager.hpp clean-up visibility of lib::P 2015-08-16 01:35:29 +02:00
cmd.hpp CmdAccess: draft some further command invocations 2017-04-17 23:16:57 +02:00
common.hpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
config-resolver.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
config-resolver.hpp Doxygen Fixes (#1062) 2017-04-02 04:22:51 +02:00
controllerfacade.hpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
DIR_INFO Lumiera renaming -- build system 2008-03-10 05:07:21 +01:00
facade.cpp Session-Subsytem(#318): finish review of locking and lifecycle sanity 2017-01-05 03:38:46 +01:00
facade.hpp Session-Subsytem(#318): finish review of locking and lifecycle sanity 2017-01-05 03:38:46 +01:00
state.hpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
streamtype.cpp Doxygen: fill in missing file level headlines for Proc-Layer 2016-11-08 13:33:17 +01:00
streamtype.hpp Merge Platform upgrade and Diff-Framework development 2015-08-16 01:42:26 +02:00