summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
AgeCommit message (Expand)Author
2013-11-20reset time-axis peak when meter-point changes - fixes #5771Robin Gareus
2013-07-11amend cb7bcb6d - locked-solo button styleRobin Gareus
2013-07-10queue axis resize if port-config changesRobin Gareus
2013-07-10adjust-width/redraw track-header when meter changesRobin Gareus
2013-07-10fix track-header: show meters the first time 'round.Robin Gareus
2013-07-10update track-header layout - proper padding around metersRobin Gareus
2013-07-10double width of mono-meters in track-headerRobin Gareus
2013-07-10adjust padding of meters in time-axis view (still using border bg color)Robin Gareus
2013-07-10add margin around meters in editor track headerRobin Gareus
2013-06-08NOOP - use PBD's std::string to number functionsRobin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2013-04-05Make track header faders insensitive to vertical scroll-wheel events again.Colin Fletcher
2013-03-30alter menu name for processor automation and hide extra separator in menu whe...Paul Davis
2013-03-27Squashed commit of the following:Paul Davis
2013-01-19completely revisit how track name editing works in the editorPaul Davis
2013-01-14more substantive reworkings of TimeAxisView::name_(entry|label) and name edit...Paul Davis
2013-01-12various tweaks to get 80% Of the way to proper use of TimeAxisView::name_labe...Paul Davis
2013-01-12rework pixfader design again: remove texture, draw entire (double-sized) patt...Paul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-03allow vertical scroll events on track faders to do their jobPaul Davis
2012-12-27do not start editing track/bus names on a single click in the name entry of t...Paul Davis
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-11-20fix double escape in r13530Robin Gareus
2012-11-19markup-escape track/playlist titles in tooltips.Robin Gareus
2012-11-12do not attach plugin automation submenu to automation menu if the route has n...Paul Davis
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