Age | Commit message (Expand) | Author | Files | Lines |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -6/+17 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+10 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -5/+5 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 1 | -0/+13 |
2013-12-25 | Fix handling setting of several special properties per request. | David Robillard | 1 | -5/+9 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -2/+2 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -10/+10 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -3/+9 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -20/+18 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -30/+31 |
2012-12-21 | Fix memory leaks. | David Robillard | 1 | -2/+1 |
2012-12-21 | Add Broadcaster::Transfer for scoped recursion-safe reply bundling. | David Robillard | 1 | -0/+2 |
2012-11-18 | Fix learn for Trigger and Internal nodes. | David Robillard | 1 | -2/+9 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -7/+7 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -20/+20 |
2012-08-18 | Node => Block | David Robillard | 1 | -13/+13 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -11/+11 |
2012-08-15 | Rewrite Raul::Maid and eliminate Raul:List. | David Robillard | 1 | -1/+1 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 1 | -4/+4 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -4/+4 |
2012-08-11 | Oops. | David Robillard | 1 | -1/+1 |
2012-08-11 | Considerable DSP performance improvements (mixing overhead, and per-event MID... | David Robillard | 1 | -2/+7 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 1 | -1/+1 |
2012-07-31 | Clean up Resource. | David Robillard | 1 | -1/+5 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -15/+4 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -2/+2 |
2012-07-30 | Shrink events. | David Robillard | 1 | -3/+2 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 1 | -5/+6 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 1 | -9/+9 |
2012-06-13 | Fix control binding loading. | David Robillard | 1 | -2/+5 |
2012-06-13 | Fix saving of control bindings. | David Robillard | 1 | -1/+1 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -6/+0 |
2012-05-23 | SetMetadata => Delta. | David Robillard | 1 | -0/+367 |