summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
AgeCommit message (Expand)Author
2020-01-13prevent everything except the name column from changing selection in EditorRo...Paul Davis
2020-01-13store some/most of the TreeViewColumn pointers for EditorRoutes in the parent...Paul Davis
2019-08-12Remove unused EditorRoutes selection filterRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-03-07Fix some Gtk::Menu related memory leaksRobin Gareus
2017-08-08Hide TrackList "Active" toggle for VCAsRobin Gareus
2017-08-06More RouteTAV -> StripableTAV updates (Editor List)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-06-17Remove delayed selection which causes duplicate selection actifacts.Robin Gareus
2017-06-17Simplify route-display TreeView.Robin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-03-16consolidate context-menu popup methodsRobin Gareus
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
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