summaryrefslogtreecommitdiffstats
path: root/src/client/PluginModel.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-11/+0
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard1-0/+53
2011-03-09Update for new SLV2 API.David Robillard1-3/+3
2011-02-24Move UI stuff back into slv2.h (avoid breakage).David Robillard1-2/+1
2011-02-22Implement LV2 plugin UIs via Suil.David Robillard1-13/+8
2011-02-16Drop redlandmm for sordmm.David Robillard1-6/+1
2011-02-15Remove fuzzy lack of distinction between URIs and CURIEs.David Robillard1-2/+1
2011-01-31Fix broken loop.David Robillard1-1/+1
2010-12-16Fix compilation without HAVE_SLV2.David Robillard1-2/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-3/+4
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-7/+7
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-10/+12
2009-12-31Various fixes related to port values and metadata (fix ticket #459 among othe...David Robillard1-0/+20
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-2/+2
2009-05-28Generic plugin property mechanism.David Robillard1-59/+55
2009-05-28Load symbol from LV2 data if available.David Robillard1-1/+3
2009-05-28Replace new_plugin with put.David Robillard1-1/+61
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-8/+8
2009-05-13The great ID refactoring of 2009.David Robillard1-3/+3
2009-05-12Fix internal node names.David Robillard1-0/+2
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard1-0/+13
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard1-2/+2
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ...David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard1-0/+21
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+143