lumiera_/src/gui/ctrl
Ichthyostega 1725a31df1 Bugfix: insidious dangling pointer caused by move after construction
Damn sideeffect of the suppport for move-only types: since we're
moving our binding now into place /after/ construction, in some cases
the end() iterator (embedded in RangeIter) becomes invalid. Indeed this
was always broken, but didn't hurt, as long as we only used vectors.

Solution: use a dedicated init() hook, which needs to be invoked
*after* the TreeMutator has been constructed and moved into the final
location in the stack buffer.
2016-10-03 23:54:09 +02:00
..
bus-controller.cpp WIP: draft a concrete TreeMutator binding for MockElm 2016-10-03 01:59:47 +02:00
bus-controller.hpp DOC: fix some Doxygen link syntax 2015-12-27 03:16:49 +01:00
bus-term.hpp MutationMessage: limit to treating of gui::model::Tangible 2016-10-02 23:51:45 +02:00
core-service.hpp complete wiring of nexus and core services 2015-12-19 04:05:21 +01:00
mutation-message.hpp MutationMessage: limit to treating of gui::model::Tangible 2016-10-02 23:51:45 +02:00
nexus.hpp Bugfix: insidious dangling pointer caused by move after construction 2016-10-03 23:54:09 +02:00
playback-controller.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
playback-controller.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00