Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-08 | Fix UI update on custom UI control changes. | David Robillard | 1 | -2/+3 |
2015-02-17 | Fix display of labels when port is created without. | David Robillard | 1 | -2/+1 |
2015-01-15 | Node bypass. | David Robillard | 1 | -0/+6 |
2014-11-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -0/+5 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -1/+2 |
2014-08-29 | Use complete Gtk style from file for embedded UIs. | David Robillard | 1 | -2/+2 |
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -3/+3 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+2 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -2/+2 |
2013-11-01 | Don't notify UIs about null atom port values (partially address #935). | David Robillard | 1 | -1/+1 |
2013-02-25 | Tidy. | David Robillard | 1 | -1/+1 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -5/+22 |
2013-02-23 | Make Atom always have an LV2_Atom so it can be used in-place. | David Robillard | 1 | -6/+1 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -2/+2 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -6/+6 |
2013-02-09 | Use default float protocol for UI float controls (fix #885). | David Robillard | 1 | -11/+15 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -11/+11 |
2013-02-02 | Fix truncation of atom events sent to plugin UIs. | David Robillard | 1 | -12/+3 |
2013-02-02 | Fix status bar hover text. | David Robillard | 1 | -0/+13 |
2013-01-22 | Support directly passing any type of atom to plugin UIs. | David Robillard | 1 | -10/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 |
2013-01-12 | Lint. | David Robillard | 1 | -2/+2 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -11/+8 |
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -2/+4 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 1 | -2/+6 |
2013-01-08 | Re-enable node documentation. | David Robillard | 1 | -20/+19 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -3/+3 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 1 | -3/+5 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -11/+11 |
2012-08-18 | Node => Block | David Robillard | 1 | -51/+48 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -6/+7 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -15/+13 |
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -1/+1 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -6/+6 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+1 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -0/+24 |
2012-06-12 | Add "expose" (to parent) operation for ports. | David Robillard | 1 | -7/+2 |
2012-05-12 | Select newly pasted objects so they can be easily moved. | David Robillard | 1 | -2/+3 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 1 | -9/+0 |
2012-05-11 | Avoid including gtkmm.h | David Robillard | 1 | -0/+2 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -0/+1 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -5/+5 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -7/+8 |
2012-05-01 | Remove half baked control window stuff. The canvas is better anyway. | David Robillard | 1 | -13/+1 |
2012-04-28 | Remove using declarations from headers. | David Robillard | 1 | -0/+4 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -22/+17 |
2012-04-24 | Fix downward signal flow display (i.e. port labels disabled). | David Robillard | 1 | -1/+1 |