summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
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-11-03use ArdourButton for the (radio) buttons in the monitor section; fix ArdourBu...Paul Davis
2011-11-03remove lock icon from track header solo button when appropriatePaul Davis
2011-11-03remove extraneous 'r' from rec-enable buttonsPaul Davis
2011-11-02rec-enable buttons are now ArdourButtons, but with a minor graphical glitch t...Paul Davis
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-19Fix use of uninitialized valueDavid Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-25Colin's patch to handle scroll events on track header meters (#4029)Carl Hetherington
2011-09-05Add option to insert time on all a track's playlists (#4304).Carl Hetherington
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy up route colouring a bit so that colours are theCarl Hetherington
2011-08-03When renaming a track to the name of an existing one,Carl Hetherington
2011-08-03Fix erroneous check for colons in track names; clean upCarl Hetherington
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis
2011-07-11clean up GUIObjectState API, and use bools when setting "visible" property ra...Paul Davis
2011-07-07fix audio-specific code in RouteTimeAxis::use_playlist (#4154)Paul Davis
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-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-09when adding existing processor automation time axis views, use add_automation...Paul Davis
2011-06-02Remove "smaller" track height (basically just a broken version of small anyway).David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30do not offer combine operation for MIDI (see comment in libs/ardour/midi_play...Paul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-25change region selection after a combine opPaul Davis
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-16A few capitalisation fixes.Carl Hetherington
2011-05-16track combine ops per-playlist to avoid name collisions for compound regionsPaul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16sane naming scheme for combined regions; fix deadlock when nesting to more th...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-13make sure Edit property of RouteGroup is enabled when doing a few different p...Paul Davis
2011-05-04Don't alter horizontal padding when shrinking tracks to their minimum height ...Carl Hetherington
2011-05-03Fix non-appearing track names when opening sessions with minimum track height...Carl Hetherington
2011-05-03Don't hide solo/mute/rec enable for the smallest track height, as there appea...Carl Hetherington
2011-03-09move comment to a more appropriate locationPaul Davis
2011-03-09add new concept for managing alignment style (AlignChoice); switch to using w...Paul Davis
2011-03-07Hide/Remove to apply to the track selection.Carl Hetherington
2011-03-07Make Active apply to the selection.Carl Hetherington
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-01Desensitize playlist menu with >1 selected tracks.Carl Hetherington
2011-03-01Make track mode menu apply to the selection.Carl Hetherington