log view/PaneStack.cpp @ 962:b12cd1c2dad5

age author description
2015-03-10 Chris Cannam More type fixes cxx11
2014-10-17 Chris Cannam First sketch at alignment view (between panes in stack) alignment_view
2014-09-03 Chris Cannam Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)
2014-06-17 Chris Cannam Some more unsigned/long removal warnfix_no_size_t
2014-03-11 Chris Cannam Merge from default branch tony_integration
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes)
2014-03-04 Chris Cannam Fix failure to delete property stack when pane is deleted (sometimes). Fixes Tony crash bug #881, needs to go in SV as well. tonioni
2014-01-10 Chris Cannam Propagate double-click in select mode -- the application might do something meaningful with this tonioni
2014-01-10 Chris Cannam Make it possible to globally hide pane accessories (close button & current-indicator) tonioni
2013-11-29 Chris Cannam If any panes have a fixed size, respect that when resizing pane stack sizes tonioni
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2012-11-16 Chris Cannam Add discrete-curve drawing mode for time-value layer
2012-01-30 Chris Cannam Column stretch 0 avoids spare empty space at the right when property boxes are off
2012-01-23 Chris Cannam Show current-pane indicator and close-pane button only if there is more than one pane
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)