Age | Commit message (Expand) | Author | Files | Lines |
2011-05-19 | Convey put context parameter via OSC. | David Robillard | 2 | -3/+6 |
2011-05-19 | Fix some crashiness in last commit. | David Robillard | 1 | -5/+8 |
2011-05-19 | Fix delta via OSC (OSC bindings should be fully functional again). | David Robillard | 3 | -2/+73 |
2011-05-18 | Update for new Serd and Sord APIs. | David Robillard | 1 | -1/+1 |
2011-05-13 | Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except... | David Robillard | 2 | -3/+3 |
2011-05-13 | Make ClientStore::plugin and ClientStore::resource const-correct. | David Robillard | 2 | -10/+23 |
2011-05-13 | Make models const in client code. | David Robillard | 11 | -69/+92 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 15 | -100/+122 |
2011-05-12 | Remove dead code. | David Robillard | 2 | -7/+0 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 3 | -65/+65 |
2011-04-29 | Terser names for value constructors. | David Robillard | 3 | -9/+9 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 5 | -46/+51 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 6 | -116/+116 |
2011-04-28 | More future-proof collection APIs. | David Robillard | 2 | -2/+2 |
2011-04-28 | Update for new Suil API. | David Robillard | 2 | -4/+4 |
2011-04-22 | Fix Python whitespace (PEP8) | David Robillard | 1 | -32/+31 |
2011-04-22 | Remove UI instance API from SLV2 (apps should implement UIs via Suil now). | David Robillard | 3 | -24/+44 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 10 | -23/+23 |
2011-04-20 | Make disconnect take URI parameters (for wildcare URI towards killing disconn... | David Robillard | 9 | -23/+31 |
2011-04-20 | Move disconnect_all to CommonInterface and implement in clients. | David Robillard | 4 | -0/+36 |
2011-04-19 | Clean up includes. | David Robillard | 2 | -2/+10 |
2011-04-19 | Partially fix HTTP. | David Robillard | 2 | -7/+21 |
2011-04-19 | Remove EngineInterface::quit(). | David Robillard | 8 | -34/+17 |
2011-04-19 | Remove EngineInterface::activate() and EngineInterface::deactivate(). | David Robillard | 4 | -26/+0 |
2011-04-19 | Make maximum UDP packet size a runtime parameter (--packet-size, -k). | David Robillard | 3 | -7/+18 |
2011-04-19 | Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway). | David Robillard | 4 | -13/+2 |
2011-04-19 | Fix attempted loading of "ingen_serialisation" (instead of "serialisation"). | David Robillard | 1 | -1/+1 |
2011-04-19 | Replace load_plugins API with a GET of ingen:plugins. | David Robillard | 4 | -13/+0 |
2011-04-19 | Fix building with HTTP support (fixes #674). | David Robillard | 1 | -1/+1 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 22 | -123/+133 |
2011-04-16 | Update copyright headers | David Robillard | 27 | -27/+27 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 24 | -169/+2 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 5 | -7/+6 |
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 19 | -27/+31 |
2011-04-13 | Tidy up headers towards being API appropriate. | David Robillard | 1 | -1/+3 |
2011-03-17 | Show plugin/port documentation in side pane when selected. | David Robillard | 2 | -0/+56 |
2011-03-16 | Fix LV2 plugin UIs (broken in r3093). | David Robillard | 1 | -2/+3 |
2011-03-16 | Update for new waf/autowaf. | David Robillard | 1 | -2/+2 |
2011-03-15 | Remove autowaf external (broken intermediary revision). | David Robillard | 1 | -1/+1 |
2011-03-15 | Fix crash when double clicking nodes without custom UIs. | David Robillard | 1 | -5/+9 |
2011-03-09 | Update for new SLV2 API. | David Robillard | 1 | -3/+3 |
2011-03-08 | Update for new SLV2 UI API. | David Robillard | 2 | -3/+9 |
2011-03-07 | Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes. | David Robillard | 1 | -1/+3 |
2011-03-07 | Update for new SLV2 UI API. | David Robillard | 1 | -2/+6 |
2011-02-24 | Make Suil exclusively deal with instantiating (not choosing) UIs. | David Robillard | 3 | -34/+14 |
2011-02-24 | Move UI stuff back into slv2.h (avoid breakage). | David Robillard | 2 | -4/+1 |
2011-02-22 | Implement sane UI selection logic and separate it from instantiation. | David Robillard | 1 | -10/+14 |
2011-02-22 | Implement LV2 plugin UIs via Suil. | David Robillard | 4 | -56/+50 |
2011-02-22 | Tidy. | David Robillard | 1 | -26/+19 |
2011-02-22 | Better PluginUI abstraction. | David Robillard | 2 | -6/+30 |