Mercurial > hg > svgui
log
age | author | description |
---|---|---|
Tue, 02 Sep 2014 16:14:22 +0100 | Chris Cannam | Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible) |
Tue, 02 Sep 2014 16:12:40 +0100 | Chris Cannam | Return getSelectedLayer to being able to return a dormant layer -- if that isn't allowed, then getInteractionLayer is what you want |
Tue, 02 Sep 2014 16:10:10 +0100 | Chris Cannam | Use fixed-order when exporting layers to a session |
Tue, 02 Sep 2014 15:25:27 +0100 | Chris Cannam | Use fixed-order layer list for property container enumeration. Fixes habit of the layer property tabs to jump about when adding a new layer. |
Tue, 02 Sep 2014 15:20:23 +0100 | Chris Cannam | Populate the fixed order layer list |
Tue, 02 Sep 2014 14:47:04 +0100 | Chris Cannam | Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking |
Tue, 02 Sep 2014 10:31:23 +0100 | Chris Cannam | Add getInteractionLayer() and some docs |