summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Get copy and paste working again.David Robillard1-2/+4
2012-05-11Add missing includes.David Robillard2-1/+6
2012-05-11"Connection" => "Edge"David Robillard2-25/+24
2012-05-11Clean up and better document World interface.David Robillard2-15/+15
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-7/+7
2012-05-10Fix compilation on Mac OS X.David Robillard1-2/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard6-107/+95
2012-05-10LV2URIMap => URIMap.David Robillard7-20/+10
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard2-75/+0
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard1-0/+19
2012-04-28Remove use of std::cerr.David Robillard1-2/+2
2012-04-28Tidy.David Robillard5-48/+73
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard2-68/+68
2012-04-26Don't save ingen:activity property, which is transient.David Robillard1-3/+5
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-1/+2
2012-04-23Fix possible dereference of end iterator.David Robillard1-2/+3
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard1-0/+1
2012-04-23Use URI defines where possible.David Robillard3-5/+4
2012-04-22Show non-resizable plugin UIs properly.David Robillard1-2/+26
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-10/+0
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard9-144/+135
2012-03-26Update for latest LV2.David Robillard1-1/+1
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard6-54/+24
2012-03-16Preliminary work towards native LV2 UI.David Robillard2-1/+4
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-6/+6
2012-03-16Remove activity from interface and use set_property() instead.David Robillard2-10/+2
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-2/+2
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard4-9/+11
2012-03-12Centralise atom creation in forge object.David Robillard2-13/+24
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard2-21/+6
2012-03-10Delete trailing whitespace.David Robillard2-2/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard2-2/+2
2011-11-09Update for changes in LV2 SVN.David Robillard1-1/+1
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard10-1466/+4
2011-10-21Tidy.David Robillard4-27/+21
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard2-2/+2
2011-10-21Clean up include paths.David Robillard2-2/+2
2011-10-21Move more headers to shared include directory.David Robillard7-7/+7
2011-10-21Separate URIs from LV2URIMap.David Robillard5-8/+11
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard4-5/+5
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-10-21Use modern terser waf syntax.David Robillard1-21/+22
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard3-17/+17
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-8/+20
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard4-18/+0
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-2/+3