summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
AgeCommit message (Expand)Author
2009-10-08accurate dB/log patch from Carl, back-ported from 3.0Paul Davis
2008-11-03meta-fy handling of button2, to deal with apple's messed up design decisions;...Paul Davis
2008-10-05make RouteUI and its children and relations able to switch the Route/IO objec...Paul Davis
2008-06-27fix eternal valgrind complaint about GainMeter::_width not being initialized;...Paul Davis
2008-06-23various minor fixes for crashes reported by nowhiskeyPaul Davis
2008-06-17some cleanups after the last commit/changesPaul Davis
2008-06-17refactor GainMeter so that it can used by RouteTimeAxisView, and thus bring a...Paul Davis
2008-04-08fix box packing error messagePaul Davis
2008-04-04Fix resetting of peak display and metersDoug McLain
2008-04-04Integrate level meters into the mixerstrip gain meters for real this time. Th...Doug McLain
2008-03-21Undo 3160 for now. The canvas stops updating when the mixer is open (but only...Doug McLain
2008-03-20build the meters in GainMeter from the LevelMeters class instead of doing it ...Doug McLain
2008-02-24Fixes for canvas and gain meter text not being scaled on startupDoug McLain
2008-01-10Remove unused functionDoug McLain
2008-01-04Create a better Narrow MixerStrip, and fix a bug where when enough routes are...Doug McLain
2007-12-04remove debug outputDoug McLain
2007-12-04Make level meter colors user definable. Base, Mid, Top, and Clip colors are d...Doug McLain
2007-11-28add set loop/punch from edit-range; don't select track when propagating regio...Paul Davis
2007-11-28parametize modifier key usage; fix keyboard-driven sync point setting; add la...Paul Davis
2007-11-19Fix connect/disconnect of meter updating, and keep meters visible for now, to...Doug McLain
2007-11-19more fixes for toggling on/off of the metersDoug McLain
2007-11-18Remove debug output and move meter option to root menu for nowDoug McLain
2007-11-18More fixing on the toggling on/off of the track metersDoug McLain
2007-11-18Make meters stay off when they are supposed to beDoug McLain
2007-11-17Level meters added to editor tracks, smaller and aboveDoug McLain
2007-09-20changes for OSX/SAEPaul Davis
2007-09-11add SRC quality to import dialog; fix instances of missing waveforms where ne...Paul Davis
2007-09-06more fixups for the gain meter metricsDoug McLain
2007-09-05fix gain meter coming up as solid fg colorDoug McLain
2007-08-03tiny details for 2.0.5 (fixup)Paul Davis
2007-08-03fixes to theme font issues, tweaks etc. still needs verification on the linu...Jesse Chappell
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-04-04Removed unused variable (current_user_level) from FastMeter.Taybin Rutkin
2007-03-13fix panner visual corruption bug #1213; more consistent naming for automation...Paul Davis
2007-03-12fix errors in prior fix for excessive CPU when drawing rec rectsPaul Davis
2007-03-12fixes from Carl H for a couple of bugletsPaul Davis
2007-02-27fix #1394 - The 'narrow strip' option in the mixer does not take extra width ...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-08Switched from GdkWindow::get_geometry() to get_size() as suggested by the gtk...Taybin Rutkin
2007-01-17Make meter gain entry lose focus after enter is pressed.Sampo Savolainen
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2006-12-20reconstruct and use global state commands (mute/solo/rec-enable/meter point)Paul Davis
2006-11-30frame for fader belt; better focus behaviour for gain display text entry (gen...Paul Davis
2006-11-27many small changes, see ardour-dev for morePaul Davis
2006-11-21"treadmill" design for new fadersPaul Davis
2006-11-21new fader design from thorwil, mostlyPaul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis