Age | Commit message (Expand) | Author | Files | Lines |
2024-11-24 | Use angle brackets for library includes | David Robillard | 1 | -10/+11 |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 |
2022-12-14 | Use std::variant | David Robillard | 1 | -2/+2 |
2022-08-18 | Use a consistent style for empty braces | David Robillard | 1 | -2/+1 |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -1/+11 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -4/+3 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -18/+18 |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -1/+1 |
2017-12-16 | Make events take the corresponding message directly | David Robillard | 1 | -50/+26 |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 1 | -25/+18 |
2017-12-16 | Remove empty destructor | David Robillard | 1 | -4/+0 |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -38/+33 |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -9/+10 |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -6/+6 |
2016-07-30 | Add undo support | David Robillard | 1 | -12/+57 |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 1 | -7/+2 |
2015-08-29 | Avoid map::emplace to accomodate old GCC. | David Robillard | 1 | -5/+4 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -4/+4 |
2015-06-09 | Server side loading. | David Robillard | 1 | -3/+3 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -0/+9 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -1/+1 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -3/+5 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -1/+1 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -3/+3 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -2/+2 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -1/+3 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -2/+2 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -2/+0 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -1/+1 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 1 | -9/+9 |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -6/+0 |
2012-05-23 | SetMetadata => Delta. | David Robillard | 1 | -6/+6 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -6/+1 |
2012-05-14 | Remove Thread context stuff and add a thread-specific variable class, ThreadV... | David Robillard | 1 | -1/+1 |
2012-05-12 | Remove Ping event and associated cruft. | David Robillard | 1 | -28/+9 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -1/+1 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -22/+15 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 1 | -16/+11 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -47/+41 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 1 | -14/+12 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 1 | -0/+188 |