desensitize almost everything in a mixer strip when displaying send(s), to avoid...
[ardour.git] / gtk2_ardour / mixer_strip.cc
2011-01-29 Paul Davisdesensitize almost everything in a mixer strip when...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-11 Carl HetheringtonRe-fix #3685 having read the request properly.
2011-01-10 Carl HetheringtonRevert to fader-is-for-route on double-clicking a mixer...
2011-01-07 Paul Davispolygon and marker line for mono panner
2011-01-06 Carl HetheringtonFix crash on selecting no route group in a mixer strip.
2011-01-04 Carl HetheringtonHighlight a send processor entry differently when it...
2010-12-29 Carl HetheringtonUpdate mixer strip input/output button labels from...
2010-12-11 Sakari BergenFix compiler warnings
2010-12-11 Carl HetheringtonFix a few tiny memory leaks.
2010-11-26 Carl HetheringtonSomewhat distasteful hack to fix #3469 (broken keyboard...
2010-11-19 Carl HetheringtonFix crash on updating route IOs, and clean up confusing...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-10-08 Paul Davisdon't allow mixer strip input buttons to change input...
2010-09-16 Carl HetheringtonPatch from Colin to move panners above the fader so...
2010-08-18 Carl HetheringtonFirst go at saving window visibility and position state...
2010-08-13 Carl HetheringtonImplement per-channel phase invert. Fixes #3392. ...
2010-08-10 Carl HetheringtonGive mixer strips panners and a mono button based on...
2010-07-27 Carl HetheringtonRemove mono button and panner from MIDI mixer strips.
2010-06-30 Carl HetheringtonBasic tweaks to make the bundles and the port matrix...
2010-06-17 Paul Davisnew fade in/out handle cursors from chrisg (maybe to...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-07 Carl HetheringtonCopy-edit.
2010-05-06 Paul Davislots of odds and ends to do with solo isolate and its GUI
2010-05-06 Paul Davisrelayout solo led stuff, as per the boss' requests :)
2010-05-05 Paul Davisled\'s for solo-safe and solo-isolate, rather than...
2010-04-27 Paul Davisyet more work on Ye Fabled Solo Architecture. now do...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-20 Paul Davisindicate "soloed-by-others" state on solo button via...
2010-04-17 Carl HetheringtonNo-op: Formatting tweak.
2010-04-16 Paul Davisput mixer strip track name button context menu back...
2010-04-10 Carl HetheringtonMake record button appear in MIDI mixer strips. Fixes...
2010-04-07 Carl HetheringtonUpdate phase invert button on reload, and stop insertin...
2010-04-03 Paul Davismeter point restore handling, and related matters
2010-03-31 Paul Davisfunctioning invert (polarity) button; menu item removed...
2010-03-30 Paul Davisadd (non-functional) invert (phase/polarity switch...
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-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-05 David RobillardRemove weird/pointless Automatable::data().
2010-01-04 Carl HetheringtonMove a couple of connect() calls up the class hierarchy.
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
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-05 Carl HetheringtonClean up and comment PortMatrix event handling a bit.
2009-12-04 Carl HetheringtonSave some unnecessary updates of the processor box.
2009-12-04 Carl HetheringtonMake processor box send faders adjust their size correctly.
2009-11-30 Carl HetheringtonVarious optimisations to speed up rec-enable.
2009-11-20 Paul Davismake sure that delivery processors in a soloed route...
2009-11-20 Paul Davisprovide some indication that the fader/strip are contr...
2009-11-20 Paul Davismake strip-as-GUI-for-send work for metering too ;...
2009-11-18 Paul Davisadd "custom" meter option which is the only option...
2009-11-10 Carl HetheringtonVarious adjustments to user bundle handling, with the...
2009-10-23 David RobillardMake deferred plugin stuff work with old compiler or...
2009-10-22 David RobillardDefer plugin discovery until actually needed (significa...
2009-10-20 Carl HetheringtonDelete comment window in destructor to close mantis...
2009-10-19 Carl HetheringtonFix button labelling for >1 input / output routes.
2009-10-19 Carl HetheringtonAdd mono switch to mixer strips (mantis 1068)
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-13 Paul Daviswritable session patch, forward ported from 2.X
2009-10-06 Paul Davisfix use of connection_index
2009-10-06 Paul Davisindustrial-strength-ifying of io connection name cleanup
2009-10-01 Paul Davisi/o button naming patch and imported file BWF timecode...
2009-08-30 Carl HetheringtonDon't setup panner UI unless it has changed.
2009-08-29 Carl HetheringtonSet route remote control IDs from a dialog rather than...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-21 Paul Davisfix clicking when processors become active/inactive...
2009-07-14 Paul Davisfix broken accels in mixer window BUT note that process...
2009-07-13 Paul Davistraverso-style mixer window bindings. note: messes...
2009-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-07-01 Paul Davisseparate solo & listen. some minor fixes and additional...
2009-06-29 Carl Hetheringtonlincoln's patch from mantis 2757 to add route group...
2009-06-29 Carl HetheringtonFactor route group menu out into its own class.
2009-06-23 Carl HetheringtonUpdate mixer group tabs on strip width change. Don...
2009-06-23 Paul Davissave&restore gain levels; provide GUI control over...
2009-06-23 Paul Davismake RouteGroup gain control work again ; fix what...
2009-06-22 Carl HetheringtonBit of a hack: limit mix group names to 5 chars within...
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-20 Carl HetheringtonMix group tabs in the mixer.
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-11 Paul Davismake meter point button work again, and allow momentary...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-17 Paul DavisDas BlinkenSendButtons
2009-05-17 Paul Davissend control now has working metering, and switches...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-22 Paul Davislincoln's route connection cleanup patch
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-03-07 Sakari BergenFix compiler warnings
2009-03-05 Paul Davisfix up kludgy assumptions about mixer strip route ops...
2009-03-02 Paul Davisallow dragging of automation lines (Ben Loftis, backpor...
next