Age | Commit message (Expand) | Author | Files | Lines |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -4/+4 |
2015-03-15 | Bevel edges of sequence ports. | David Robillard | 1 | -0/+12 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 |
2015-02-17 | Fix display of labels when port is created without. | David Robillard | 1 | -17/+35 |
2015-02-14 | Fix type tags for non-controllable ports. | David Robillard | 1 | -48/+67 |
2015-02-14 | Indicate sequence ports with an arrow tag. | David Robillard | 1 | -7/+21 |
2015-02-14 | Show type tags for more port types. | David Robillard | 1 | -0/+29 |
2015-02-14 | Use the same border width for ports and modules. | David Robillard | 1 | -1/+0 |
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 | -0/+3 |
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -11/+10 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -5/+5 |
2014-01-24 | Show toggle ports with checkboxes initially. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+13 |
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -7/+13 |
2014-01-04 | Fix control updating with animated canvas. | David Robillard | 1 | -8/+2 |
2014-01-04 | Fast path for Port::on_value_changed when value is non-float or unchanged. | David Robillard | 1 | -6/+13 |
2014-01-04 | Make only control inputs controllable by user. | David Robillard | 1 | -0/+2 |
2013-05-26 | Fix port menu to allow disconnecting a single port from everything. | David Robillard | 1 | -1/+0 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -6/+6 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 1 | -7/+2 |
2013-02-02 | GUI support for integer controls. | David Robillard | 1 | -8/+18 |
2013-02-02 | Show check box for toggle ports and ellipsis for enumeration (menu) ports. | David Robillard | 1 | -0/+5 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -11/+11 |
2013-02-02 | Fix drag connecting. | David Robillard | 1 | -2/+2 |
2013-02-02 | Fix status bar hover text. | David Robillard | 1 | -3/+6 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -23/+23 |
2013-01-12 | Lint. | David Robillard | 1 | -1/+1 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -5/+5 |
2013-01-08 | Re-enable node documentation. | David Robillard | 1 | -6/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+64 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -2/+2 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 1 | -11/+19 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -13/+13 |
2012-08-18 | Node => Block | David Robillard | 1 | -9/+9 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -2/+2 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 1 | -3/+2 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -2/+2 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 1 | -3/+16 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -2/+1 |
2012-05-23 | Update status bar only for control ports with the pointer over them. | David Robillard | 1 | -7/+10 |
2012-05-11 | Add missing includes. | David Robillard | 1 | -2/+5 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -2/+2 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -6/+6 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+1 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -1/+0 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+33 |
2012-04-23 | Remove cruft. | David Robillard | 1 | -25/+0 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -5/+0 |