summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
AgeCommit message (Expand)Author
2015-02-13fix up recent cherry-picks from waves' tracksPaul Davis
2015-02-13insanely complex fixes for dragging to and from the drop zone.Paul Davis
2015-01-13Fix missing selection undo for track header click and route list select.nick_m
2014-12-26remove unnecessary scopingPaul Davis
2014-10-23small round of compiler warning fixesRobin Gareus
2014-09-07remove debug messageRobin Gareus
2014-09-07fix (auto-expand) typo in f23f379b3Robin Gareus
2014-09-07NOOP, re-indent, remove trailing whitespace, sort includesRobin 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-06speed up session load (display updates)Robin Gareus
2014-08-31Remove unused variables (fix warnings).David Robillard
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-20fix some confusion when redrawing editor/mixer track/strip displays after tra...Paul Davis
2014-03-24add optional arg to Editor::ensure_time_axis_view_is_visible() to "force" "ma...Paul Davis
2014-03-24selecting a track/bus in the editor list now selects it in the canvas, and al...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-31handle enter/leave items when zooming and scrolling occurPaul Davis
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-07-10some sort-of-deep fixes to get autoscroll/vertical scroll to work properly fo...Paul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-04-01likely fix for #5426 (hide all tracks doesn't work and causes inconsistent statePaul Davis
2013-02-06fix crash when pressing "s" with kbd focus in editor route listPaul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-10-27fix serious logic error in re-ordering treeviews after route order keys/RIDs ...Paul Davis
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-28minor cleanups from 12952Paul Davis
2012-06-28reorder #includes to avoid the usual Apple BS with un-namespaced typenames li...Paul 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
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-03-20reorder editor route list columns to put visible and active first (from joern)Paul Davis
2012-03-09forward-port some fixes from a2Paul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2011-12-06add monitoring column to route group list; make click in blank area of route ...Paul Davis
2011-12-05consistent colors for selected treeview rowsPaul Davis
2011-12-02add tooltips to the editor track/bus listPaul Davis
2011-11-18Remove solo buttons from the master route in the route list (#4486).Carl Hetherington
2011-11-17Fix erroneous setup of order keys when tracks have children: order keys relat...Carl Hetherington
2011-11-02solo buttons are now ArdourButtonsPaul Davis