Age | Commit message (Expand) | Author | Files | Lines |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 5 | -15/+20 |
2014-08-08 | Fix compilation with GCC 4.6. | David Robillard | 1 | -2/+2 |
2014-03-31 | Fix running GUI remotely and as an LV2 plugin. | David Robillard | 1 | -2/+1 |
2014-03-16 | Allow user to enable or disable sprung layout. | David Robillard | 2 | -0/+2 |
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -0/+1 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 14 | -44/+36 |
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -2/+1 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 2 | -2/+3 |
2014-01-18 | Consolidate URIs. | David Robillard | 4 | -20/+63 |
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -9/+3 |
2014-01-07 | Fix whitespace. | David Robillard | 1 | -3/+3 |
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -1/+3 |
2013-12-27 | Implement lv2:prototype. | David Robillard | 1 | -0/+2 |
2013-11-01 | Implement static UI port notifications (fix #935). | David Robillard | 1 | -1/+4 |
2013-11-01 | Tidy. | David Robillard | 1 | -5/+5 |
2013-08-20 | Remove vestigial Builder class. | David Robillard | 1 | -49/+0 |
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 2 | -0/+11 |
2013-06-09 | Fix crashes when comparing variable sized Atoms. | David Robillard | 1 | -10/+12 |
2013-06-09 | Fix crufty comments. | David Robillard | 1 | -3/+1 |
2013-06-08 | Specify rsz:minimumSize for main control ports. | David Robillard | 1 | -0/+1 |
2013-05-31 | Fix Atom on 32-bit platforms (patch from Robin Gareus). | David Robillard | 1 | -2/+2 |
2013-03-25 | Explicitly support bufsz block length features (fix #893). | David Robillard | 1 | -0/+13 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -0/+1 |
2013-02-23 | Make Atom always have an LV2_Atom so it can be used in-place. | David Robillard | 1 | -0/+166 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+7 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 14 | -89/+120 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -0/+5 |
2013-02-02 | Tidy. | David Robillard | 1 | -2/+2 |
2013-01-20 | Add missing include. | David Robillard | 1 | -0/+1 |
2013-01-13 | Add missing file. | David Robillard | 1 | -0/+51 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 17 | -171/+177 |
2013-01-12 | Lint. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use type safe enumerations. | David Robillard | 12 | -53/+54 |
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 |