Age | Commit message (Expand) | Author | Files | Lines |
2013-02-02 | Fix status bar hover text. | David Robillard | 5 | -52/+19 |
2013-02-02 | Divorce monitor rate from block size, send updates at 10Hz. | David Robillard | 3 | -22/+79 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 19 | -673/+852 |
2013-02-02 | Tidy. | David Robillard | 1 | -2/+2 |
2013-01-27 | Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability. | David Robillard | 4 | -10/+10 |
2013-01-27 | Remove unused fields. | David Robillard | 1 | -3/+1 |
2013-01-27 | Move comments to header. | David Robillard | 2 | -44/+45 |
2013-01-22 | Support directly passing any type of atom to plugin UIs. | David Robillard | 1 | -10/+1 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-21 | Fix compilation with --test. | David Robillard | 1 | -1/+1 |
2013-01-20 | Use -std=c++0x instead of -std=c++11 for older compilers. | David Robillard | 1 | -1/+1 |
2013-01-20 | Add missing include. | David Robillard | 1 | -0/+1 |
2013-01-20 | Fix support for LV2 features. | David Robillard | 1 | -0/+5 |
2013-01-14 | Update READMEs. | David Robillard | 1 | -4/+6 |
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 | 149 | -1147/+1143 |
2013-01-12 | Update test suite for new URI style and patch extension changes. | David Robillard | 17 | -71/+68 |
2013-01-12 | Lint. | David Robillard | 11 | -18/+14 |
2013-01-12 | Fix connection bug introduced in r4918 (fix #875). | David Robillard | 2 | -5/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 40 | -325/+286 |
2013-01-11 | Use type safe enumerations. | David Robillard | 66 | -369/+384 |
2013-01-11 | Initialise atomics. | David Robillard | 4 | -1/+12 |
2013-01-11 | Use C++11 atomics. | David Robillard | 11 | -51/+53 |
2013-01-11 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2013-01-11 | C++11-safe conversions. | David Robillard | 16 | -35/+59 |
2013-01-10 | Update for latest changes to LV2 patch extension (compact patch:Set message). | David Robillard | 5 | -18/+27 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 7 | -41/+79 |
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 log plugin. | David Robillard | 1 | -0/+2 |
2013-01-08 | Add support for URID ports. | David Robillard | 19 | -167/+407 |
2013-01-08 | Add error descriptions data file. | David Robillard | 1 | -0/+171 |
2013-01-06 | Fix incorrect setting of CV values in the middle of a cycle which resulted in... | David Robillard | 1 | -3/+1 |
2013-01-05 | Send LV2 time properties with correct types from specification. | David Robillard | 1 | -2/+2 |
2013-01-05 | Fix graph_type of BlockModel (fix copy and paste). | David Robillard | 1 | -1/+1 |
2013-01-05 | Remove unused event extension prefix. | David Robillard | 1 | -1/+0 |
2012-12-29 | "edge" => "arc". | David Robillard | 41 | -368/+375 |
2012-12-23 | Downgrade to waf 1.7.5. | David Robillard | 1 | -0/+0 |
2012-12-23 | Add missing waf winres tool. | David Robillard | 1 | -0/+0 |
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 1 | -0/+0 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 17 | -36/+37 |
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 | Fix set messages via atom interface (e.g. port controls in LV2 patcher UI) | David Robillard | 1 | -0/+1 |
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 | 11 | -12/+12 |
2012-12-21 | Gracefully ignore plugins which require unsupported features or have unknown ... | David Robillard | 7 | -7/+73 |
2012-12-21 | Fix crash when deleting subgraphs. | David Robillard | 1 | -6/+2 |
2012-12-21 | Fix memory leaks. | David Robillard | 16 | -24/+37 |