do not pass a non-zero offset to plugins AFTER the first call to connect_and_run...
[ardour.git] / gtk2_ardour / gain_meter.cc
2008-11-03 Paul Davismeta-fy handling of button2, to deal with apple's messe...
2008-10-05 Paul Davismake RouteUI and its children and relations able to...
2008-06-27 Paul Davisfix eternal valgrind complaint about GainMeter::_width...
2008-06-23 Paul Davisvarious minor fixes for crashes reported by nowhiskey
2008-06-17 Paul Davissome cleanups after the last commit/changes
2008-06-17 Paul Davisrefactor GainMeter so that it can used by RouteTimeAxis...
2008-04-08 Paul Davisfix box packing error message
2008-04-04 Doug McLainFix resetting of peak display and meters
2008-04-04 Doug McLainIntegrate level meters into the mixerstrip gain meters...
2008-03-21 Doug McLainUndo 3160 for now. The canvas stops updating when the...
2008-03-20 Doug McLainbuild the meters in GainMeter from the LevelMeters...
2008-02-24 Doug McLainFixes for canvas and gain meter text not being scaled...
2008-01-10 Doug McLainRemove unused function
2008-01-04 Doug McLainCreate a better Narrow MixerStrip, and fix a bug where...
2007-12-04 Doug McLainremove debug output
2007-12-04 Doug McLainMake level meter colors user definable. Base, Mid,...
2007-11-28 Paul Davisadd set loop/punch from edit-range; don't select track...
2007-11-28 Paul Davisparametize modifier key usage; fix keyboard-driven...
2007-11-19 Doug McLainFix connect/disconnect of meter updating, and keep...
2007-11-19 Doug McLainmore fixes for toggling on/off of the meters
2007-11-18 Doug McLainRemove debug output and move meter option to root menu...
2007-11-18 Doug McLainMore fixing on the toggling on/off of the track meters
2007-11-18 Doug McLainMake meters stay off when they are supposed to be
2007-11-17 Doug McLainLevel meters added to editor tracks, smaller and above
2007-09-20 Paul Davischanges for OSX/SAE
2007-09-11 Paul Davisadd SRC quality to import dialog; fix instances of...
2007-09-06 Doug McLainmore fixups for the gain meter metrics
2007-09-05 Doug McLainfix gain meter coming up as solid fg color
2007-08-03 Paul Davistiny details for 2.0.5 (fixup)
2007-08-03 Jesse Chappellfixes to theme font issues, tweaks etc. still needs...
2007-07-05 Doug McLainNew theme manager from trunk, backported to 2.0-ongoing
2007-04-04 Taybin RutkinRemoved unused variable (current_user_level) from FastM...
2007-03-13 Paul Davisfix panner visual corruption bug #1213; more consistent...
2007-03-12 Paul Davisfix errors in prior fix for excessive CPU when drawing...
2007-03-12 Paul Davisfixes from Carl H for a couple of buglets
2007-02-27 Paul Davisfix #1394 - The 'narrow strip' option in the mixer...
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-08 Taybin RutkinSwitched from GdkWindow::get_geometry() to get_size...
2007-01-17 Sampo SavolainenMake meter gain entry lose focus after enter is pressed.
2007-01-03 Jesse Chappell* added max peak hold state to IO so that the true...
2006-12-20 Paul Davisreconstruct and use global state commands (mute/solo...
2006-11-30 Paul Davisframe for fader belt; better focus behaviour for gain...
2006-11-27 Paul Davismany small changes, see ardour-dev for more
2006-11-21 Paul Davis"treadmill" design for new faders
2006-11-21 Paul Davisnew fader design from thorwil, mostly
2006-09-25 Paul Davisthe BIG CONFIG patch
2006-08-30 Nick Mainsbridge** requires svn jack ** Hardware monitoring should...
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2006-06-15 Sampo SavolainenMake signals below -200dB "-inf" in meters.
2006-05-24 Sampo SavolainenFixed some valgrind errors from using uninitialized...
2006-05-22 Nick MainsbridgeMixer pane can be collapsed again, some cleanup, give...
2006-05-21 Nick MainsbridgeThis should fix the options editor crasher i just made...
2006-05-21 Nick MainsbridgeMixer strip layout, emsure correct column expands on...
2006-05-19 Nick MainsbridgeMixer strip & ui layout changes
2006-04-24 Paul Davisa) completely refactor abstract UI code
2006-04-20 Paul Davisa) use ink extents in most places where we used to...
2006-04-10 Paul Davisa) moved metering and meter falloff code into libardour
2006-03-15 Doug McLainremove debug code
2006-03-15 Doug McLainfix for meter_point_button
2006-03-15 Paul Davispixbufs instead of pixmaps; function-scope local fd...
2006-03-14 Doug McLaincreated get_bogus_drawable() when I realized it was...
2006-03-14 Doug McLainmoved gain rail and sliders to files. The previously...
2006-03-14 Paul Davisimprovements (!) to waveform display for destructive...
2006-03-12 Paul Davisremove varispeed control; shuttle controller now has...
2006-02-13 Paul Davisfix style overwriting done by fastmeter, and lack of...
2006-01-28 Paul Davisfix (mostly) measure lines and click box text and meter...
2005-12-24 Karsten Wiesesome more "std::string" to "const char *" conversations.
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-11-24 Paul Davisadvance compiling to the m*.cc point
2005-11-23 Paul Davisstrip keyboard.cc of noxious focus handling stuff,...
2005-11-12 Paul Davisincomplete changes based on karsten's megapatch
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-09-26 Paul Daviscontinuing fixes to get this shibboleth to compile
2005-09-26 Paul Davisrename all GTK signals
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.