summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
AgeCommit message (Expand)Author
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
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