Age | Commit message (Expand) | Author | Files | Lines |
2016-10-01 | Save global options to options.ttl | David Robillard | 1 | -0/+5 |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -5/+5 |
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+16 |
2015-05-30 | Preliminary server-side save support. | David Robillard | 1 | -0/+16 |
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -1/+1 |
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -0/+2 |
2015-04-04 | Support GNU style long options. | David Robillard | 1 | -18/+12 |
2015-04-04 | Improve application comment. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-04-03 | Fix loading graphs with explicit/non-file URIs. | David Robillard | 1 | -2/+1 |
2015-03-16 | Fix launching GUI with no engine. | David Robillard | 1 | -2/+6 |
2015-02-24 | Remove crusty old internal bindings. | David Robillard | 2 | -16/+2 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -6/+1 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-07 | Demodularize socket stuff. | David Robillard | 1 | -7/+5 |
2015-01-16 | Add standard version flag. | David Robillard | 1 | -0/+14 |
2015-01-16 | Prevent build directory path clashes. | David Robillard | 1 | -0/+0 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -8/+7 |
2014-01-07 | Reduce deadlock kludge delay on exit. | David Robillard | 1 | -2/+2 |
2014-01-04 | More attempts at fixing deadlocks on exit. | David Robillard | 1 | -0/+3 |
2013-03-18 | Add missing semicolon. | David Robillard | 1 | -1/+1 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -3/+3 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -12/+12 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+8 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -1/+1 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 1 | -0/+1 |
2012-11-21 | Trim dead code. | David Robillard | 1 | -1/+1 |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -1/+1 |
2012-11-21 | Move Configuration from Raul to Ingen. | David Robillard | 1 | -5/+4 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -1/+1 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -3/+2 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -2/+4 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -1/+1 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -2/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -7/+7 |
2012-06-12 | Correctly handle termination with GUI running (fix #833). | David Robillard | 1 | -6/+4 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -8/+0 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -33/+25 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -6/+5 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -2/+2 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -0/+4 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 1 | -22/+0 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -0/+4 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -5/+4 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 1 | -3/+3 |