Block a user
0622f26b2a
redesign cue editor layout to use ArdourButton and GtkBoxen
a1dd7ae4c3
remove unused member variable
5dd65171c1
remove unused variable decl
bccf36d665
catch pushing identical cursors to the cursor stack
b9b3e75b5c
fix totally incorrect use of GdkCursor; use standard cursors in canvas piano roll header
d2a3450e2f
use nullptr in initialization instead of 0
200fe85ee2
use nullptr as return value instead of 0
9f62e034b7
fix dangiling regionviews (and thus region refs) when streamview is deleted
b8e1f67b75
C++ demangnling: make it work on macOS as well as linux
96ef4d20f2
when recording MIDI, create active_notes on demand
a7bd0da8ea
fix missing initialization
a76afae0e9
use smaller ("very small") text for rulers on macOS
8196734e3f
change references to what was "very small text" to "smaller text";
bbdb6b0e63
more extensive automation display design for cue editor
f8f6e5d2ab
implement newly-required inclusion of <cassert>
2ad12280f6
fix erroneous API changes related to ::reset_write_sources() introduced in midilen branch
b3a22a024c
add more buttons to midi cue editor and use Canvas::Box for packing
a3deba207e
Canvas: auto-fy a couple of lops in Box::reposition_children()
e6758b6ba8
Canvas; make button handle dynamic size allocation
b500eeb36e
canvas; fix indent in Text::dump()
5808c6e78f
Canvas: fix logic bug when setting child items to be layout sensitive
19e4063b6b
add a button bar and 1 button at the bottom of the MidiCueView
39949e778d
autofication of another loop
d260b1d4c0
Canvas::Button improvements
c1ad49a411
skeleton for a canvas button
61f1466f50
use virtual methods to get MidiRegionView to do ::set_model() correctly