summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2020-05-05Fix inactive track header label displayRobin Gareus
2020-04-12Reset track header meters - e1a9034a0e #7465Robin Gareus
2020-04-12Fix waveform update when channel-count changesRobin Gareus
2020-04-08Update Waveform display when channel-count changesRobin Gareus
2020-04-03yes, RouteTimeAxisView::set_layer_display() really never applies to the selec...Paul Davis
2020-04-03change implementation of layer display menu items and handlersPaul Davis
2020-04-03add RouteTimeAxis::toggle_layer_display()Paul Davis
2020-04-03add two new ptr-to-menu-item, and remove an unused one, for RouteTimeAxisPaul Davis
2020-03-21Pan: consolidate what_can_be_automated APIRobin Gareus
2020-03-21Pan: remove/consolidate parameter-descriptorRobin Gareus
2020-03-18Hide hidden Controls in GUIRobin Gareus
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-02-28Restore visible automation lanes (#7914)Robin Gareus
2020-02-05fix old bug from 2007 (bbf4175713) in which a return statement was accidental...Paul Davis
2020-01-22Split Select-All-Tracks into 2 appropriately named actionsBen Loftis
2020-01-22Keep track/bus number visible when disabling trackRobin Gareus
2020-01-22Propagate ::route_active_changed() methodsRobin Gareus
2020-01-20Make it more obvious when a track is InactiveBen Loftis
2020-01-12Apply some missing widget namesBen Loftis
2019-12-12Fix automation dropdown menu-item active stateRobin Gareus
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-09-29Fix gtk-table-packing error (redundant packing)Ben Loftis
2019-09-27Restore "A"utomation buttonRobin Gareus
2019-09-25put back editor track header fader+meters inadvertently removed in previous c...Paul Davis
2019-09-25goodbye Profile->...trxPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-08NO-OP: whitespace, alignmentRobin Gareus
2019-03-26Add a note to selfRobin Gareus
2019-03-19Update GUI, use Session::playlists() getter (2/2)Robin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18use new Track APIPaul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-09-18mega-commit to save state of first "it compilesand links" state for separated...Paul Davis
2017-09-09Migrate PC dialog to RouteUI, midnam handing to RTAV.Robin Gareus
2017-08-18Remove old destructive API (non layered is a dynamic mode) 1/2Robin Gareus
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-07-20Select the clicked route in the current mixer strip (fixes #7429)Johannes Mueller
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-07Fix VCA Automation Lane selectionRobin Gareus
2017-06-23NO-OP: whitespaceRobin Gareus
2017-06-23Mixbus GUI updates (VCA layout, no panners)Robin Gareus
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
2017-04-19Use PBD::to_string from pbd/string_convert.h in RouteTimeAxisTim Mayberry
2017-04-19Use PBD::string_to<bool> in RouteTimeAxisView classTim Mayberry
2017-04-19Remove conditional checks that are always true in RouteTimeAxisView classTim Mayberry