summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
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
2010-05-31final use of "stop_signal.h" removedPaul Davis
2010-05-02Set mixer strip widths when the configuration option is changed. Fixes #2855.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-02Fix up route group state signal handling. Make the PropertyList versionCarl Hetherington
2010-03-30stop crash when existing a session/quitting without a monitor sectionPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
2010-03-19lots of tricks & tweaks related to the monitor section and All That It UsesPaul Davis
2010-03-19save tearoff state; restore monitor section state reasonably well; fixup acce...Paul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-03ifdef'd out deferred plugin selector load (-DDEFER_PLUGIN_SELECTOR_LOAD will ...David Robillard
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-30make generic MIDI control track remote control ID changes; fixup messes in th...Paul Davis
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis