fully implement and deploy explicit x-thread signal connection syntax (testing comes...
[ardour.git] / gtk2_ardour / plugin_selector.cc
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-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-11-16 Carl HetheringtonBuild plugin menu only when plugins change, and build...
2009-11-15 Carl HetheringtonFix some memory leaks in the plugin menu.
2009-11-08 Paul Davisplugin menu/manager patch from J. Abelardo Gutierrez
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-07-13 Paul Davismerge pre- and post-fader processor boxes; start removi...
2009-05-04 David RobillardPreliminary MIDI plugin support.
2009-05-02 David RobillardFix LV2 plugin support.
2009-04-15 Paul Davisfirst half of the mega-by-hand-commit-by-commit merge...
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-20 David RobillardSome work towards MIDI plugins (LV2 plugins with (MIDI...
2008-01-19 David RobillardMerge with trunk R2935.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-07-31 Paul Davisextend filtering to VST + AU, tweak details, add filter...
2007-07-30 Paul Davisanother minor fix for gtkmm breakage with Gtk::Settings...
2007-07-30 Paul Davisadd filtering to plugin selection dialog
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-20 David RobillardMade plugin input/output counts multi-typed (towards...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-26 Taybin Rutkini18n MISSING
2006-08-31 David RobillardMerged with trunk R879
2006-08-31 Taybin RutkinFixed compilation of CoreAudioSource
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-12 Hans Fugalmerge from trunk
2006-08-11 Hans Fugalmerge to trunk
2006-08-11 Hans FugalRect fix
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-10 Sampo SavolainenPlugin selector keyboard focus should now stay in the...
2006-08-10 Taybin RutkinMoved PluginInfo::Type to ARDOUR::PluginType in ardour...
2006-08-10 David RobillardMerged with trunk R776
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
2006-08-02 Taybin RutkinAdded libappleutility from /Developer/Examples/CoreAudi...
2006-08-02 David RobillardMerged from trunk R743
2006-08-01 Taybin RutkinAdded LADSPA_PATH to ardev_common.sh
2006-08-01 David RobillardMerged up to trunk R732
2006-08-01 Taybin RutkinAudioUnits are selectable in PluginSelector. Will...
2006-07-31 Taybin RutkinStart of AudioUnit work. COREAUDIO=y is a little desta...
2006-07-28 David RobillardMerged with trunk R708
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-22 Paul Davisdon't use PluginSelector::vst_refiller if VST_SUPPORT...
2006-06-21 Paul Davisthe return of VST support
2006-04-26 Nick MainsbridgePlugin selector useability changes, fix mouse grab...
2006-04-25 Taybin RutkinAll included libraries now link dynamically instead...
2006-04-22 Nick MainsbridgePrompter now prevents blank strings or unaltered names...
2006-04-19 Nick MainsbridgeChange ArdourPrompter to not have an OK button by defau...
2006-02-18 Doug McLainfix for plugin_selector, previously added plugins weren...
2006-01-11 Doug McLainFixed broken vst code in PluginSelector
2006-01-11 Doug McLainFixed broken vst code in PluginSelector
2005-12-06 Doug McLainsome finishing touches to PluginSelector
2005-12-05 Doug McLainfixes for plugin selector and open session
2005-12-02 Paul Davisthe usual blob of fixes. note the requirement for Combo...
2005-11-27 Paul Davisripping, tearing, shredding
2005-11-22 Paul Davisplugin selector from doug; lots and lots of fixes from...
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.