summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
2013-07-28fix compiler warnings.Robin Gareus
2013-07-13ignore mouse-scroll if scroll-bar is not present.Robin Gareus
2013-07-10save width of mixer-strip when changing _all_ stripsRobin Gareus
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2012-12-10fix reversion of keyboard focus from gain display editing widget in both mixe...Paul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-04dramatically speed up the addition of large numbers of busses + tracks. consi...Paul Davis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-10-27fix serious logic error in re-ordering treeviews after route order keys/RIDs ...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-20make more or less all LHS treeviews use the same stylePaul Davis
2012-07-19more work on RID and editor/mixer order matching; when a track/bus is hidden ...Paul Davis
2012-07-09redisplay mixer strips when visibility of one of them changes (makes X (hide)...Paul Davis
2012-07-08restore functionality of show/hide column in mixer track/bus listPaul Davis
2012-06-28further efforts at cleaning up the design of the interaction/relationship bet...Paul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-27A (hopefully) better fix for toggle-mixer-on-top, using gtk_window_is_active(...Colin Fletcher
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-13Patch from colinf to fix problems with toggle mixer on top (#2477).Carl Hetherington
2012-06-07Slightly grubby hack to fix up the state of the Window->Mixer menu item when ...Carl Hetherington
2012-06-06Remove some unused code.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-18make monitor section an optional feature than can be added/removed as needed....Paul Davis
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-10-29Some limited control of mixer strip componentCarl Hetherington
2011-09-07Put session-modified asterix in mixer window title as wellCarl Hetherington
2011-08-16change packing options within mixer window to fix #4271Paul Davis
2011-07-16Restore AWOL master mixer strip (#4187).Carl Hetherington
2011-07-12Maintain order keys even when routes are hidden, to preventCarl Hetherington
2011-07-11clean up GUIObjectState API, and use bools when setting "visible" property ra...Paul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-20Fix hang on session close that I introduced with the route group changes.Carl Hetherington
2011-04-19Save route group reorderings in the session file. Link changes in the mixer ...Carl Hetherington
2011-04-06Fix show checkbuttons for mixer groups on startup (#3919). Also synchronise ...Carl Hetherington
2011-02-22Fix show/hide of group tabs on session load (#3790).Carl Hetherington
2011-02-01Make the mixer window horizontal scrollbar only appear when needed.Carl Hetherington
2011-01-09Put add route/bus button at the bottom of the mixer window track display (#3688)Carl Hetherington
2011-01-09Factor out track display setup code into its own method.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-07-19Various route group menu tweaks.Carl Hetherington
2010-07-19Tweak group tabs class hierarchy and offer the same menu in both editor and m...Carl Hetherington