summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard5-33/+27
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-13/+24
2013-01-08Add support for URID ports.David Robillard1-0/+14
2012-12-29"edge" => "arc".David Robillard2-65/+64
2012-12-21Fix memory leaks.David Robillard1-1/+1
2012-11-18Fix learn for Trigger and Internal nodes.David Robillard1-8/+9
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard2-2/+7
2012-11-17Generate sensible default symbols for plugins with URIs where the last path c...David Robillard1-22/+32
2012-11-17Don't complain about ingen:activity property for unknown object since it's tr...David Robillard1-2/+3
2012-08-19GraphObject => NodeDavid Robillard4-17/+17
2012-08-19Patch => GraphDavid Robillard4-49/+49
2012-08-18Node => BlockDavid Robillard7-67/+69
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard3-54/+45
2012-08-16Don't save the transient ingen:activity property in the model or on disk.David Robillard1-1/+7
2012-08-14Replace use of old Raul Table stuff with std::map.David Robillard2-74/+24
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