summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Expand)Author
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
2009-12-01remove debugging textPaul Davis
2009-11-25don't resort routelists during session destruction (mixer)Paul Davis
2009-11-16debug output+Paul Davis
2009-11-16debug outputPaul Davis
2009-11-16Build plugin menu only when plugins change, and build the first version of it...Carl Hetherington
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-23Fix crash when adding automation tracks caused by route ordering.David Robillard
2009-10-22Whitespace.David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-02string_is_affirmative() fix for 3.0Paul Davis
2009-10-02Fix some trivial compiler warnings and add editor_imageframe.cc to gtk2_ardou...Sakari Bergen
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-08-30Don't setup panner UI unless it has changed.Carl Hetherington
2009-08-04Assert to check for memory overwrite.Carl Hetherington
2009-08-02Fix sync of editor and mixer route ordering.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-14fix broken accels in mixer window BUT note that processor box now swallows ke...Paul Davis
2009-07-13traverso-style mixer window bindings. note: messes up some bindings when mous...Paul Davis
2009-07-04Use std::string for order key map.Carl Hetherington
2009-07-03Split route group list out of Editor.Carl Hetherington
2009-06-29lincoln's patch from mantis 2757 to add route group property checkboxes in th...Carl Hetherington
2009-06-23Update mixer group tabs on strip width change. Don't display the mixer group...Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-21Fix glitch in group tabs when hiding groups.Carl Hetherington
2009-06-20Reflect active status in the mix group tabs.Carl Hetherington
2009-06-20Mix group tabs in the mixer.Carl Hetherington
2009-06-20Allow edit group creation from the route UI's menu. Allow new tracks to be p...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08merge 3870-3890 from 2.0-ongoing into 3.X (compiles, runs, no other promisesPaul Davis
2008-10-22Don't tear down and rebuild all rulers on each visibility change, fix duplica...Nick Mainsbridge
2008-10-19Handle changed session duration & resizing canvas better wrt end marker, remo...Nick Mainsbridge
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis