summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Update for latest Raul.David Robillard5-24/+25
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard5-36/+33
2012-08-12Stricter symbol construction and conversion.David Robillard2-2/+2
2012-08-10Fix various const violations.David Robillard1-4/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard8-25/+22
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard3-8/+8
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard2-22/+18
2012-07-29Remove unused ObjectModel::_meta.David Robillard1-2/+0
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-0/+13
2012-05-23Don't save ingen:activity as a persistent property.David Robillard1-0/+1
2012-05-14Trim unnecessary includes.David Robillard1-1/+0
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