summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/fastmeter.cc
AgeCommit message (Expand)Author
2016-08-04workaround changes in glibmm 2.49.xNils Philippsen
2015-09-07properly clean up meter-pattern cacheRobin Gareus
2015-09-05remove a float loop counterRobin Gareus
2014-10-25skip meter re-draw when no pixels are changed.Robin Gareus
2014-09-11API flush static cairo pattern cacheRobin Gareus
2014-03-21Avoid some ambiguous calls to 'floor()' which were upsetting MSVCJohn Emmas
2014-03-21tweak meter-peak hold when using LED-striped metersRobin Gareus
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2013-08-26'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in 'fast...John Emmas
2013-07-31clean up some valgrid "Uninitialised value was created by a heap allocation" ...Robin Gareus
2013-07-31initialize some uninitialized valuesRobin Gareus
2013-07-31minimize meter-peak re-draw areaRobin Gareus
2013-07-28use 3px for peak-hold in LED mode -> display 2 bright linesRobin Gareus
2013-07-28tweak meter-LED styleRobin Gareus
2013-07-26cache shaded meter-background regardless of colorRobin Gareus
2013-07-26fix meter background redraw issue #5601Robin Gareus
2013-07-25[re]implement horizontal meterRobin Gareus
2013-07-24align gradient with meter-metricsRobin Gareus
2013-07-24increase saturation of meter-shaderRobin Gareus
2013-07-24allow to en/disable shade and LED meter styleRobin Gareus
2013-07-17add a stripe-pattern to the metersRobin Gareus
2013-07-16add option to disable cairo-RGBA overlays for meters.Robin Gareus
2013-07-12minor peak-meter performance tweakRobin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10use digital max-peak with RMS meterRobin Gareus
2013-07-10don't reset meter background/highlight on click.Robin Gareus
2013-07-10prepare meter-widget for dual background colorRobin Gareus
2013-07-10less prominent meter shadeRobin Gareus
2013-07-10add shade gradient to meterRobin Gareus
2013-07-10fix meter gradient y-axis onlyRobin Gareus
2013-07-10make all meter-colors configurable,..Robin Gareus
2013-07-10refactor level-meter widget: 5x2 stops meter colorsRobin Gareus
2013-07-10remove b0rked horizontal meter code.Robin Gareus
2013-07-10reduce peak-hold indicator to 2px heightRobin Gareus
2013-07-10meter rounded rectangleRobin Gareus
2013-07-10configurable meter background colorRobin Gareus
2013-07-10meter borderRobin Gareus
2013-07-10remove border around meter gradients, again.Robin Gareus
2013-07-10meter background gradient (hardcoded colors so far)Robin Gareus
2013-07-10fastmeter: 1px padding left&rightRobin Gareus
2011-08-31Fix meter colour range to again have a hard knee at 0dB and twiddle colours s...David Robillard
2011-08-31Fix meter colour gradients (mid and top were swapped).David Robillard
2011-08-31Make meters with different colour parameters actually work.David Robillard
2011-07-25remove more unneeded header includesPaul Davis
2011-07-25remove unneeded header includesPaul Davis
2011-07-25change FastMeter drawing implementation to use Cairo instead of GDK; some sub...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain