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