Age | Commit message (Expand) | Author | Files | Lines |
2008-08-17 | Select pasted objects. | David Robillard | 6 | -13/+13 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 11 | -19/+68 |
2008-08-17 | Fix copy/paste. | David Robillard | 2 | -9/+3 |
2008-08-17 | Fix OSC. | David Robillard | 1 | -4/+4 |
2008-08-17 | Don't pollute patch files with useless <foo> a :Plugin triples. | David Robillard | 1 | -5/+0 |
2008-08-17 | Serialise connections as proper resources. | David Robillard | 5 | -117/+48 |
2008-08-17 | More serialization work. | David Robillard | 26 | -250/+656 |
2008-08-17 | Add missing files. | David Robillard | 2 | -0/+177 |
2008-08-17 | Copyable models. | David Robillard | 5 | -31/+49 |
2008-08-17 | Tidy. | David Robillard | 8 | -17/+16 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 10 | -111/+237 |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 6 | -37/+17 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 40 | -300/+214 |
2008-08-17 | Rename 'Loader' 'Parser'. | David Robillard | 10 | -51/+48 |
2008-08-17 | There! | David Robillard | 32 | -351/+251 |
2008-08-17 | Cloooser... | David Robillard | 28 | -520/+320 |
2008-08-16 | Clooser... | David Robillard | 14 | -53/+47 |
2008-08-16 | Closer... | David Robillard | 21 | -101/+104 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 17 | -34/+41 |
2008-08-16 | Fix ingen -c | David Robillard | 4 | -11/+13 |
2008-08-16 | Remove outdated message about set_dev_environment.sh | David Robillard | 1 | -4/+2 |
2008-08-16 | Compile without libsoup. | David Robillard | 1 | -0/+2 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 36 | -128/+226 |
2008-08-16 | Properly write base URI when serializing a node or port. | David Robillard | 1 | -0/+3 |
2008-08-16 | Fix 'ingen -egl'. | David Robillard | 3 | -12/+29 |
2008-08-16 | Only load one serialisation module, and store it in the world. | David Robillard | 3 | -28/+49 |
2008-08-16 | Factor out common store functionality. | David Robillard | 17 | -173/+89 |
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/+292 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 33 | -206/+275 |
2008-08-15 | Add primitive read-only HTTP interface (point browser to http://localhost:161... | David Robillard | 7 | -5/+222 |
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 | 6 | -11/+13 |
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 |