summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mono_panner.cc
AgeCommit message (Expand)Author
2020-03-21Panner GUI: fix detent in centerRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-07-02Add control-focus notifications from bindable GUI widgets.Robin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-04-22clean up GUI scalingRobin Gareus
2015-04-20scalable pannersRobin Gareus
2015-04-05add context to single-letter translatableRobin Gareus
2014-12-15next modifierPaul Davis
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-08more color work, including removing rgba{_p_}_from_style()Paul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-19various fixes for places that used get_font_for_style() ... converted to use ...Paul Davis
2014-06-17highlight send-pannerRobin Gareus
2014-01-14merge with masterPaul Davis
2014-01-15update panGUI connections (panner-shell vs pannable vs panner)Robin Gareus
2014-01-15NOOP, clean up whitespace/TAB messRobin Gareus
2014-01-10fix merge errors with masterPaul Davis
2014-01-10updated balance GUIRobin Gareus
2014-01-09update mono & balance panner GUIRobin Gareus
2014-01-09NOOP - re-indent src (no more mixed tab+space style)Robin Gareus
2014-01-09prepare mono panner rework move to pangoRobin Gareus
2014-01-09draw settings of bypassed pannersRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-03-22make 0/KP_0 do the same thing in the mono panner as it does in the stereo pan...Paul Davis
2013-02-05i18n fixes from alexandrePaul Davis
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-12-26Show panner drag information tool-tip style, and also showCarl Hetherington
2011-12-26Move some bits from MonoPanner and StereoPanner into aCarl Hetherington
2011-10-22Implement reset() in panners, and use it from the GUI (fixes #4196).Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-09panner visual tweaksPaul Davis
2011-02-08stereo and mono panner tweaks to use cairomm and rounded rectangles and morePaul Davis
2011-02-07change appearance of panner data popup slightly (fixed width font so it doesn...Paul Davis
2011-02-07make panner data popups more contrasty and appear in a better positionPaul Davis
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-07more cleanups of PannerUI, add start/end gesture support to mono pannerPaul Davis
2011-01-07polygon and marker line for mono pannerPaul Davis