summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
AgeCommit message (Expand)Author
2020-04-12Fix waveform update 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-04-03move automation show/hide methods into public accessPaul Davis
2020-01-22Propagate ::route_active_changed() methodsRobin Gareus
2019-08-03Update GPL boilerplate and (C)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-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-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-15Prepare VCA Automation Lanes -- refactor TAVRobin Gareus
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-12-17remove channel filter status and button from MIDI track header, access via co...Paul Davis
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-11-25cont'd work to prevent duplicate playlist namesRobin Gareus
2016-08-18Make buttons in track headers behave more like Gtk::MenuToolButtonJulien "_FrnchFrgg_" RIVAUD
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-05-31stop playing silly games with widget packing when editing a route name in the...Paul Davis
2015-04-25Trim Automation UIRobin Gareus
2015-03-19add API to select TAV height mode.Robin Gareus
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2014-12-06Support paste between automation lanes.David Robillard
2014-11-30Factor out duplicated track automation code.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-06-26show track-number in GUIRobin Gareus
2013-06-16remove no-op "horizontal_position_changed()" method from StreamView and Route...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2012-12-27do not start editing track/bus names on a single click in the name entry of t...Paul Davis
2012-06-13Remove unused variable.Carl Hetherington
2012-06-13Don't recompute child heights when building the route time axis view menu.Carl Hetherington
2012-06-11Patch from colinf to put the playlist / take name in the playlist button tool...Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington