Mercurial > hg > svgui
log view/Pane.cpp @ 875:0e674f1bbf08 tonioni
age | author | description |
---|---|---|
Tue, 11 Nov 2014 14:11:07 +0000 | Chris Cannam | (Very slowly) perform local reanalysis when dragging a note up or down tonioni |
Mon, 10 Nov 2014 16:07:33 +0000 | Chris Cannam | Be more ruthless tonioni |
Mon, 10 Nov 2014 09:54:20 +0000 | Chris Cannam | Discard wildly excessive wheel events tonioni |
Thu, 11 Sep 2014 13:53:41 +0100 | Chris Cannam | Do not draw the model time extents if the top layer does not have time as its x axis (fixing #1057) |
Wed, 03 Sep 2014 12:04:22 +0100 | Chris Cannam | Fix some potential null-pointer derefs, and simplify some logic where loops were used with an unconditional "break" that meant they could only happen once (from coverity scan) |
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 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 |