enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / plugin_eq_gui.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-14 Robin GareusNO-OP whitespace
2016-07-14 Robin Gareusfix plugin-analysis for VST (no in-place processing)
2016-07-13 Robin Gareusinitialize more uninitialized variables..
2016-06-25 Robin Gareusmajor internal plugin & processor API change:
2015-10-12 Paul Davisno need for ugly cast constructors, just add a second...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-09-16 Tim MayberryMove UIConfiguration Singleton into UIConfiguration...
2015-07-20 Robin Gareusplugin analysis set block-size
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-07-01 Paul Davismerge with master.
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-11 Paul Davisfix issues with isnan/isinf on OS X where <cmath> hides...
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2013-10-18 John EmmasMerge remote-tracking branch 'remotes/origin/exportvis...
2013-10-16 John EmmasMerge remote-tracking branch 'remotes/origin/master...
2013-10-15 John EmmasMerge branch 'windows' into windows+cc
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-11 John EmmasMerge branch 'windows' into windows+cc
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-10-03 John Emmas'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2011-11-01 Carl HetheringtonAllocate some thread-local buffers for the GUI thread...
2011-06-01 David RobillardDelete trailing whitespace
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-19 Paul Davisremove some debugging output
2011-04-19 Paul Davisfixes to avoid dreadfull thread races and deletion...
2011-04-06 Carl HetheringtonHopefully allow compilation against gtkmm 2.24.0 (...
2011-03-03 Paul Davisput sampo's FFT into the (new) GTKArdour namespace...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-21 Carl HetheringtonFix untranslateable strings.
2010-10-09 Carl HetheringtonFix crash when running an analysis of a plugin with...
2010-08-28 Carl HetheringtonShrink the minimum size of the plugin analyser a bit...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-04-23 Paul Davisremove offset from process callback tree. some breakage...
2009-03-07 Sampo SavolainenImprovements to the plugin eq gui:
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-29 Sakari BergenFix some compiling warnings and errors in OS X
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-20 Sampo SavolainenAdded facilities into PluginInsert for the GUI to gathe...
2008-10-15 Sampo SavolainenMake EQ Gui optional and seize updating the graph when...