summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner_ui.cc
AgeCommit message (Expand)Author
2011-01-07add gesture control for position+width controls of a 2in/2out panner - not us...Paul Davis
2011-01-07more cleanups of PannerUI, add start/end gesture support to mono pannerPaul Davis
2011-01-07rip more useless junk out of PannerUI, and check that automation playback wor...Paul Davis
2011-01-07remove a bunch of junk from panner_ui (at least, it seems like junk)Paul Davis
2011-01-07new mono panner widget; make stereo panner respond to changes in colors immed...Paul Davis
2010-12-30force reset of panner UI when panner object changesPaul Davis
2010-12-01hack up the stereo pannerPaul Davis
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
2010-11-30start of Blob-style for bar controller and use in panner GUIPaul Davis
2010-11-30make position fader a "line" style rather than barPaul Davis
2010-11-30add GUI elements to control 2in/2out panning. Probably not perfect. REQUIRES ...Paul Davis
2010-11-26one step closer to working vbap panningPaul Davis
2010-11-26Somewhat distasteful hack to fix #3469 (broken keyboard-entry of pan values)Carl Hetherington
2010-11-19Fix crash on updating route IOs, and clean up confusing method names slightly.Carl Hetherington
2010-08-19forward port automation handling changes from 2.x, upto and including about r...Paul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-02Various fixes to multiple-2D panner signal handling. Should fix some or all ...Carl Hetherington
2010-04-27Some dead code removal and const fixes. Also fix #2361: incorrect sensitivit...Carl Hetherington
2010-04-17Rename panner member to twod_panner to avoid having _panner and panner member...Carl Hetherington
2010-04-10Fix pan updates for routes with single panners. Fixes #3066.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2010-02-07Fix pan value update so that modifier-click on the panner correctly returns t...Carl Hetherington
2009-12-22Fix crash when going from >2 outputs (2D panner) to <= 2 outputs.Carl Hetherington
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-11-28Remove what I believe are erroneous set_size_request calls in the panner UI. ...Carl Hetherington
2009-11-17Tiny optimisation.Carl Hetherington
2009-11-17Panner2d::reset takes the number of inputs (== number of pans), not the numbe...Carl Hetherington
2009-10-19Add mono switch to mixer strips (mantis 1068)Carl Hetherington
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Fix assertion failure when switching from a 2-channel to 1-channel route with...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06Fix some compiler warnings.Carl Hetherington
2009-08-30Don't setup panner UI unless it has changed.Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-10support scrubbing via new Drag abstraction (probably could be split off 100% ...Paul Davis
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis
2009-05-20Make pan double-click entry work in percentage left or right. Write pan posi...Carl Hetherington
2009-05-1775% (?) of the way towards making mixer strips control bus sends. lots more t...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-05-07The great audio processing overhaul.David Robillard
2009-04-30implement panner reset functionality (missing since 0.99?) ported from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-13new 2d panner GUI, implemented originally in a branch of 2.0-ongoing at LAC20...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis