2019-10-07 |
Chris Cannam |
Don't create alignment views at all if not requested (now that the request is made only at construction time)
|
2019-10-07 |
Chris Cannam |
Fix alignment of property box when switching back on after having been hidden
|
2019-10-04 |
Chris Cannam |
Fix goof
|
2019-10-04 |
Chris Cannam |
Rework PaneStack so that the options that generally aren't (or can't be) changed after construction are supplied to the constructor instead of being set through setter methods.
|
2019-05-20 |
Chris Cannam |
Fix incorrect visibility of alignment view when not requested; fix current indicator size when x-button is disabled
|
2019-05-17 |
Chris Cannam |
Add option to suppress close button on first pane
|
2019-05-10 |
Chris Cannam |
Remove margin from inner frame
single-point
|
2019-04-30 |
Chris Cannam |
Add option to make pane sizes auto-resize-only (i.e. remove user control via a splitter); also place alignment views above panes instead of below, meaning the extra bit of space that we currently have for the pane without one at least goes to the primary pane
single-point
|
2019-04-30 |
Chris Cannam |
Shrink alignment panes to sensible size on non-hi-dpi screens
single-point
|
2019-04-25 |
Chris Cannam |
Avoid showing final (useless) alignment view
single-point
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-10-18 |
Chris Cannam |
Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
|
2018-03-01 |
Chris Cannam |
Untabify
|
2015-04-20 |
Chris Cannam |
Merge from default branch
alignment_view
|
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
|