summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2016-01-22NOOP: whitespace fixupPaul Davis
2016-01-22when leaving an active automation state, update fader displays to show correc...Paul Davis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
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-28prefer explicit cast over terseness.Robin Gareus
2015-04-22clean up GUI scalingRobin Gareus
2015-04-22Initial Gain Coefficient tweaksBen Loftis
2015-04-20towards scaleable meter and mixer UIRobin Gareus
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-01Slider Controller API ChangeRobin Gareus
2014-10-28ugly hacks to make the peak display widget not act like a text entry widget. ...Paul Davis
2014-10-28Revert "change the peak display widget from Gtkmm2ext::FocusEntry to ArdourBu...Paul Davis
2014-10-23Don't show meter-type menu for MIDI-only metersRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21set correct font for peak display buttonPaul Davis
2014-10-21change the peak display widget from Gtkmm2ext::FocusEntry to ArdourButton, si...Paul Davis
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-09-05gain-meter: use new PixFader APIRobin Gareus
2014-09-02compact meter+fader for > 6 channel tracksRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus
2014-08-30fader+meter: update numeric display bg on style changeRobin Gareus
2014-08-27more flat_button refactoring. try centering the gain and peak displaysBen Loftis
2014-07-30use FocusEntry for the peak_display, so it matches the size of gain_displayBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-02-19fix meter(s) when mixer-strip is switched to AuxSendRobin Gareus
2014-01-18add meter-peak (display&reset) button to gain-meters by defaultRobin Gareus
2013-09-12tweak narrow-mixer-strip meters: nettings vs the_CLA. Round 3.Robin Gareus
2013-09-09hide tick-marks on narrow mixer-metersRobin Gareus
2013-09-09widen narrow mixer-meters,hide metric display insteadRobin Gareus
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-28left/right meter marks in mixer (narrow red-stripe)Robin Gareus
2013-07-25prepare horizontal meters (level-meter H/V Box abstraction)Robin Gareus
2013-07-25fix crash with "send" meters.Robin Gareus
2013-07-22implement new meter typesRobin Gareus
2013-07-19adjust meter-width when configuration changesRobin Gareus
2013-07-18mixer metric background color fix (MIDI & inactive)Robin Gareus