Age | Commit message (Expand) | Author | Files | Lines |
2012-04-22 | Remove prefix for defunc contexts extension. | David Robillard | 1 | -1/+0 |
2012-04-22 | Fix crash on shutdown. | David Robillard | 1 | -0/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -4/+3 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -8/+8 |
2012-03-14 | Consistently map all URIs with the URI map. | David Robillard | 1 | -1/+1 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -6/+17 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -1/+7 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 1 | -11/+10 |
2011-11-24 | Remove client from world. | David Robillard | 1 | -3/+0 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 1 | -1/+0 |
2011-11-02 | Remove unused dc prefix. | David Robillard | 1 | -4/+2 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 1 | -0/+5 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -2/+2 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -6/+9 |
2011-10-21 | Remove implementation of uri-unmap extension. | David Robillard | 1 | -1/+0 |
2011-10-21 | Simplify LV2Features. | David Robillard | 1 | -2/+2 |
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -2/+2 |
2011-10-21 | Begin moving shared headers to public include directory. | David Robillard | 1 | -1/+1 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -0/+3 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -1/+14 |
2011-05-24 | Remove dependence on protocol-specific client headers in GUI code. | David Robillard | 1 | -4/+9 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -13/+3 |
2011-05-13 | Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except... | David Robillard | 1 | -5/+5 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -2/+2 |
2011-04-28 | Switch to Lilv from SLV2. | David Robillard | 1 | -13/+13 |
2011-04-20 | Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi... | David Robillard | 1 | -5/+5 |
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -2/+2 |
2011-04-18 | Saner module loading API. | David Robillard | 1 | -11/+11 |
2011-04-16 | Add EngineBase, a pure virtual public interface for the engine. | David Robillard | 1 | -3/+4 |
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 |
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -11/+1 |
2011-04-15 | Move Shared::Module and Shared::World to shared directory. | David Robillard | 1 | -0/+302 |