summaryrefslogtreecommitdiffstats
path: root/src/libs/client/PluginModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-38/+0
2008-05-19Better global (engine/client) LV2 feature sharing.David Robillard1-2/+2
2008-05-19More (but not yet completely) type safe value_changed notification.David Robillard1-0/+2
2008-01-25Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)...David Robillard1-3/+6
2007-12-21Fix SLV2 GUI sketchiness, repeated embedding/unembedding/pop-up/window destro...David Robillard1-60/+5
2007-12-19Fix LV2 GUI embedding.David Robillard1-1/+1
2007-12-15Updated LV2 GUI extension.David Robillard1-8/+2
2007-11-30Split redland C++ wrappers out from Raul.David Robillard1-1/+1
2007-11-05Add independent building stuff for ingen.David Robillard1-1/+1
2007-10-22LV2 icons in plugin menu.David Robillard1-0/+28
2007-10-22Rework plugin design (engine side) to be less crap.David Robillard1-2/+2
2007-10-09Fix OSC patching.David Robillard1-3/+21
2007-10-08Eliminate redundant object collections (ObjectModel having a separate collect...David Robillard1-1/+1
2007-10-07Added shared abstract interface for ports.David Robillard1-1/+1
2007-09-24LV2 UI interface cleanups.David Robillard1-8/+8
2007-09-23Update for SLV2 UI interface.David Robillard1-19/+20
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-16/+26
2007-09-22Type oblivious set_port_value interface.David Robillard1-4/+9
2007-09-22LV2 UI extension updates.David Robillard1-19/+69
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard1-0/+4
2007-07-25Distcheck fixes.David Robillard1-0/+2
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-3/+3
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-0/+29
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard1-1/+2
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard1-0/+52