Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / mixer_ui.cc
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 nick_mNew routes are placed after highest selected route.
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-01 Paul Davisfix merge conflict from master
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-13 Robin Gareusignore mouse-scroll if scroll-bar is not present.
2013-07-10 Robin Gareussave width of mixer-strip when changing _all_ strips
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-26 Paul Davisredesign toggling of editor/mixer stacking to use Gtkmm...
2013-04-06 Paul Davisrename Route::is_hidden() to Route::is_auditioner(...
2012-12-10 Paul Davisfix reversion of keyboard focus from gain display editi...
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-11-13 Paul Davisadd alt-i as a binding in both the editor and mixer...
2012-10-27 Paul Davisfix serious logic error in re-ordering treeviews after...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
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-07-09 Paul Davisredisplay mixer strips when visibility of one of them...
2012-07-08 Paul Davisrestore functionality of show/hide column in mixer...
2012-06-28 Paul Davisfurther efforts at cleaning up the design of the intera...
2012-06-27 Paul Davisfirst pass at the big rethink of managing sort order...
2012-06-27 Colin FletcherA (hopefully) better fix for toggle-mixer-on-top, using...
2012-06-25 Paul Davisdrastic rethink of the relationship between remote...
2012-06-13 Carl HetheringtonPatch from colinf to fix problems with toggle mixer...
2012-06-07 Carl HetheringtonSlightly grubby hack to fix up the state of the Window...
2012-06-06 Carl HetheringtonRemove some unused code.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-01-18 Paul Davismake monitor section an optional feature than can be...
2011-11-28 Carl HetheringtonHopefully fix some i18n bugs (#3565).
2011-11-15 Paul Davisprovide link-editor-and-mixer-selection option. gui...
2011-11-14 Paul Davismake PluginManager API more in line with other singleto...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-10-29 Carl HetheringtonSome limited control of mixer strip component
2011-09-07 Carl HetheringtonPut session-modified asterix in mixer window title...
2011-08-16 Paul Davischange packing options within mixer window to fix ...
2011-07-16 Carl HetheringtonRestore AWOL master mixer strip (#4187).
2011-07-12 Carl HetheringtonMaintain order keys even when routes are hidden, to...
2011-07-11 Paul Davisclean up GUIObjectState API, and use bools when setting...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-01 David RobillardDelete trailing whitespace
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-04-06 Carl HetheringtonFix show checkbuttons for mixer groups on startup ...
2011-02-22 Carl HetheringtonFix show/hide of group tabs on session load (#3790).
2011-02-01 Carl HetheringtonMake the mixer window horizontal scrollbar only appear...
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-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-08-17 Paul Davisforward port 2.X changes up to and including rev 6767
2010-07-19 Carl HetheringtonVarious route group menu tweaks.
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-05-31 Paul Davisfinal use of "stop_signal.h" removed
2010-05-02 Carl HetheringtonSet mixer strip widths when the configuration option...
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-30 Paul Davisstop crash when existing a session/quitting without...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-23 Paul Davisfinish commit from yesterday ... sorry folks
2010-03-19 Paul Davislots of tricks & tweaks related to the monitor section...
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...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-03 David Robillardifdef'd out deferred plugin selector load (-DDEFER_PLUG...
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-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-24 Paul Davisclean up editor mixer strip when session is going away...
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 Davisdrastic, deep and wide changes to make RouteGroup use...
2009-12-01 Paul Davisremove debugging text
2009-11-25 Paul Davisdon't resort routelists during session destruction...
2009-11-16 Paul Davisdebug output+
2009-11-16 Paul Davisdebug output
2009-11-16 Carl HetheringtonBuild plugin menu only when plugins change, and build...
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-23 David RobillardFix crash when adding automation tracks caused by route...
2009-10-22 David RobillardWhitespace.
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-02 Paul Davisstring_is_affirmative() fix for 3.0
2009-10-02 Sakari BergenFix some trivial compiler warnings and add editor_image...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-08-30 Carl HetheringtonDon't setup panner UI unless it has changed.
2009-08-04 Carl HetheringtonAssert to check for memory overwrite.
next