replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / gtk2_ardour / mixer_ui.h
2012-10-27 Paul Davisfix serious logic error in re-ordering treeviews after...
2012-07-19 Paul Davismore work on RID and editor/mixer order matching; when...
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-06-06 Carl HetheringtonRemove some unused code.
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-09-07 Carl HetheringtonPut session-modified asterix in mixer window title...
2011-04-20 Carl HetheringtonFix hang on session close that I introduced with the...
2011-04-19 Carl HetheringtonSave route group reorderings in the session file. ...
2011-01-09 Carl HetheringtonPut add route/bus button at the bottom of the mixer...
2011-01-09 Carl HetheringtonFactor out track display setup code into its own method.
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-07-19 Carl HetheringtonVarious route group menu tweaks.
2010-05-31 Paul Davisbuild fix
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-02 Carl HetheringtonFix up route group state signal handling. Make the...
2010-03-19 Paul Davissave tearoff state; restore monitor section state reaso...
2010-03-10 Paul Davishow about that ... a monitor/main section .. GUI is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
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-10-28 Paul Davis* libardour uses ARDOUR::nframes_t and ARDOUR::nframes6...
2009-10-23 David RobillardMake deferred plugin stuff work with old compiler or...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-02 Carl HetheringtonFix sync of editor and mixer route ordering.
2009-07-13 Paul Davistraverso-style mixer window bindings. note: messes...
2009-07-04 Carl HetheringtonUse std::string for order key map.
2009-06-23 Carl HetheringtonUpdate mixer group tabs on strip width change. Don...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonMix group tabs in the mixer.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2009-01-30 Paul Davisfirst pass at internal sends. this is a very tentative...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davismerge 3870-3890 from 2.0-ongoing into 3.X (compiles...
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-07-18 Tim MayberryRestore position of the mixer window when it is reopene...
2007-07-10 Doug McLainshow() widgets explicitly in the MixerUI window, fix...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-13 Taybin RutkinRemoved unused MeterBridgeStrip and MeterBridge classes.
2007-02-28 Paul Davisremove Id: lines from many/all headers and some more...
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2006-08-31 David RobillardMerged with trunk R874.
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-24 David RobillardMerged with trunk R846
2006-08-17 Paul Davisfurther optimizations for multiple-track-at-once additi...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 600
2006-06-14 Paul Davisuse libsndfile for all audio file i/o, and rename DiskS...
2006-05-19 Nick MainsbridgeMixer strip & ui layout changes
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-03-09 Paul Davisnew mix group interface, not yet finished and still...
2006-01-12 Paul Davismixer track list now uses checks and reordering properly
2006-01-05 Paul Davislots of small fixes for various irritations, return...
2005-11-29 Paul Davismore fixes to get things moving along
2005-11-17 Paul Davismore fixes on the long road to compiling
2005-10-05 Paul Davis2 cleanup patches from nickm, plus work on mixer_ui...
2005-10-01 Paul Davisslightly less incomplete work on mixer window treeview...
2005-09-28 Paul Davisincomplete work on mixer window treeview port
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.