move all (G)UI related configuration parameters into UIConfiguration, not RCConfiguration
[ardour.git] / gtk2_ardour / mixer_ui.cc
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-11-19 Ben Loftisfix range selection of mixer strips; shift+selecting...
2014-11-18 Robin Gareusremove cruft (monitor section knobs are cairo now)
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-28 Ben Loftisclean up cruft in some config variables
2014-07-28 Ben Loftisforce horizontal scrollbar and spacer, so strips line...
2014-07-28 Ben LoftisMixer page: ESC should deselect all mixer strips and...
2014-07-25 Ben Loftisseveral fixes to make processor selection and deletion...
2014-07-25 Ben LoftisRemove "implicit" selection for plugin deletion.
2014-07-24 Ben LoftisRevert previous select-strips-under-mouse behavior
2014-07-23 Ben Loftisholding Primary(ctrl/cmd) allows user to make noncontig...
2014-07-23 Ben LoftisMixer selection follows mouse
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-25 Robin Gareusconsolidate SignalOrderRouteSorter
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-22 Paul Davismore canvas refactoring.
2014-06-21 Paul Davisfix some confusion when redrawing editor/mixer track...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Adrian KnothAdd option to display the mixer in fullscreen
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-11-26 Paul Davisresolve merge with master (?)
2013-10-31 Paul Davisfix 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 from master
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-20 nick_mUnify editor / mixer ordering.
2013-08-08 Robin Gareusfix compiler warnings.
2013-08-08 Robin Gareusignore mouse-scroll if scroll-bar is not present.
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-11 Paul Davisfix conflicts caused by meterbridge merge
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 DavisMerge branch 'master' into cairocanvas
2013-04-26 Paul Davisredesign toggling of editor/mixer stacking to use Gtkmm...
2013-04-06 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
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...
next