summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_eq_gui.cc
AgeCommit message (Expand)Author
2016-07-25plugin spectrum analysis: plot A/BRobin Gareus
2016-07-25Fix frequence display for plugin analysis mouse overJulien "_FrnchFrgg_" RIVAUD
2016-07-25Plugin Analysis: show numeric values on mouse overJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14NO-OP whitespaceRobin Gareus
2016-07-14fix plugin-analysis for VST (no in-place processing)Robin Gareus
2016-07-13initialize more uninitialized variables..Robin Gareus
2016-06-25major internal plugin & processor API change:Robin Gareus
2015-10-12no need for ugly cast constructors, just add a second argumentPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-07-20plugin analysis set block-sizeRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-01-11fix issues with isnan/isinf on OS X where <cmath> hides isnan/isinf and force...Paul Davis
2014-01-10finished merge of cairocanvas with windows and windows+cc branchesPaul Davis
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-01Allocate some thread-local buffers for the GUI thread so that the PluginEqGui...Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-23Re-fix compile failure with --no-nls (#3111).Carl Hetherington
2011-04-19remove some debugging outputPaul Davis
2011-04-19fixes to avoid dreadfull thread races and deletion crashes related to the plu...Paul Davis
2011-04-06Hopefully allow compilation against gtkmm 2.24.0 (#3946 and #3934).Carl Hetherington
2011-03-03put sampo's FFT into the (new) GTKArdour namespace, to avoid collision with t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-21Fix untranslateable strings.Carl Hetherington
2010-10-09Fix crash when running an analysis of a plugin with MIDI IO.Carl Hetherington
2010-08-28Shrink the minimum size of the plugin analyser a bit, and make it take up spa...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-04Preliminary MIDI plugin support.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-03-07Improvements to the plugin eq gui:Sampo Savolainen
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-29Fix some compiling warnings and errors in OS XSakari Bergen
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-20Added facilities into PluginInsert for the GUI to gather parts of the real si...Sampo Savolainen
2008-10-15Make EQ Gui optional and seize updating the graph when the analysis is not vi...Sampo Savolainen