first vaguely working version using PresentationInfo
[ardour.git] / gtk2_ardour / editor_routes.h
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-24 Robin Gareusrec-safe GUI
2016-05-19 Robin Gareustowards an Instrument Setup/Replace workflow
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2015-04-30 Robin Gareuscleanup display suspend.
2015-04-30 Robin Gareussuspend editor redisplay during batch changes
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-07 Robin Gareusdon't loose a redraw.
2014-09-06 Robin Gareussafe EditorRoutes::redisplay()
2014-09-06 Robin Gareusidle update editor TreeView
2014-09-06 Robin GareusNOOP, cleanup whitespace
2014-09-06 Robin Gareusspeed up session load (display updates)
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-29 Robin Gareussuspend route redisplay for (rec-en, solo, mute and...
2014-06-21 Paul Davisfix some confusion when redrawing editor/mixer track...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-24 Paul Davisselecting a track/bus in the editor list now selects...
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-22 Paul Davismerge from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-06-28 Paul Davisminor cleanups from 12952
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2011-11-18 Carl HetheringtonRemove solo buttons from the master route in the route...
2011-11-02 Paul Davissolo buttons are now ArdourButtons
2011-11-02 Paul Davismute and send-alert buttons are now ArdourButtons
2011-09-19 Carl HetheringtonAdd active toggle to editor route list (#4236).
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-01 David RobillardDelete trailing whitespace
2010-09-29 Paul Davis(1) awful grungy code to make tab/shift-tab correctly...
2010-09-28 Paul Davisuse select next/prev stuff on editor track+bus list
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-15 Carl HetheringtonMake route list tab LEDs follow record state correctly.
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-06-06 Carl HetheringtonLincoln's patch from #3223 to add show/hide midi track...
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-05 Carl HetheringtonAdd solo safe control to editor route list, as per...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-11-30 Carl HetheringtonSpeed up some track state operations (e.g. mute etc...
2009-11-29 Carl HetheringtonImplement 2532: option to show tracks with regions...
2009-11-26 Carl HetheringtonFix #2926 and #2927; presence and behaviour of solo...
2009-11-24 Carl HetheringtonFix for routes being renamed if you start editing their...
2009-11-21 Paul Davissome provisional support for "real" solo-isolate behavi...
2009-11-16 Paul Davislincoln's patch to show mute/solo in editor RHS track...
2009-11-12 Carl HetheringtonAllow route name edit from the right-hand-side editor...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-04 Carl HetheringtonAdd option to collect a route group, so that its member...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-07-03 Carl HetheringtonSplit route group list out of Editor.