summaryrefslogtreecommitdiff
path: root/gtk2_ardour/stereo_panner.cc
AgeCommit message (Collapse)Author
2013-02-05i18n fixes from alexandrePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-25fix stereo panner tooltips - part 1Robin Gareus
git-svn-id: svn://localhost/ardour2/branches/3.0@13726 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more ↵Ben Loftis
correct. operation and feel should be more consistent. rec-mute-solo buttons are now dull until enabled. this might be debatable. otherwise if it looks weird, try loading Window->Theme Manager and clicking Restore Defaults git-svn-id: svn://localhost/ardour2/branches/3.0@13611 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
interface and use it for processor box sliders (#4461). git-svn-id: svn://localhost/ardour2/branches/3.0@12661 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington
mono and stereo panners. git-svn-id: svn://localhost/ardour2/branches/3.0@12577 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-31allow alt-drag on stereo panner to move just one side of the stereo field. ↵Paul Davis
this wiggles a bit, possibly because of rounding, and that probably needs to be addressed git-svn-id: svn://localhost/ardour2/branches/3.0@12500 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-07Add missing break and remove duplicate (maybe mismerge)Carl Hetherington
(#4818). git-svn-id: svn://localhost/ardour2/branches/3.0@11811 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-23Patch from colinf to make stereo panners move right with the mouse (#4702).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@11753 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-12-26Show panner drag information tool-tip style, and also showCarl Hetherington
it when the button is pressed to start a drag (#4584 and #4585). git-svn-id: svn://localhost/ardour2/branches/3.0@11072 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-12-26Move some bits from MonoPanner and StereoPanner into aCarl Hetherington
common base class. git-svn-id: svn://localhost/ardour2/branches/3.0@11071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@10282 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10179 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my ↵David Robillard
fault :D git-svn-id: svn://localhost/ardour2/branches/3.0@9654 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-05-31update .po files for translatorsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9639 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-07use the same color for the stereo panner center line as the mono pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9091 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09panner visual tweaksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8802 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-09recenter stereo panner position indicatorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-08stereo and mono panner tweaks to use cairomm and rounded rectangles and morePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-07change appearance of panner data popup slightly (fixed width font so it ↵Paul Davis
doesn't bounce around during edits), and make dbl-clicks to set pos to max-L or max-R work even if width is reversed git-svn-id: svn://localhost/ardour2/branches/3.0@8746 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-07make panner data popups more contrasty and appear in a better positionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8740 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, ↵Paul Davis
thus ending 3.0-panexp. THIS COMMIT WILL BREAK ALL EXISTING 3.0 SESSIONS IN SOME WAY (possibly not fatally). git-svn-id: svn://localhost/ardour2/branches/3.0@8586 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-07add gesture control for position+width controls of a 2in/2out panner - not ↵Paul Davis
used, since there is no way to create automation for these controls at present git-svn-id: svn://localhost/ardour2/branches/3.0@8479 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-07new mono panner widget; make stereo panner respond to changes in colors ↵Paul Davis
immediately git-svn-id: svn://localhost/ardour2/branches/3.0@8474 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-03remove tooltip from stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8416 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-01fix reversed dragging in stereo panner when width is negativePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8403 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30add back MIDI Learn for stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8394 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30better dbl click behaviour for stereo panner: width max is constrained by ↵Paul Davis
position; pos max is constrained by width git-svn-id: svn://localhost/ardour2/branches/3.0@8393 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30better detent handling, and dbl-click behaviour for lower half improvementsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8391 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30unfinished tweaks to stereo panner, before a bigger commit of other stuffPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8385 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30split tooltip and drag drag windows apart, for better functionalityPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8383 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-30various improvements for stereo panner. note that dbl-click in "top" section ↵Paul Davis
will pan center, hard left and hard right git-svn-id: svn://localhost/ardour2/branches/3.0@8382 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-29stereo panner tooltip tweaks & less debuggingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8367 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-29move stereo panner lines to out edges of L/R boxes; fix display of center of ↵Paul Davis
image info in tooltip; add hints on key actions for panner in tooltip git-svn-id: svn://localhost/ardour2/branches/3.0@8365 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-22Fix some i18n problems.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8326 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-08random debugging stuff, need to get it out of the way for next commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8221 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-03code tweaks in stereo panner (no functional changes)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8172 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-03remove commented colors and fix keyboard handling in stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8163 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width ↵Paul Davis
(0), 1 (alt-up) or -1 (alt-down), plus M when its mono git-svn-id: svn://localhost/ardour2/branches/3.0@8153 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01fix asymmetric pan dragging, relay key release events to editorPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8151 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01add scroll and key handling to stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01more stereo panner workPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8149 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01better operation of the stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8145 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01darken text color in stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8141 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-01hack up the stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8140 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-30add dbl-clicks to reset position or widthPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8136 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@8135 d708f5d6-7413-0410-9779-e7cbd77b26cf