Age | Commit message (Expand) | Author | Files | Lines |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 8 | -109/+113 |
2013-01-11 | Use type safe enumerations. | David Robillard | 6 | -9/+9 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 1 | -1/+1 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+1 |
2013-01-05 | Fix graph_type of BlockModel (fix copy and paste). | David Robillard | 1 | -1/+1 |
2012-12-29 | "edge" => "arc". | David Robillard | 2 | -14/+14 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 3 | -3/+3 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 1 | -17/+4 |
2012-08-19 | GraphObject => Node | David Robillard | 5 | -15/+15 |
2012-08-19 | Patch => Graph | David Robillard | 7 | -21/+19 |
2012-08-18 | Node => Block | David Robillard | 6 | -40/+40 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 3 | -5/+4 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 2 | -6/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 5 | -10/+11 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 7 | -34/+32 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 2 | -6/+4 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 3 | -23/+15 |
2012-07-29 | Remove unused ObjectModel::_meta. | David Robillard | 1 | -1/+0 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 3 | -7/+7 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -0/+1 |
2012-05-11 | Generate API documentation. | David Robillard | 10 | -8/+16 |
2012-05-11 | Fix include guards. | David Robillard | 1 | -3/+3 |
2012-05-11 | Add missing includes. | David Robillard | 2 | -0/+3 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 2 | -11/+11 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -3/+3 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -5/+3 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -2/+31 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 2 | -0/+8 |
2012-04-28 | Remove unused method prototypes. | David Robillard | 1 | -2/+0 |
2012-04-28 | Remove unused slots and signals. | David Robillard | 2 | -10/+0 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 5 | -45/+45 |
2012-04-28 | Lint. | David Robillard | 3 | -4/+11 |
2012-04-23 | Remove vestigial edit mode stuff. | David Robillard | 1 | -14/+0 |
2012-04-22 | Show non-resizable plugin UIs properly. | David Robillard | 1 | -2/+6 |
2012-04-14 | Update URIs. | David Robillard | 1 | -5/+8 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -2/+0 |
2012-03-27 | Squeeze blank lines. | David Robillard | 11 | -11/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 11 | -176/+176 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 2 | -2/+0 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 5 | -13/+23 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 3 | -27/+16 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 11 | -0/+1134 |