log widgets/PluginParameterBox.cpp @ 1349:615eb28768ca zoom

age author description
2018-10-01 Chris Cannam Avoid blowing up when faced with min==max in parameter range
2015-03-10 Chris Cannam More type fixes cxx11
2014-07-25 Chris Cannam Rich text for tooltip -- apart from anything else, this ensures it gets word-wrapped
2014-06-17 Chris Cannam More unsigned/long and warning fixes warnfix_no_size_t
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2009-03-30 Chris Cannam * fix to rounding problems in plugin parameter box
2008-07-10 Chris Cannam * Updates for 1.3 sv1-v1.3 sv1-v1.3rc1
2007-12-17 Chris Cannam * fix support for logarithmic hints in plugin parameters
2007-08-09 Chris Cannam * continue to pick "new" colours for coloured layers even when all colours
2007-04-30 Chris Cannam * more compile warning fixes sv1-1.0rc1
2007-02-27 Chris Cannam * Further fixes for Vamp API change, and update to support API versioning
2007-02-26 Chris Cannam * Fixes for new Vamp API changes -- I think plugin parameters are not being
2006-11-17 Chris Cannam * Update copyright notes as appropriate.
2006-10-17 Chris Cannam * Make audio dial remember its more accurate mapped value as well as its
2006-10-16 Chris Cannam * Use RangeMappers in various places in plugin parameters, layer properties,
2006-06-15 Chris Cannam * #1492875: Increase fractional digits of plugin parameter values
2006-04-12 Chris Cannam * Add BZipFileDevice to handle bzip2 compress/uncompress without all that
2006-04-05 Chris Cannam * Support latest changes to Vamp API (value names for parameters, FFT
2006-03-31 Chris Cannam * Modify to use Vamp SDK for proper feature extraction plugins.
2006-03-23 Chris Cannam * Add icon for playback plugin edit button
2006-03-23 Chris Cannam * Add editing for auralisation plugin parameters and programs
2006-03-22 Chris Cannam * Add plugin parameter dialog, and use it to set up parameters for feature
2006-03-20 Chris Cannam * Add plugin parameter box widget