Age | Commit message (Expand) | Author | Files | Lines |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -6/+10 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 3 | -5/+5 |
2011-09-23 | Disable harmless error message about activity notification for nonexistent ports | David Robillard | 1 | -3/+2 |
2011-09-23 | Don't prompt for save location when path is already known from previous save ... | David Robillard | 2 | -4/+6 |
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 2 | -4/+7 |
2011-09-17 | Fix "Disconnect" in port context menu (i.e. disconnect_all for ports). | David Robillard | 1 | -2/+7 |
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 4 | -6/+23 |
2011-06-11 | Remove dead code. | David Robillard | 1 | -3/+1 |
2011-05-27 | Don't install private headers | David Robillard | 1 | -3/+0 |
2011-05-25 | Move sanitised serialisation headers to public include directory | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 20 | -1162/+27 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 6 | -17/+42 |
2011-05-24 | Tidy up headers. | David Robillard | 9 | -38/+24 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 3 | -43/+23 |
2011-05-24 | Update for new Sord API | David Robillard | 1 | -2/+2 |
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 |