Age | Commit message (Expand) | Author | Files | Lines |
2013-06-09 | Fix crash when twiddling controls in custom LV2 GUIs. | David Robillard | 1 | -1/+2 |
2013-06-09 | Fix saving of bad node URIs in state. | David Robillard | 2 | -4/+6 |
2013-06-08 | Fix crash on destruction when running in LV2. | David Robillard | 2 | -3/+10 |
2013-06-08 | Show right-click menu regradless of modifier state. | David Robillard | 1 | -1/+1 |
2013-06-08 | Specify rsz:minimumSize for main control ports. | David Robillard | 4 | -4/+19 |
2013-05-31 | Fix Atom on 32-bit platforms (patch from Robin Gareus). | David Robillard | 1 | -2/+2 |
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 | Explicitly support bufsz block length features (fix #893). | David Robillard | 3 | -1/+24 |
2013-03-25 | Fix preset loading. | David Robillard | 3 | -33/+37 |
2013-03-18 | Add missing semicolon. | David Robillard | 1 | -1/+1 |
2013-03-17 | Update to r93/autowaf. | David Robillard | 1 | -0/+0 |
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 | 6 | -11/+33 |
2013-02-23 | Make Atom always have an LV2_Atom so it can be used in-place. | David Robillard | 2 | -6/+167 |
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 | 30 | -110/+110 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 90 | -372/+402 |
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 | 21 | -289/+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 | 4 | -5/+5 |
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 | 5 | -42/+62 |
2013-02-03 | Check for c++0x compiler flag before adding to environment. | David Robillard | 1 | -0/+2 |
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 | Upgrade to waf 1.7.9 | David Robillard | 1 | -0/+0 |
2013-02-02 | Remove domain from ingen:polyphony to appease sord_validate. | David Robillard | 1 | -1/+0 |
2013-02-02 | Fix crash when building patches via socket. | David Robillard | 1 | -1/+1 |
2013-02-02 | Check for Jack 0.120.0 consistently across all packages (fix #773). | David Robillard | 1 | -4/+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-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 |