summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.cc
AgeCommit message (Expand)Author
2008-07-09minor light-theme related patches from colin fletcherPaul Davis
2008-05-29redesign plugin selection process to fix multiple-addition problemPaul Davis
2008-04-26add "favorites only" filter to plugin manager dialogPaul Davis
2008-04-24properly sort plugin menusPaul Davis
2008-04-24plugin selection via menu, along with "favorites"Paul Davis
2008-02-23fix up meter thread management when JACK client starts/stops/is halted ; put ...Paul Davis
2008-01-15LV2 support.David Robillard
2007-12-18new LocateRollLocate event, used to implement play-at-edit-point-and-return; ...Paul Davis
2007-12-10AU support; mv LADSPA gui to Generic; small fix(?) for NSD issue with absolut...Paul Davis
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by lib...Paul Davis
2007-07-30add filtering to plugin selection dialogPaul Davis
2007-02-26i18n MISSINGTaybin Rutkin
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-10Plugin selector keyboard focus should now stay in the plugin list. More Sampo Savolainen
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-03Most PluginManager refactoring is out of the way. Time to begin on AudioUnit...Taybin Rutkin
2006-08-02Added libappleutility from /Developer/Examples/CoreAudio/PublicUtilityTaybin Rutkin
2006-08-01Added LADSPA_PATH to ardev_common.shTaybin Rutkin
2006-08-01AudioUnits are selectable in PluginSelector. Will crash if someone clicksTaybin Rutkin
2006-07-31Start of AudioUnit work. COREAUDIO=y is a little destable for now.Taybin Rutkin
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-06-22don't use PluginSelector::vst_refiller if VST_SUPPORT not definedPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-04-26Plugin selector useability changes, fix mouse grab bug in plugin barcontrolle...Nick Mainsbridge
2006-04-25All included libraries now link dynamically instead of statically.Taybin Rutkin
2006-04-22Prompter now prevents blank strings or unaltered names & now has a horizontal...Nick Mainsbridge
2006-04-19Change ArdourPrompter to not have an OK button by default, clean up new track...Nick Mainsbridge
2006-02-18fix for plugin_selector, previously added plugins weren't being clearedDoug McLain
2006-01-11Fixed broken vst code in PluginSelectorDoug McLain
2006-01-11Fixed broken vst code in PluginSelectorDoug McLain
2005-12-06some finishing touches to PluginSelectorDoug McLain
2005-12-05fixes for plugin selector and open sessionDoug McLain
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-27ripping, tearing, shreddingPaul Davis
2005-11-22plugin selector from doug; lots and lots of fixes from karstenPaul Davis
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin