summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
AgeCommit message (Expand)Author
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-24rec-safe GUIRobin Gareus
2016-05-19towards an Instrument Setup/Replace workflowRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2015-04-30cleanup display suspend.Robin Gareus
2015-04-30suspend editor redisplay during batch changesRobin Gareus
2014-09-07don't loose a redraw.Robin Gareus
2014-09-06safe EditorRoutes::redisplay()Robin Gareus
2014-09-06idle update editor TreeViewRobin Gareus
2014-09-06NOOP, cleanup whitespaceRobin Gareus
2014-09-06speed up session load (display updates)Robin Gareus
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-20fix some confusion when redrawing editor/mixer track/strip displays after tra...Paul Davis
2014-03-24selecting a track/bus in the editor list now selects it in the canvas, and al...Paul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-06-28minor cleanups from 12952Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2011-11-18Remove solo buttons from the master route in the route list (#4486).Carl Hetherington
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-09-19Add active toggle to editor route list (#4236).Carl Hetherington
2011-07-01add MIDI input control column to editor route list; tweak SVG for MIDI not DINPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2010-09-29(1) awful grungy code to make tab/shift-tab correctly end route editing in tr...Paul Davis
2010-09-28use select next/prev stuff on editor track+bus listPaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-15Make route list tab LEDs follow record state correctly.Carl Hetherington
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington
2010-06-06Lincoln's patch from #3223 to add show/hide midi track options to the route l...Carl Hetherington
2010-04-27yet more work on Ye Fabled Solo Architecture. now do forward and backward pro...Paul Davis
2010-04-05Add solo safe control to editor route list, as per #3063.Carl Hetherington
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-10add solo isolate indicator in editor route listPaul Davis
2009-11-30Speed up some track state operations (e.g. mute etc.) that affect the editor ...Carl Hetherington
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-11-26Fix #2926 and #2927; presence and behaviour of solo/mute icons in the editor ...Carl Hetherington
2009-11-24Fix for routes being renamed if you start editing their names but then change...Carl Hetherington
2009-11-21some provisional support for "real" solo-isolate behaviour, subject to more d...Paul Davis
2009-11-16lincoln's patch to show mute/solo in editor RHS track/bus listPaul Davis
2009-11-12Allow route name edit from the right-hand-side editor list.Carl Hetherington