summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
AgeCommit message (Expand)Author
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
2011-12-12Make TimeAxisView::remove_child virtual so that RouteTimeAxis can override it...Carl Hetherington
2011-11-11extra track header buttons are now ArdourButtonsPaul Davis
2011-08-30Tidy up route colouring a bit so that colours are theCarl Hetherington
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-02Minor refactoring; a few comments; don't try to add Amp processor automation ...Carl Hetherington
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-25change region selection after a combine opPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-07Make stuff in the automation menu apply to the track selection.Carl Hetherington
2011-03-07Make the route group submenu of the RouteTimeAxisView menu apply to the selec...Carl Hetherington
2011-03-01Make track mode menu apply to the selection.Carl Hetherington
2011-02-23Make alignment options work across the track selection. Also remove code to ...Carl Hetherington
2011-02-23Make layer menu items apply to the selection.Carl Hetherington
2011-02-23Desensitize Remote Control ID menu option if there are > 1 selected tracks.Carl Hetherington
2011-02-23Small clean up of route colour setting.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-17Only compute and render the visible portion of crossfades. Fixes #3498.Carl Hetherington
2010-09-27Fix multiple creation of identical automation tracks. Fixes #3482.Carl Hetherington
2010-09-27Create MIDI track gain automation tracks as non-region-based. Fix constructi...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-07Fix restore of fader automation from 2.X sessions.Carl Hetherington
2010-08-11Add submenus for route group, playlist and automation to route context menu. ...Carl Hetherington
2010-08-09Move get_child_list() into TimeAxisView.Carl Hetherington
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington