Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update for latest changes to LV2 patch extension (compact patch:Set message). | David Robillard | 1 | -0/+2 |
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 | 3 | -0/+5 |
2013-01-05 | Fix graph_type of BlockModel (fix copy and paste). | David Robillard | 1 | -1/+1 |
2012-12-29 | "edge" => "arc". | David Robillard | 7 | -30/+30 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 6 | -7/+8 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ... | David Robillard | 2 | -0/+5 |
2012-12-21 | Improved error handling in Python by loading error descriptions from data. | David Robillard | 1 | -1/+1 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -3/+0 |
2012-11-22 | Configuration file saving. | David Robillard | 1 | -9/+47 |
2012-11-21 | Trim dead code. | David Robillard | 1 | -16/+0 |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -91/+22 |
2012-11-21 | Configuration file support. | David Robillard | 1 | -7/+30 |
2012-11-21 | Use translatable strings for command line error messages. | David Robillard | 1 | -1/+1 |
2012-11-21 | Move Configuration from Raul to Ingen. | David Robillard | 1 | -3/+156 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 1 | -17/+4 |
2012-11-16 | Add time internal that sends Jack transport updates as LV2 time positions. | David Robillard | 1 | -0/+8 |
2012-09-16 | Support latest options and morph extensions. | David Robillard | 1 | -0/+1 |
2012-08-31 | Implement host side of buf-size via options. | David Robillard | 1 | -0/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 12 | -51/+59 |
2012-08-19 | Patch => Graph | David Robillard | 16 | -37/+35 |
2012-08-18 | Node => Block | David Robillard | 11 | -49/+53 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 9 | -12/+74 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 4 | -16/+36 |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 1 | -4/+3 |
2012-08-14 | Update for latest Raul. | David Robillard | 12 | -25/+31 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 3 | -3/+21 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+3 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -0/+7 |
2012-07-31 | Clean up Resource. | David Robillard | 1 | -36/+68 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 26 | -162/+120 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 6 | -116/+67 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 11 | -182/+52 |
2012-07-30 | Simplify Builder (which is kind of useless anyway but remains for now). | David Robillard | 1 | -2/+0 |
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 | 7 | -10/+13 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -0/+1 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+1 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+1 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -0/+1 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -0/+2 |
2012-05-22 | More work on test suite. | David Robillard | 5 | -3/+21 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 2 | -4/+20 |
2012-05-17 | Remove pointless state and constructor from Parser. | David Robillard | 1 | -4/+1 |
2012-05-14 | Real-time safe LV2 message handling. | David Robillard | 1 | -1/+7 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 1 | -1/+0 |
2012-05-12 | Get copy and paste working again. | David Robillard | 1 | -1/+0 |
2012-05-11 | Make FeatureArray a Noncopyable. | David Robillard | 1 | -1/+2 |
2012-05-11 | Generate API documentation. | David Robillard | 35 | -39/+97 |