Move panner bypass state up to the PannerShell so that it is preserved even when...
[ardour.git] / gtk2_ardour / panner_ui.cc
2011-07-14 Carl HetheringtonMove panner bypass state up to the PannerShell so that...
2011-06-01 David RobillardDelete trailing whitespace
2011-03-08 Paul Davisreinstate context menu on stereo panner
2011-03-02 Paul Davismake fit-selected-tracks operate on tracks with selecte...
2011-02-22 Paul Davisremove semantic-free Panner::Changed signal; make macki...
2011-02-16 Paul Davisremove debug output
2011-02-16 Paul Davisfix crash when opening MIDI controller automation track...
2011-02-09 Paul Davispanner visual tweaks
2011-02-02 Carl HetheringtonRemove per-track mono option, as it seems somewhat...
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2011-01-07 Paul Davisadd gesture control for position+width controls of...
2011-01-07 Paul Davismore cleanups of PannerUI, add start/end gesture suppor...
2011-01-07 Paul Davisrip more useless junk out of PannerUI, and check that...
2011-01-07 Paul Davisremove a bunch of junk from panner_ui (at least, it...
2011-01-07 Paul Davisnew mono panner widget; make stereo panner respond...
2010-12-30 Paul Davisforce reset of panner UI when panner object changes
2010-12-01 Paul Davishack up the stereo panner
2010-11-30 Paul Davisfirst basic pass at a single widget stereo panner
2010-11-30 Paul Davisstart of Blob-style for bar controller and use in panne...
2010-11-30 Paul Davismake position fader a "line" style rather than bar
2010-11-30 Paul Davisadd GUI elements to control 2in/2out panning. Probably...
2010-11-26 Paul Davisone step closer to working vbap panning
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-08-19 Paul Davisforward port automation handling changes from 2.x,...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-02 Carl HetheringtonVarious fixes to multiple-2D panner signal handling...
2010-04-27 Carl HetheringtonSome dead code removal and const fixes. Also fix ...
2010-04-17 Carl HetheringtonRename panner member to twod_panner to avoid having...
2010-04-10 Carl HetheringtonFix pan updates for routes with single panners. Fixes...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
2010-02-07 Carl HetheringtonFix pan value update so that modifier-click on the...
2009-12-22 Carl HetheringtonFix crash when going from >2 outputs (2D panner) to...
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-11-28 Carl HetheringtonRemove what I believe are erroneous set_size_request...
2009-11-17 Carl HetheringtonTiny optimisation.
2009-11-17 Carl HetheringtonPanner2d::reset takes the number of inputs (== number...
2009-10-19 Carl HetheringtonAdd mono switch to mixer strips (mantis 1068)
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 Carl HetheringtonFix assertion failure when switching from a 2-channel...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-06 Carl HetheringtonFix some compiler warnings.
2009-08-30 Carl HetheringtonDon't setup panner UI unless it has changed.
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-10 Paul Davissupport scrubbing via new Drag abstraction (probably...
2009-06-09 Paul Davisthe big Route structure refactor. !!!! THIS WILL ...
2009-05-20 Carl HetheringtonMake pan double-click entry work in percentage left...
2009-05-17 Paul Davis75% (?) of the way towards making mixer strips control...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-07 David RobillardThe great audio processing overhaul.
2009-04-30 Paul Davisimplement panner reset functionality (missing since...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-13 Paul Davisnew 2d panner GUI, implemented originally in a branch...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-12-08 Paul Davispartial patch/partial by-hand merge of 2.X commits...
2008-10-03 David RobillardApply panners/automation patch from torbenh (Panner...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2007-07-07 Doug McLainfinish show() stuff for mixer strip and friends
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-05-10 David RobillardSwitched some missed .get(DataType::AUDIO) -> n_audio.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-13 Paul Davisfix panner visual corruption bug #1213; more consistent...
2007-02-27 Paul Davisfix #1394 - The 'narrow strip' option in the mixer...
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-30 Jesse Chappelltweaked panner appearance and consistency, panner line...
2006-12-21 Paul Davismore panner tweaking
2006-12-20 Paul Davisnew GUIs for stereo panners
2006-08-11 David Robillard- Replaced integer port counts (and input/output maximu...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMerged up to trunk R732
2006-08-01 David RobillardMinor changes from MIDI branch
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-23 David RobillardSplit pretty much the entire GUI in 3. Audio and Midi...
2006-07-14 David RobillardMerge big changes (mostly Controllable) from trunk
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-02 Nick MainsbridgeRemove needless hbox in panner, get rid of some warning...
2006-05-24 Sampo SavolainenFixed some valgrind errors from using uninitialized...
2006-05-23 Paul Davisbreakout control protocol code into LGPL library; fix...
2006-05-22 Nick MainsbridgeMixer pane can be collapsed again, some cleanup, give...
2006-05-21 Nick MainsbridgeThis should fix the options editor crasher i just made...
2006-05-21 Nick MainsbridgeMixer strip layout, emsure correct column expands on...
2006-05-19 Nick MainsbridgeMixer strip & ui layout changes
2006-05-07 Taybin RutkinImproved sfdb API.
2006-04-22 Nick MainsbridgeSet button labels sanely.
next