Age | Commit message (Expand) | Author | Files | Lines |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -4/+4 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 |
2015-08-29 | Fix checking non-LV2 'plugins' for UIs. | David Robillard | 1 | -5/+7 |
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -2/+2 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -10/+17 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -4/+3 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -32/+0 |
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -32/+49 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -7/+7 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -2/+2 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -5/+5 |
2013-01-12 | Lint. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -5/+3 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 1 | -13/+24 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -0/+7 |
2012-11-17 | Generate sensible default symbols for plugins with URIs where the last path c... | David Robillard | 1 | -22/+32 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -1/+1 |
2012-08-18 | Node => Block | David Robillard | 1 | -5/+5 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -10/+10 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -3/+3 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+2 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -3/+3 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 1 | -1/+0 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -1/+5 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -12/+11 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -2/+0 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+19 |
2012-04-28 | Tidy. | David Robillard | 1 | -12/+16 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -1/+2 |
2012-04-23 | Use URI defines where possible. | David Robillard | 1 | -3/+2 |
2012-03-27 | Squeeze blank lines. | David Robillard | 1 | -1/+0 |
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-12 | Centralise atom creation in forge object. | David Robillard | 1 | -8/+15 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2011-10-21 | Move more headers to shared include directory. | David Robillard | 1 | -1/+1 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -2/+4 |
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -8/+20 |
2011-09-23 | Fix memory leaks and errors. | David Robillard | 1 | -6/+10 |
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 1 | -1/+1 |
2011-05-24 | Move appropriate client headers to public include directory. | David Robillard | 1 | -3/+4 |
2011-05-24 | Remove use of ingen-config.h in soon-to-be-public headers. | David Robillard | 1 | -20/+19 |
2011-05-13 | Make models const in client code. | David Robillard | 1 | -3/+4 |
2011-05-13 | Make signals private with accessors, and localise dependency on sigc::signal. | David Robillard | 1 | -2/+2 |
2011-04-29 | LilvValue => LilvNode. | David Robillard | 1 | -46/+46 |
2011-04-29 | Terser names for value constructors. | David Robillard | 1 | -7/+7 |
2011-04-29 | Don't hide pointers behind typedefs. | David Robillard | 1 | -25/+27 |