summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2012-12-10fix reversion of keyboard focus from gain display editing widget in both mixe...Paul Davis
2012-12-08remove debug outputPaul Davis
2012-12-08locale/focus debug 2Paul Davis
2012-12-08locale/focus debugPaul Davis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-11-14fix missing start-touch call on faders because button press handler that does...Paul Davis
2012-11-13revert to a 0..2 scale for MIDI velocity control, so that we can increase MID...Paul Davis
2012-11-13change handling of MIDI gain so that we present a linear fader spanning 0..12...Paul Davis
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
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-13Popup menu over meters in mixer strips to select meteringCarl Hetherington
2011-10-20fix unused variable warningPaul Davis
2011-10-19Adjust send faders depending on what signal type they are passing (part of #4...Carl Hetherington
2011-10-19Use a ARDOUR::DataType rather than a bool.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-19Set up fader for audio / MIDI when the fader positionCarl Hetherington
2011-08-03Use correct default value for MIDI faders, and put theCarl Hetherington
2011-07-22slightly improve color choice for meter metrics when more than one data type ...Paul Davis
2011-07-22two birds with one stone: fix "color bug" that occured as soon any route with...Paul Davis
2011-06-23revert inadvertent broken changes in rev 9748 that broke route group gain con...Paul Davis
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-18More consistent style for gain display and peak display.David Robillard
2011-05-18Center fader in its (left hand side) mixer strip column.David Robillard
2011-02-22Add AFLFrom... enums as counterpart to PFLFrom ; add Output metering as a new...Paul Davis
2011-02-20Modify route _processor list set up so that the logic for placing `invisible'...Carl Hetherington
2011-02-08cairo-ify expose handlers for PixFader and PixScroller (latter is not used); ...Paul Davis
2011-02-07stop gain fader moving as meter point is changed (changing width of meters)Paul Davis
2011-01-13Fix send UI fader (#3708)Carl Hetherington
2011-01-11Re-fix #3685 having read the request properly.Carl Hetherington
2011-01-10Revert to fader-is-for-route on double-clicking a mixer strip's fader. Fixes...Carl Hetherington
2011-01-09Fix setup of route meter point on load, and fix intermittent left-channel-onl...Carl Hetherington
2011-01-09Replace RouteGroup's collection of apply() methods with a single one.Carl Hetherington
2010-12-29Put appropriate markings on MIDI meters.Carl Hetherington
2010-12-09Fix uninitialised variable.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
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-04-03meter point restore handling, and related mattersPaul Davis
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
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
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