Merge branch 'master' into windows
[ardour.git] / libs / gtkmm2ext / fastmeter.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-26 John Emmas'libs/gtkmm2ext' - Remove "using namespace Gdk;" to...
2013-08-05 Paul Davisfix conflicts after merge with master
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 Robin Gareusclean up some valgrid "Uninitialised value was created...
2013-07-31 Robin Gareusinitialize some uninitialized values
2013-07-30 Robin Gareusminimize meter-peak re-draw area
2013-07-28 Robin Gareususe 3px for peak-hold in LED mode -> display 2 bright...
2013-07-28 Robin Gareustweak meter-LED style
2013-07-26 Robin Gareuscache shaded meter-background regardless of color
2013-07-26 Robin Gareusfix meter background redraw issue #5601
2013-07-25 Robin Gareus[re]implement horizontal meter
2013-07-24 Robin Gareusalign gradient with meter-metrics
2013-07-24 Robin Gareusincrease saturation of meter-shader
2013-07-24 Robin Gareusallow to en/disable shade and LED meter style
2013-07-17 Robin Gareusadd a stripe-pattern to the meters
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-15 Robin Gareusadd option to disable cairo-RGBA overlays for meters.
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-12 Robin Gareusminor peak-meter performance tweak
2013-07-10 Robin Gareuswith RMS meters: use "peak indicator" as DPM
2013-07-10 Robin Gareususe digital max-peak with RMS meter
2013-07-10 Robin Gareusdon't reset meter background/highlight on click.
2013-07-10 Robin Gareusprepare meter-widget for dual background color
2013-07-10 Robin Gareusless prominent meter shade
2013-07-10 Robin Gareusadd shade gradient to meter
2013-07-10 Robin Gareusfix meter gradient y-axis only
2013-07-10 Robin Gareusmake all meter-colors configurable,..
2013-07-10 Robin Gareusrefactor level-meter widget: 5x2 stops meter colors
2013-07-10 Robin Gareusremove b0rked horizontal meter code.
2013-07-10 Robin Gareusreduce peak-hold indicator to 2px height
2013-07-10 Robin Gareusmeter rounded rectangle
2013-07-10 Robin Gareusconfigurable meter background color
2013-07-10 Robin Gareusmeter border
2013-07-10 Robin Gareusremove border around meter gradients, again.
2013-07-10 Robin Gareusmeter background gradient (hardcoded colors so far)
2013-07-10 Robin Gareusfastmeter: 1px padding left&right
2011-08-31 David RobillardFix meter colour range to again have a hard knee at...
2011-08-31 David RobillardFix meter colour gradients (mid and top were swapped).
2011-08-31 David RobillardMake meters with different colour parameters actually...
2011-07-25 Paul Davisremove more unneeded header includes
2011-07-25 Paul Davisremove unneeded header includes
2011-07-25 Paul Davischange FastMeter drawing implementation to use Cairo...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-01-12 David RobillardMerge with 2.0-ongoing R2885.
2008-01-10 David RobillardMerge with 2.0-ongoing R2885.
2007-12-20 Doug McLainPort level meters to trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-04 Taybin RutkinRemoved unused variable (current_user_level) from FastM...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-27 Paul Davisfix #1394 - The 'narrow strip' option in the mixer...
2006-06-22 Hans FugalMerging from trunk
2006-06-15 David RobillardMerged with trunk revision 610
2006-06-15 Sampo SavolainenMake peak bar always fit the area of the meter
2006-06-14 Hans Fugalpulling trunk
2006-06-13 David RobillardMerged with trunk (painfully)
2006-06-07 Sampo SavolainenDynamically generated meter gradients
2006-03-15 Paul Davispixbufs instead of pixmaps; function-scope local fd...
2006-03-14 Paul Davisfix problems with pixmaps/xpm files
2006-03-14 Doug McLaincreated get_bogus_drawable() when I realized it was...
2006-02-13 Paul Davisfix style overwriting done by fastmeter, and lack of...
2006-01-04 Paul Davismake show all option on region list context menu work
2006-01-03 Paul Davismake meters work properly (and very slightly faster)
2005-12-07 Paul Davisblack bg for meters, font fixups for startup message...
2005-12-06 Paul Davisun-triple-buffer fastmeter (not finished), fix mixer...
2005-11-26 Paul Daviscompiles and runs, but crashes ... duh
2005-05-13 Taybin RutkinInitial revision