summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner_ui.cc
AgeCommit message (Expand)Author
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2011-11-21Simple ambiguitity-resolution wrapper for gettext; use forCarl Hetherington
2011-11-18Remove panner altogether, if necessary, when setting up PannerUI. Also reset...Carl Hetherington
2011-11-08Delete the separate 2D panner window when its correspondingCarl Hetherington
2011-11-08Remove superfluous deletes.Carl Hetherington
2011-10-29next/last missing piece of previous panner UI commitPaul Davis
2011-10-29missing piece of previous panner UI commitPaul Davis
2011-10-29fix leak of Panner,Pannable and MonoPanner (UI)Paul Davis
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-07-14Move panner bypass state up to the PannerShell so that it is preserved even w...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-08reinstate context menu on stereo pannerPaul Davis
2011-03-02make fit-selected-tracks operate on tracks with selected regions IF no tracks...Paul Davis
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-16remove debug outputPaul Davis
2011-02-16fix crash when opening MIDI controller automation tracks, caused by addition ...Paul Davis
2011-02-09panner visual tweaksPaul Davis
2011-02-02Remove per-track mono option, as it seems somewhat useless now that we have a...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
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