Age | Commit message (Expand) | Author | Files | Lines |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 1 | -4/+4 |
2009-05-03 | Keep correct timers even when event write fails. | David Robillard | 2 | -11/+9 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 16 | -230/+340 |
2009-02-20 | Fix crash when connecting ports with mismatched poly where the destination po... | David Robillard | 2 | -7/+7 |
2009-02-12 | Fix mandatory check for boost headers. | David Robillard | 1 | -1/+2 |
2009-01-15 | Add -Woverloaded-virtual to --strict flags and fix associated problems (notab... | David Robillard | 4 | -5/+5 |
2008-12-22 | Fix crash when deleting ports that send lots of broadcast events (e.g. a cont... | David Robillard | 1 | -17/+16 |
2008-12-22 | Fix ingen -l (fix ticket #314). | David Robillard | 1 | -2/+1 |
2008-12-22 | Fix loading nodes (etc) via OSC. | David Robillard | 1 | -0/+2 |
2008-12-22 | Don't build ingen LV2 wrapper (not working yet). | David Robillard | 1 | -13/+13 |
2008-12-22 | Don't attempt to directly connect buffers with mismatches sizes on disconnect... | David Robillard | 1 | -1/+1 |
2008-12-21 | Fix mixdown of several connections with varying sizes (i.e. control and audio... | David Robillard | 2 | -8/+7 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 12 | -12/+12 |
2008-12-21 | Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307). | David Robillard | 1 | -0/+2 |
2008-12-20 | Fix clear patch when patch contains driver ports (fix ticket #288). | David Robillard | 2 | -14/+36 |
2008-12-20 | Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f... | David Robillard | 14 | -72/+106 |
2008-12-20 | Fix race condition on clear patch. | David Robillard | 4 | -7/+7 |
2008-12-20 | Update lv2_contexts.h: | David Robillard | 2 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 69 | -167/+127 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+5 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 2 | -5/+16 |
2008-11-29 | Fix local includes to use quotes (to always build against local version). | David Robillard | 1 | -2/+2 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 3 | -27/+25 |
2008-11-29 | Prefixes with underscores look weird. | David Robillard | 1 | -1/+1 |
2008-11-29 | Set properties (not variables) on internal nodes so serialisations match LV2 ... | David Robillard | 3 | -11/+15 |
2008-11-29 | Clean up and organize internals. | David Robillard | 15 | -71/+71 |
2008-11-28 | Sane ontology for internaals. | David Robillard | 7 | -17/+18 |
2008-11-28 | Store module locations on drop (fix ticket #281). | David Robillard | 1 | -2/+2 |
2008-11-28 | MIDI learn for note trigger node. | David Robillard | 4 | -4/+17 |
2008-11-27 | Remove ancient OmInProcess.cpp that hasn't worked for ages. | David Robillard | 1 | -66/+0 |
2008-11-27 | Remove old learn response event junk. | David Robillard | 4 | -58/+7 |
2008-11-27 | MIDI learn for control node. | David Robillard | 7 | -35/+57 |
2008-11-27 | Fix warnings for non-debug builds. | David Robillard | 2 | -9/+20 |
2008-11-27 | Shutup. | David Robillard | 1 | -3/+1 |
2008-11-27 | Fix 'control change for unknown port' message on patch loading. | David Robillard | 2 | -16/+23 |
2008-11-25 | Don't require liblo or libsoup to build queued engine interface (which is use... | David Robillard | 1 | -38/+37 |
2008-11-24 | Cleanups. | David Robillard | 3 | -11/+11 |
2008-11-24 | Use lists instead of ringbuffers for event queue - remove upper limit on even... | David Robillard | 5 | -111/+63 |
2008-11-24 | Fix message extension. | David Robillard | 1 | -2/+2 |
2008-11-23 | Remove unused 'stamped' event queue cruft. | David Robillard | 6 | -75/+22 |
2008-11-22 | Minor cleanup. | David Robillard | 3 | -7/+5 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 3 | -3/+3 |
2008-11-22 | Better handling of large patch loading. | David Robillard | 1 | -3/+5 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 1 | -7/+3 |
2008-11-22 | Fix event loss for outputs connected directly to several inputs (fix ticket #... | David Robillard | 4 | -10/+15 |
2008-11-22 | Fix subpatch loading (fix ticket #271). | David Robillard | 2 | -6/+5 |
2008-11-17 | Don't warn about LADSPA junk. | David Robillard | 1 | -3/+1 |
2008-11-17 | Fix crash. | David Robillard | 1 | -1/+1 |
2008-11-17 | Mix down subpatch inputs when necessary (fix ticket #246). | David Robillard | 1 | -0/+2 |
2008-11-17 | Always copy when destination port has fixed buffers. | David Robillard | 1 | -1/+1 |