summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_ui.cc
AgeCommit message (Expand)Author
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-10-10Add missing dialogue box title.Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-02-03Stop crash on deleting a plugin when its generic UI window is open.Carl Hetherington
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...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-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-19some plugin preset handling fixes from 2.XPaul 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-10-01LV2 external UI patch from nedko via 2.X and a couple of .rej'sPaul Davis
2009-08-27lots of MIDI editing stuff. to be explained on the website when its donePaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-08Use an expander properly to control the visibility of plugin analysis.Sampo Savolainen
2009-05-04clean up that godawful ugly latency GUI in plugin UIsPaul Davis
2009-05-03Fix LV2 compilation.David Robillard
2009-04-16part 2 of 3 of the 2.8 -> 3.0 mergePaul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-03-07Improvements to the plugin eq gui:Sampo Savolainen
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-14Less weak plugin preset system (maybe AU preset stuff can use the 'normal' th...David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-10-15Make EQ Gui optional and seize updating the graph when the analysis is not vi...Sampo Savolainen
2008-10-13First draft of the EQ visualization system. Now force fed to all plugin UIs.Sampo Savolainen
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-19Merge with 2.0-ongoing R2943.David Robillard
2008-01-15Merge with trunk R2920.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-06-28add basic support for the griffin powermate (a control surface) (from ben lof...Paul Davis
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-12Merged with trunk R795David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard