incomplete merge of master into windows (requires upcoming changes to master to be...
[ardour.git] / gtk2_ardour / editor_routes.cc
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-01 Paul Davislikely fix for #5426 (hide all tracks doesn't work...
2013-02-06 Paul Davisfix crash when pressing "s" with kbd focus in editor...
2012-12-07 Ben Loftismore theming and layout tweaks. new faders that pre...
2012-12-04 Paul Davisdramatically speed up the addition of large numbers...
2012-10-27 Paul Davisfix serious logic error in re-ordering treeviews after...
2012-07-20 Paul Davismake more or less all LHS treeviews use the same style
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-28 Paul Davisminor cleanups from 12952
2012-06-28 Paul Davisreorder #includes to avoid the usual Apple BS with...
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...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-03-20 Paul Davisreorder editor route list columns to put visible and...
2012-03-09 Paul Davisforward-port some fixes from a2
2012-02-07 Paul Davisremove additional "mid" color from ArdourButton; replac...
2011-12-06 Paul Davisadd monitoring column to route group list; make click...
2011-12-05 Paul Davisconsistent colors for selected treeview rows
2011-12-02 Paul Davisadd tooltips to the editor track/bus list
2011-11-18 Carl HetheringtonRemove solo buttons from the master route in the route...
2011-11-17 Carl HetheringtonFix erroneous setup of order keys when tracks have...
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-12 Carl HetheringtonMaintain order keys even when routes are hidden, to...
2011-07-09 Paul Davisuse thorsten's new icons where relevant
2011-07-07 Paul Davisfix behaviour of "Hide" in track context menu
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-07-01 Paul Davisfixed width columns for LHS of editor route list
2011-07-01 Paul Davisnew editor track/bus list icons from thorwil
2011-07-01 Paul Davisswitch to basic round icon for MIDI input enable in...
2011-07-01 Paul Davisadd MIDI input control column to editor route list...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-11 Carl HetheringtonCope with tracks having order keys higher than the...
2011-02-20 Carl HetheringtonModify route _processor list set up so that the logic...
2011-01-29 Paul Davisa radically new approach to sizing the track header...
2011-01-02 Carl HetheringtonFix MIDI solo buttons in the editor route list, and...
2011-01-01 Carl HetheringtonMake editor route list rec enable work for MIDI tracks.
2011-01-01 Carl HetheringtonDon't grab focus on enter if we are editing a name...
2010-12-15 Paul Davismake track list solo-isolate column wide enough to...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-11-05 Paul Davistake control of colors in text cell entry-editing widge...
2010-09-29 Paul Davisdon't unnecessarily reset name_editable in editor route...
2010-09-29 Paul Davismore route + region list navigation/editing changes...
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 HetheringtonFix up solo / mute colouring in the tracks list. Shoul...
2010-08-15 Carl HetheringtonMake route list tab LEDs follow record state correctly.
2010-07-24 Paul Davisstep editing now accessed via a context menu on MIDI...
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-05-23 Carl HetheringtonMake track Hide option work again.
2010-05-10 Carl HetheringtonRemove some debug code.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-05 Carl HetheringtonAdd solo safe control to editor route list, as per...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-03 Carl HetheringtonAllow buss names to be edited in the track/bus list.
2010-01-25 Carl HetheringtonTweaks to prevent flicker in the treeview when changing...
2010-01-22 Paul Davislincoln's revised patch for editor route list, to get...
2010-01-15 Carl HetheringtonFix #2992: mute/solo state in tracks/busses tab not...
2009-12-30 Paul Davisrestore excess calls to sync-order stuff (for now)...
2009-12-30 Paul Davismake generic MIDI control track remote control ID chang...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-10 Paul Davisadd solo isolate indicator in editor route list
2009-12-10 Paul Davisrestore rec-enable, solo & mute functionality; remove...
2009-12-10 Paul Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
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-25 Paul Davisdon't resort routelists during session destruction
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-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-10 Carl HetheringtonFix route group collect option.
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-08-02 Carl HetheringtonFix sync of editor and mixer route ordering.
2009-07-23 Sampo SavolainenMake editor route list rec button respect group settings.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
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.