Age | Commit message (Expand) | Author | Files | Lines |
2008-08-16 | Fix nuked ClientStore.cpp (oops). | David Robillard | 2 | -778/+623 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 55 | -89/+245 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 36 | -211/+324 |
2008-08-15 | Add primitive read-only HTTP interface (point browser to http://localhost:161... | David Robillard | 8 | -5/+226 |
2008-08-15 | Make refresh more complete. | David Robillard | 7 | -2/+32 |
2008-08-15 | Turn off OSC printing. | David Robillard | 1 | -1/+1 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 8 | -13/+16 |
2008-08-14 | Support toggle controls on module ports. | David Robillard | 1 | -0/+3 |
2008-08-14 | Support for toggle ports in control window (shown as a checkbox). | David Robillard | 8 | -642/+719 |
2008-08-14 | Only show GUI menu items for nodes with available GUIs. | David Robillard | 3 | -2/+26 |
2008-08-14 | Fix deadlock on LV2 GUI show. | David Robillard | 1 | -1/+0 |
2008-08-14 | Don't load engine module twice. | David Robillard | 2 | -18/+15 |
2008-08-14 | Don't present (or even load widgets from XML) connection window until some ti... | David Robillard | 3 | -58/+123 |
2008-08-14 | Shave some more time off startup (send commands off before updating GUI thing... | David Robillard | 3 | -24/+27 |
2008-08-14 | Don't wait for plugins from ingen, show root patch window as soon as possible... | David Robillard | 1 | -40/+16 |
2008-08-14 | Defer menu creation until it is actually requested (speeds up startup time-to... | David Robillard | 6 | -49/+88 |
2008-08-14 | Fix deadlock. | David Robillard | 2 | -6/+5 |
2008-08-14 | Remove polyphony debugging stuff. | David Robillard | 1 | -13/+0 |
2008-08-14 | Lock RDF world mutex in all places slv2 or redland is accessed (fix random se... | David Robillard | 13 | -24/+71 |
2008-08-14 | Clamp range of voice selector in node control window. | David Robillard | 4 | -8/+27 |
2008-08-14 | Tolerate illegal voice numbers from client for set_port_value. | David Robillard | 2 | -5/+15 |
2008-08-14 | Gracefully handle illegal port paths from client for set_port_value. | David Robillard | 2 | -8/+21 |
2008-08-14 | Fix crash when attempting to pop up the GUI of a node with no plugin. | David Robillard | 1 | -1/+1 |
2008-08-14 | Fix crash when showing control window for root patch. | David Robillard | 1 | -1/+1 |
2008-08-14 | Fix initial stacked border state of modules on patch importing. | David Robillard | 1 | -2/+1 |
2008-08-13 | Fix crash when dynamically changing polyphony w/ LADSPA plugins. | David Robillard | 2 | -5/+5 |
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 | Update Client interface used by bindings. | David Robillard | 1 | -0/+6 |
2008-07-30 | Fix building with language bindings. | David Robillard | 7 | -15/+10 |
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 | 3 | -24/+24 |
2008-07-30 | More helpful command line output. | David Robillard | 4 | -304/+372 |
2008-07-30 | Fix running with various combinations of command line parameters. | David Robillard | 1 | -21/+21 |
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 | 2 | -20/+10 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 7 | -16/+10 |
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 |