summaryrefslogtreecommitdiffstats
path: root/ingen/client
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Remove unused plugin icon stuff.David Robillard1-9/+3
2014-01-04Fix documentation pane.David Robillard1-1/+3
2013-11-01Implement static UI port notifications (fix #935).David Robillard1-1/+4
2013-06-09Support removing properties from the properties dialog.David Robillard1-0/+2
2013-02-24Don't send port values to UI for audio ports (fix Calf crash).David Robillard1-0/+1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard6-36/+35
2013-02-02Tidy.David Robillard1-2/+2
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard8-109/+113
2013-01-11Use type safe enumerations.David Robillard6-9/+9
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+1
2013-01-08Add support for URID ports.David Robillard1-0/+1
2013-01-05Fix graph_type of BlockModel (fix copy and paste).David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard2-14/+14
2012-12-23Use more sensible URI scheme for Ingen paths.David Robillard3-3/+3
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-17/+4
2012-08-19GraphObject => NodeDavid Robillard5-15/+15
2012-08-19Patch => GraphDavid Robillard7-21/+19
2012-08-18Node => BlockDavid Robillard6-40/+40
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard3-5/+4
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard2-6/+2
2012-08-14Update for latest Raul.David Robillard5-10/+11
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard7-34/+32
2012-07-30Merge Resource and ResourceImpl, eliminating more virtual inheritance.David Robillard2-6/+4
2012-07-30Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...David Robillard3-23/+15
2012-07-29Remove unused ObjectModel::_meta.David Robillard1-1/+0
2012-07-26Report subject with errors to client for more meaningful error messages.David Robillard3-7/+7
2012-06-12Add "expose" (to parent) operation for ports.David Robillard1-0/+1
2012-05-11Generate API documentation.David Robillard10-8/+16
2012-05-11Fix include guards.David Robillard1-3/+3
2012-05-11Add missing includes.David Robillard2-0/+3
2012-05-11"Connection" => "Edge"David Robillard2-11/+11
2012-05-11Clean up and better document World interface.David Robillard1-3/+3
2012-05-10LV2URIMap => URIMap.David Robillard1-5/+3
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-2/+31
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard2-0/+8
2012-04-28Remove unused method prototypes.David Robillard1-2/+0
2012-04-28Remove unused slots and signals.David Robillard2-10/+0
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard5-45/+45
2012-04-28Lint.David Robillard3-4/+11
2012-04-23Remove vestigial edit mode stuff.David Robillard1-14/+0
2012-04-22Show non-resizable plugin UIs properly.David Robillard1-2/+6
2012-04-14Update URIs.David Robillard1-5/+8
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-2/+0
2012-03-27Squeeze blank lines.David Robillard11-11/+0
2012-03-27Switch to AGPL3+.David Robillard11-176/+176
2012-03-16Remove ping() from interface, just use a get instead.David Robillard2-2/+0
2012-03-16Merge ClientInterface and ServerInterface.David Robillard5-13/+23
2012-03-16Remove activity from interface and use set_property() instead.David Robillard3-27/+16
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard11-0/+1134