Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-12-21 | Add canvas menu items for adding CV ports. | David Robillard | 3 | -1/+31 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 1 | -1/+1 |
2012-11-22 | Show project and author information in plugin dialog (#241). | David Robillard | 2 | -8/+80 |
2012-11-22 | Remove unused icon column from plugin window. | David Robillard | 2 | -10/+7 |
2012-11-22 | Tidy. | David Robillard | 1 | -28/+21 |
2012-11-22 | Configuration file saving. | David Robillard | 3 | -2/+19 |
2012-11-21 | Move most recent graph open directory to Configuration. | David Robillard | 3 | -11/+11 |
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 10 | -52/+45 |
2012-11-21 | Move human name and port label options to main configuration. | David Robillard | 7 | -33/+50 |
2012-11-18 | Simple keyboard navigation for plugin menu. | David Robillard | 1 | -6/+7 |
2012-11-18 | Don't do top level Glib things if Glib is already initialized. | David Robillard | 1 | -4/+6 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 5 | -3/+17 |
2012-10-27 | Remove unused colour. | David Robillard | 2 | -2/+0 |
2012-08-19 | Draw CV ports as a distinct colour. | David Robillard | 2 | -0/+6 |
2012-08-19 | GraphObject => Node | David Robillard | 20 | -52/+52 |
2012-08-19 | Patch => Graph | David Robillard | 43 | -1184/+1186 |
2012-08-18 | Node => Block | David Robillard | 24 | -171/+166 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 16 | -96/+91 |
2012-08-16 | Remove all 'using namespace Raul'. | David Robillard | 21 | -134/+110 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 2 | -16/+24 |
2012-08-15 | Clean up includes. | David Robillard | 12 | -20/+20 |
2012-08-14 | Replace use of old Raul Table stuff with std::map. | David Robillard | 2 | -4/+0 |
2012-08-14 | Saner/faster Store interface for finding children. | David Robillard | 2 | -3/+5 |
2012-08-14 | Update for latest Raul. | David Robillard | 16 | -74/+71 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 21 | -59/+59 |
2012-08-12 | Remove redundant Path::is_valid_name and Path::nameify. | David Robillard | 2 | -4/+4 |
2012-08-12 | Stricter symbol construction and conversion. | David Robillard | 3 | -7/+7 |
2012-08-12 | Fix loading patches from GUI (fix #851). | David Robillard | 1 | -2/+2 |
2012-08-11 | Reset peaks on disconnected inputs on the client side, reducing bandwidth and... | David Robillard | 2 | -3/+17 |
2012-08-10 | Fix a ton of warnings. | David Robillard | 1 | -1/+1 |
2012-08-10 | Fix various const violations. | David Robillard | 2 | -5/+5 |
2012-08-08 | Clean up wscript files. | David Robillard | 1 | -1/+1 |