Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | Move Socket class to Raul. | David Robillard | 11 | -347/+62 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 28 | -103/+100 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 75 | -280/+279 |
2013-02-09 | Use default float protocol for UI float controls (fix #885). | David Robillard | 3 | -17/+28 |
2013-02-09 | Fix crash when printing atoms with string types. | David Robillard | 1 | -2/+2 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 20 | -288/+199 |
2013-02-03 | Don't lose peaks for cycles where notifications are not sent. | David Robillard | 2 | -21/+14 |
2013-02-03 | Port control performance improvements (further improvement for #879). | David Robillard | 5 | -9/+14 |
2013-02-03 | Fix potential deadlock on exit. | David Robillard | 1 | -1/+4 |
2013-02-03 | Don't ignore symlink() return value. | David Robillard | 1 | -2/+9 |
2013-02-03 | Check for required boost headers. | David Robillard | 3 | -5/+0 |
2013-02-03 | Fix compilation with Clang 3.1. | David Robillard | 3 | -2/+8 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 4 | -42/+57 |
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 | Fix crash when building patches via socket. | David Robillard | 1 | -1/+1 |
2013-02-02 | Fix trigger and controller learn updating. | David Robillard | 4 | -5/+7 |
2013-02-02 | More generic Atom class. | David Robillard | 42 | -146/+146 |
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 potential deadlock on exit. Maybe. | 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 | 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-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-20 | Fix support for LV2 features. | David Robillard | 1 | -0/+5 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 131 | -973/+963 |
2013-01-12 | Lint. | David Robillard | 8 | -13/+9 |
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 | 54 | -316/+330 |
2013-01-11 | Initialise atomics. | David Robillard | 4 | -1/+12 |
2013-01-11 | Use C++11 atomics. | David Robillard | 10 | -51/+52 |
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 | 3 | -17/+24 |
2013-01-09 | Load internal plugin data files and rework documentation code to work the sam... | David Robillard | 4 | -16/+45 |
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 | 16 | -167/+402 |
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 | Remove unused event extension prefix. | David Robillard | 1 | -1/+0 |
2012-12-29 | "edge" => "arc". | David Robillard | 26 | -312/+319 |