summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard15-301/+116
2009-05-13Remove old/unused DSSI program API.David Robillard8-78/+0
2009-05-13Update copyright dates.David Robillard30-30/+30
2009-05-13Strip trailing whitespace.David Robillard30-395/+395
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard4-8/+8
2009-05-13Generic simple query system for both objects and plugins.David Robillard8-32/+46
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard4-18/+0
2009-05-13Remove unused junk on ClientInterface.David Robillard1-4/+0
2009-05-13Remove 'using' declarations from headers.David Robillard3-12/+13
2009-05-13The great ID refactoring of 2009.David Robillard23-703/+454
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard5-47/+4
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard10-27/+43
2009-05-12Fix internal node names.David Robillard1-0/+2
2009-05-11Fix OSC/graphviz compilation stuff.David Robillard1-3/+3
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard4-9/+8
2009-05-11* New ontology.David Robillard6-35/+36
2009-05-04Strip trailing whitespace from waf scripts.David Robillard1-1/+1
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard5-5/+5
2009-02-14LV2 preset support (except you have to press entire on the menu items, clicki...David Robillard1-2/+2
2009-01-15Add -Woverloaded-virtual to --strict flags and fix associated problems (notab...David Robillard2-4/+3
2008-12-21Change configuration header name to something less likely to conflict.David Robillard4-4/+4
2008-12-16Trim include dependency tree.David Robillard11-22/+25
2008-12-15Fix (most) include dependencies and resulting broken build problems.David Robillard1-0/+1
2008-12-04Fix compilation with HTTP enabled.David Robillard1-2/+2
2008-12-02Rewrite pretty much everything to do with paths in Serialiser to actually mak...David Robillard1-1/+1
2008-11-29Upgrade to waf 1.5.0.David Robillard1-6/+5
2008-11-29Prefixes with underscores look weird.David Robillard1-1/+1
2008-11-28Sane ontology for internaals.David Robillard1-4/+5
2008-11-27Fix Om patch loading when plugins have names clashing with internal names.David Robillard1-9/+7
2008-11-27Make use of status bar.David Robillard1-1/+1
2008-11-27Fix orphan etc. errors for 'ingen -egl' (fix ticket #201).David Robillard1-3/+2
2008-11-22Add status bar to display information about objects on mouse hover.David Robillard2-4/+4
2008-11-22Tolerate plugins with nonsense ranges (fix ticket #268).David Robillard1-0/+3
2008-11-16Fix loading errors.David Robillard1-1/+1
2008-11-16Fix GUI tracking of property changes (e.g. polyphonic for stacked modules, fi...David Robillard2-1/+7
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard2-0/+9
2008-11-16More HTTP.David Robillard9-20/+34
2008-11-16Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi...David Robillard1-1/+0
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard9-13/+120
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard8-42/+97
2008-11-15Stubs for HTTP streaming.David Robillard2-6/+59
2008-11-10Turn off OSC debug dumping in engine.David Robillard10-20/+20
2008-11-10Fix Plugin name/symbol shadowing stuff that broke plugin loading (fix ticket ...David Robillard2-23/+11
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard9-78/+76
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard3-48/+58
2008-10-20Actually use installation location variables for everything.David Robillard1-1/+1
2008-10-18Lower glib/glibmm dependency to 2.14.David Robillard1-4/+5
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard19-39/+37
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard1-2/+2
2008-10-12Tidy.David Robillard1-1/+1