summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2012-06-26Nudge the time axis view gain slider up a bit.Carl Hetherington
2012-06-25Try slightly narrower faders in the track controls areaCarl Hetherington
2012-06-13Uninitialised variable.Carl Hetherington
2012-06-13Don't recompute child heights when building the route time axis view menu.Carl Hetherington
2012-06-12Escape angled brackets in playlist names for tooltips.Carl Hetherington
2012-06-11Patch from colinf to put the playlist / take name in the playlist button tool...Carl Hetherington
2012-06-11Don't change playlists of frozen tracks when changing theCarl 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
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-23Rename Route Group -> Group in the GUI, and give bussesCarl Hetherington
2012-05-02Update tooltips for AFL/PFL.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-10change tooltip of automation button for MIDI tracks to give hint that its als...Paul Davis
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl 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-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