Age | Commit message (Expand) | Author | Files | Lines |
2008-08-13 | Fix race condition resulting in duplicate connections if several identical re... | David Robillard | 8 | -29/+78 |
2008-08-13 | Fix crash on 'clear' in plugin selector window. | David Robillard | 1 | -4/+9 |
2008-08-13 | Fix crash on triggers on the last sample of the cycle. | David Robillard | 1 | -4/+6 |
2008-08-13 | Fix new node default naming from both plugin window and patch context menu. | David Robillard | 6 | -27/+48 |
2008-08-13 | Remove old LASH stuff (wouldn't be useful in implementing the new LASH with t... | David Robillard | 11 | -474/+0 |
2008-08-13 | Move crap (now) only used internally by deprecated loader to DeprecatedLoader... | David Robillard | 11 | -138/+60 |
2008-08-13 | More code removal/cleanup. | David Robillard | 6 | -143/+15 |
2008-08-13 | Remove essentially pointless BufferFactory namespace/files. | David Robillard | 6 | -49/+10 |
2008-08-13 | Remove control modifier which conflicted with multi-select in FlowCanvas. | David Robillard | 2 | -22/+18 |
2008-08-12 | Fix plugin selection window (adding the same plugin twice in a row works, nic... | David Robillard | 2 | -10/+15 |
2008-07-30 | Fix building with language bindings. | David Robillard | 4 | -13/+5 |
2008-07-30 | Allow loading multiple subpatches at once (in Load Patch dialog from context ... | David Robillard | 1 | -2/+12 |
2008-07-30 | Fix crash on ingen -e. | David Robillard | 2 | -23/+23 |
2008-07-30 | Don't complain loudly when no client exists to hear responses | David Robillard | 2 | -5/+8 |
2008-07-29 | Fix set_port_value crash when running separate engine w/ OSC. | David Robillard | 2 | -6/+3 |
2008-07-29 | Fix connecting via OSC. | David Robillard | 1 | -5/+7 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 6 | -15/+9 |
2008-07-29 | Fix stateful port value setting stuff (trigger output ports on note/trigger/e... | David Robillard | 20 | -111/+101 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 7 | -41/+75 |
2008-07-29 | Loading of recursive old-style Om patches (multi-file). | David Robillard | 2 | -6/+13 |
2008-07-28 | Compatibility hacks for old Om patchages (many Smack patches now load success... | David Robillard | 4 | -10/+44 |
2008-07-28 | Fix loading patches from command line (partially). | David Robillard | 2 | -16/+4 |
2008-07-28 | Fix crash on patch loading. | David Robillard | 1 | -2/+2 |
2008-07-28 | Remove annoying set_dev_environment.sh script in favour of progs/ingen/ingen.... | David Robillard | 1 | -1/+2 |
2008-07-28 | Remove near duplicate SetPortValueEvent and SetPortValueQueuedEvent classes. | David Robillard | 8 | -263/+43 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 38 | -310/+397 |
2008-07-24 | Add missing redlandmm CFLAGS to libs/shared (shouldn't be strictly necessary ... | David Robillard | 1 | -1/+1 |
2008-07-07 | Update for SLV2 API. | David Robillard | 2 | -2/+2 |
2008-06-23 | Twiddle port layout decision to work better with klaviatur. | David Robillard | 1 | -9/+2 |
2008-06-23 | Turn down event verbosity. | David Robillard | 2 | -7/+1 |
2008-06-23 | Move widget embedding down to FlowCanvas. | David Robillard | 6 | -94/+42 |
2008-06-23 | Formatting. | David Robillard | 1 | -1/+1 |
2008-06-23 | Formatting. | David Robillard | 1 | -9/+9 |
2008-06-23 | OSC documentation fixes. | David Robillard | 1 | -9/+5 |
2008-06-10 | Spell kludge correctly :) | David Robillard | 1 | -1/+1 |
2008-06-10 | Fix 'disconnect' operation for all objects (inc. patch ports). | David Robillard | 25 | -428/+278 |
2008-06-09 | Fix prompting for filename when patch is loaded from command line. | David Robillard | 3 | -6/+5 |
2008-06-09 | Fix more boost::optional stuff. | David Robillard | 1 | -1/+1 |
2008-06-09 | Fix compilation on b0ef's crackheaded computer. | David Robillard | 1 | -2/+2 |
2008-06-09 | Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in... | David Robillard | 4 | -20/+61 |
2008-06-09 | Fix lingering breadcrumbs of destroyed subpatches (ticket #80). | David Robillard | 6 | -17/+17 |
2008-06-09 | Fix port control slider synchronization issues. | David Robillard | 3 | -5/+4 |
2008-06-09 | Fix compilation. | David Robillard | 1 | -3/+3 |
2008-06-09 | Bump liblo dependency to 0.25 (SVN). | David Robillard | 2 | -10/+11 |
2008-06-09 | Store information from patch properties window. | David Robillard | 2 | -8/+10 |
2008-06-09 | Bump liblo dependency to 0.24. | David Robillard | 7 | -88/+120 |
2008-06-09 | Make sure plugin window isn't modal (hopefully...). | David Robillard | 1 | -0/+1 |
2008-06-09 | Fix internal Patch->Patch connection loading. | David Robillard | 1 | -0/+23 |
2008-06-09 | Fix SSE detection (for denormal protection). | David Robillard | 1 | -14/+19 |
2008-06-09 | Serialiser cleanups. | David Robillard | 1 | -9/+7 |