Age | Commit message (Expand) | Author | Files | Lines |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 1 | -1/+1 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove vestigial request_variable interface. | David Robillard | 1 | -3/+0 |
2009-05-28 | Merge request_object and request_plugin. | David Robillard | 1 | -3/+1 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 1 | -4/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 1 | -15/+15 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 1 | -4/+4 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 1 | -2/+0 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 1 | -16/+15 |
2009-05-12 | Remove deprecated new_node interface in favour of URI hackery. | David Robillard | 1 | -6/+0 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 1 | -16/+0 |
2008-12-16 | Trim include dependency tree. | David Robillard | 1 | -1/+0 |
2008-10-18 | Build against local library versions no matter what.... hopefully.... | David Robillard | 1 | -1/+1 |
2008-09-28 | Merge weird split set_port_value / set_port_value_immediately API (whether a ... | David Robillard | 1 | -5/+5 |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 1 | -0/+2 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 1 | -2/+0 |
2008-08-19 | Kill more API/code - replace enable_port_broadcast and disable_port_broadcast... | David Robillard | 1 | -4/+0 |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 1 | -4/+0 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -2/+4 |
2008-08-17 | There! | David Robillard | 1 | -8/+0 |
2008-08-17 | Cloooser... | David Robillard | 1 | -23/+6 |
2008-08-16 | Clooser... | David Robillard | 1 | -9/+5 |
2008-08-16 | Closer... | David Robillard | 1 | -24/+11 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -64/+62 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 1 | -1/+1 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -2/+5 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 1 | -1/+2 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -2/+2 |
2007-10-07 | Start building a common (client/server) abstract interface for graph objects. | David Robillard | 1 | -0/+2 |
2007-09-30 | Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). | David Robillard | 1 | -0/+4 |
2007-09-23 | Working LV2 UI control setting (including MIDI). | David Robillard | 1 | -0/+4 |
2007-09-22 | Type oblivious set_port_value interface. | David Robillard | 1 | -5/+13 |
2007-09-19 | More work on dynamic polyphony. | David Robillard | 1 | -0/+4 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 1 | -7/+4 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -2/+2 |
2007-07-31 | First steps towards Ingen SWIG bindings. | David Robillard | 1 | -0/+1 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -3/+4 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -0/+142 |