Age | Commit message (Expand) | Author | Files | Lines |
2012-08-06 | Update to r73/autowaf (Windows path fixes). | David Robillard | 1 | -0/+0 |
2012-08-05 | Update to waf 1.7.2. | David Robillard | 1 | -0/+0 |
2012-08-04 | Update to waf 1.7.1. | David Robillard | 1 | -0/+0 |
2012-07-31 | Request plugins and root patch on LV2 UI startup. | David Robillard | 2 | -2/+6 |
2012-07-31 | Fix running as an LV2 plugin. | David Robillard | 3 | -9/+14 |
2012-07-31 | Merge AudioBuffer into Buffer and avoid all the casting. | David Robillard | 19 | -270/+141 |
2012-07-31 | Remove AudioBuffer::copy and just use memcpy. | David Robillard | 4 | -23/+3 |
2012-07-31 | Move continuous value setting stuff from AudioBuffer to PortImpl. | David Robillard | 18 | -132/+152 |
2012-07-31 | Remove rotten parallelism stuff. | David Robillard | 14 | -392/+13 |
2012-07-31 | Clean up Resource. | David Robillard | 3 | -52/+78 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 151 | -759/+639 |
2012-07-30 | Update Doxygen file. | David Robillard | 1 | -125/+402 |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 18 | -179/+129 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 30 | -317/+157 |
2012-07-30 | Simplify Builder (which is kind of useless anyway but remains for now). | David Robillard | 2 | -49/+1 |
2012-07-30 | Shrink events. | David Robillard | 14 | -100/+80 |
2012-07-30 | Tidy configure output. | David Robillard | 1 | -2/+2 |
2012-07-29 | Remove unused ObjectModel::_meta. | David Robillard | 2 | -3/+0 |
2012-07-29 | Add UI for adding arbitrary object properties to properties dialog. | David Robillard | 3 | -27/+342 |
2012-07-27 | Sshh. | David Robillard | 1 | -2/+0 |
2012-07-27 | Silence invalid control binding error message. | David Robillard | 1 | -1/+1 |
2012-07-26 | Process notifications when no events are pending (prevent overflow). | David Robillard | 2 | -1/+5 |
2012-07-26 | Fix post processor ordering to be correctly monotonic between both pre-proces... | David Robillard | 3 | -19/+22 |
2012-07-26 | Increase notification ring size. | David Robillard | 2 | -10/+12 |
2012-07-26 | Fix creation of polyphonic nodes from plugin dialog. | David Robillard | 1 | -4/+3 |
2012-07-26 | Gracefully handle notification ring overflow. | David Robillard | 1 | -2/+9 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 29 | -112/+116 |
2012-07-26 | Better error message for unknown port types. | David Robillard | 1 | -1/+2 |
2012-07-25 | Make compile_recursive private to PatchImpl.cpp. | David Robillard | 2 | -19/+17 |
2012-07-25 | Remove unnecessary NodeImpl::_srate field. | David Robillard | 5 | -15/+22 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 9 | -34/+78 |
2012-07-24 | Fix configuration output alignment. | David Robillard | 1 | -1/+0 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 17 | -196/+147 |
2012-07-18 | Factor out 'inherit plugin port properties' pattern. | David Robillard | 1 | -19/+11 |
2012-07-17 | Wrap notification stuff behind simple API and hide details in Context. | David Robillard | 7 | -37/+84 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 19 | -114/+301 |
2012-07-17 | Tidy. | David Robillard | 1 | -1/+1 |
2012-07-16 | Preliminary somewhat kludgey support for UIs sending messages to Sequence inp... | David Robillard | 2 | -32/+25 |
2012-07-16 | Tidy. | David Robillard | 1 | -1/+1 |
2012-07-15 | Bump sord dependency. | David Robillard | 1 | -1/+1 |
2012-07-14 | Remove old host-info description. | David Robillard | 1 | -11/+1 |
2012-07-09 | Update to r72/autowaf (don't run ldconfig when destdir is given as an option). | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve documentation style. | David Robillard | 1 | -0/+0 |
2012-07-09 | Factor out documentation fixup stuff to autowaf. | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve INSTALL file. | David Robillard | 1 | -17/+41 |
2012-07-08 | Update to r69/autowaf (fix Python3 compatibility). | David Robillard | 1 | -0/+0 |
2012-07-06 | Fix crash when instantiating plugins with worker interface. | David Robillard | 1 | -1/+1 |
2012-06-30 | Fix occasional crashes after node deletion (fix #843). | David Robillard | 1 | -0/+4 |
2012-06-29 | Fix crashes caused by events attempting to respond to deleted clients (fix #8... | David Robillard | 25 | -114/+114 |
2012-06-13 | Fix control binding loading. | David Robillard | 2 | -11/+16 |