Age | Commit message (Expand) | Author | Files | Lines |
2014-01-03 | Make graph input ports controllable outputs and remove double port kludge. | David Robillard | 1 | -7/+5 |
2013-12-31 | Disallow connecting to control inputs. | David Robillard | 1 | -1/+2 |
2013-12-19 | FDGL: Improve flow-directed layout. | David Robillard | 1 | -0/+3 |
2013-11-01 | Don't notify UIs about null atom port values (partially address #935). | David Robillard | 1 | -1/+1 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -1/+0 |
2013-08-20 | Remove unused class members. | David Robillard | 1 | -1/+0 |
2013-08-20 | Remove vestigial Builder class. | David Robillard | 1 | -5/+6 |
2013-06-09 | Fix zero minimum for float property values (#895). | David Robillard | 1 | -2/+10 |
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 2 | -18/+44 |
2013-06-08 | Show right-click menu regradless of modifier state. | David Robillard | 1 | -1/+1 |
2013-05-31 | Remove zoom toolbar buttons. | David Robillard | 3 | -38/+0 |
2013-05-26 | Fix port menu to allow disconnecting a single port from everything. | David Robillard | 1 | -1/+0 |
2013-03-25 | Don't show menu if other buttons or modifiers are down (fix #890). | David Robillard | 1 | -1/+1 |
2013-03-25 | Fix preset loading. | David Robillard | 2 | -32/+36 |
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 | 2 | -5/+23 |
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 | 9 | -22/+21 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 28 | -85/+85 |
2013-02-09 | Use default float protocol for UI float controls (fix #885). | David Robillard | 2 | -13/+17 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 2 | -9/+12 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 2 | -8/+3 |
2013-02-03 | Check for required boost headers. | David Robillard | 2 | -4/+0 |
2013-02-03 | Fix compilation with Clang 3.1. | David Robillard | 1 | -0/+4 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 2 | -27/+37 |
2013-02-02 | GUI support for integer controls. | David Robillard | 2 | -8/+19 |
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 | 17 | -70/+70 |
2013-02-02 | Fix truncation of atom events sent to plugin UIs. | David Robillard | 2 | -13/+3 |
2013-02-02 | Fix drag connecting. | David Robillard | 1 | -2/+2 |
2013-02-02 | Fix default status bar text when engine is local. | David Robillard | 1 | -4/+9 |
2013-02-02 | Fix status bar hover text. | David Robillard | 5 | -52/+19 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 4 | -628/+735 |
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 | 52 | -462/+452 |
2013-01-12 | Lint. | David Robillard | 3 | -4/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 14 | -118/+99 |
2013-01-11 | Use type safe enumerations. | David Robillard | 11 | -39/+39 |
2013-01-11 | C++11-safe conversions. | David Robillard | 9 | -16/+28 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 2 | -2/+7 |
2013-01-08 | Re-enable node documentation. | David Robillard | 8 | -57/+66 |
2013-01-08 | Don't highlight fill colour on mouse hover. | David Robillard | 1 | -1/+1 |
2013-01-08 | Add support for URID ports. | David Robillard | 6 | -163/+347 |
2012-12-29 | "edge" => "arc". | David Robillard | 5 | -51/+51 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 2 | -7/+7 |
2012-12-22 | Add mirror input for patch control inputs so they are controllable from the c... | David Robillard | 1 | -0/+5 |
2012-12-22 | More sophisticated domain and range handling for properties dialog. | David Robillard | 1 | -51/+98 |
2012-12-21 | Show properties with no domain in add selector of properties dialog. | David Robillard | 1 | -2/+3 |
2012-12-21 | Provide access to properties window for Graphs from canvas menu. | David Robillard | 4 | -6/+32 |
2012-12-21 | Strip trailing whitespace. | David Robillard | 2 | -2/+2 |