Thu, 02 Jul 2020 15:37:43 +0100 |
Chris Cannam |
Where the "below" view represents only a subset of the "above" view, cut off the feature mappings at the outer edges of the "below" view - don't map everything outside this (it would all just map onto the same single points at beginning and end, which is excessive, confusing and not useful)
|
Tue, 30 Jun 2020 10:56:56 +0100 |
Chris Cannam |
Fix potential divide-by-zero (depending on a race elsewhere)
|
Wed, 06 May 2020 09:08:37 +0100 |
Chris Cannam |
Reduce heights of alignment views if (they are visible and) we are squashed for space
|
Wed, 25 Mar 2020 12:08:34 +0000 |
Chris Cannam |
Add a tab-bar context menu signal to the property stack
|
Mon, 07 Oct 2019 14:30:13 +0100 |
Chris Cannam |
Don't create alignment views at all if not requested (now that the request is made only at construction time)
|
Mon, 07 Oct 2019 14:08:23 +0100 |
Chris Cannam |
Fix alignment of property box when switching back on after having been hidden
|
Fri, 04 Oct 2019 16:35:22 +0100 |
Chris Cannam |
Fix goof
|
Fri, 04 Oct 2019 13:51:24 +0100 |
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.
|
Mon, 20 May 2019 15:04:32 +0100 |
Chris Cannam |
Fix incorrect visibility of alignment view when not requested; fix current indicator size when x-button is disabled
|
Fri, 17 May 2019 14:37:02 +0100 |
Chris Cannam |
Add option to suppress close button on first pane
|
Fri, 10 May 2019 08:44:32 +0100 |
Chris Cannam |
Remove margin from inner frame
single-point
|
Tue, 30 Apr 2019 15:53:21 +0100 |
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
|
Tue, 30 Apr 2019 14:02:32 +0100 |
Chris Cannam |
Shrink alignment panes to sensible size on non-hi-dpi screens
single-point
|
Thu, 25 Apr 2019 17:07:04 +0100 |
Chris Cannam |
Avoid showing final (useless) alignment view
single-point
|
Mon, 26 Nov 2018 14:33:54 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Thu, 18 Oct 2018 13:21:56 +0100 |
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.
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Mon, 20 Apr 2015 09:19:52 +0100 |
Chris Cannam |
Merge from default branch
alignment_view
|
Tue, 10 Mar 2015 13:22:10 +0000 |
Chris Cannam |
More type fixes
cxx11
|
Fri, 17 Oct 2014 14:58:51 +0100 |
Chris Cannam |
First sketch at alignment view (between panes in stack)
alignment_view
|
Wed, 03 Sep 2014 12:05:45 +0100 |
Chris Cannam |
Simplify some logic where loop was used with an unconditional "break" that meant it could only happen once (from coverity scan)
|
Tue, 17 Jun 2014 15:36:56 +0100 |
Chris Cannam |
Some more unsigned/long removal
warnfix_no_size_t
|
Tue, 11 Mar 2014 17:34:23 +0000 |
Chris Cannam |
Merge from default branch
tony_integration
|
Tue, 04 Mar 2014 15:32:28 +0000 |
Chris Cannam |
Fix failure to delete property stack when pane is deleted (sometimes)
|
Tue, 04 Mar 2014 15:28:32 +0000 |
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
|
Fri, 10 Jan 2014 14:17:50 +0000 |
Chris Cannam |
Propagate double-click in select mode -- the application might do something meaningful with this
tonioni
|
Fri, 10 Jan 2014 09:04:06 +0000 |
Chris Cannam |
Make it possible to globally hide pane accessories (close button & current-indicator)
tonioni
|
Fri, 29 Nov 2013 14:50:33 +0000 |
Chris Cannam |
If any panes have a fixed size, respect that when resizing pane stack sizes
tonioni
|
Tue, 26 Nov 2013 14:06:40 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Fri, 16 Nov 2012 17:14:12 +0000 |
Chris Cannam |
Add discrete-curve drawing mode for time-value layer
|