summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_eq_gui.cc
AgeCommit message (Expand)Author
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