summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Beginnings of a test framework.David Robillard1-28/+37
2012-05-11Move Forge to the appropriate namespace.David Robillard1-6/+6
2012-05-11Add missing includes.David Robillard1-0/+3
2012-05-11"Connection" => "Edge"David Robillard1-3/+3
2012-05-11Clean up and better document World interface.David Robillard1-51/+41
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-18/+15
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-15/+14
2012-05-10LV2URIMap => URIMap.David Robillard1-11/+11
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-2/+2
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-0/+1
2012-04-22Remove prefix for defunc contexts extension.David Robillard1-1/+0
2012-04-22Fix crash on shutdown.David Robillard1-0/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-4/+3
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-8/+8
2012-03-14Consistently map all URIs with the URI map.David Robillard1-1/+1
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-6/+17
2012-03-12Centralise atom creation in forge object.David Robillard1-1/+7
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2012-03-10Use new LV2 MIDI definitions.David Robillard1-11/+10
2011-11-24Remove client from world.David Robillard1-3/+0
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-1/+0
2011-11-02Remove unused dc prefix.David Robillard1-4/+2
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard1-0/+5
2011-10-21Move more headers to shared include directory.David Robillard1-2/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-6/+9
2011-10-21Remove implementation of uri-unmap extension.David Robillard1-1/+0
2011-10-21Simplify LV2Features.David Robillard1-2/+2
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-2/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-09-23Fix memory leaks and errors.David Robillard1-0/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard1-1/+14
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard1-4/+9
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard1-13/+3
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard1-5/+5
2011-04-29Don't hide pointers behind typedefs.David Robillard1-2/+2
2011-04-28Switch to Lilv from SLV2.David Robillard1-13/+13
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-5/+5
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard1-2/+2
2011-04-18Saner module loading API.David Robillard1-11/+11
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard1-3/+4
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-11/+1
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-0/+302