Age | Commit message (Expand) | Author | Files | Lines |
2008-09-28 | Fix last fix :) | David Robillard | 1 | -3/+2 |
2008-09-28 | Fix unlocked access to plugin RDF (possible segfault with -eg). | David Robillard | 1 | -0/+2 |
2008-09-27 | Fix building w/o soup. | David Robillard | 1 | -0/+6 |
2008-09-15 | Make view togglable between symbols and human names (just LV2 plugins for now). | David Robillard | 2 | -2/+35 |
2008-09-05 | Don't build against unused LV2 OSC stuff. | David Robillard | 1 | -1/+0 |
2008-08-20 | Fix building without libsoup. Again. | David Robillard | 1 | -4/+8 |
2008-08-20 | Make distcheck fixed (ingen standalone build). | David Robillard | 1 | -2/+0 |
2008-08-20 | Fix set_port_value stuff over OSC with blobs (i.e. make klaviatur work with a... | David Robillard | 1 | -0/+13 |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 18 | -73/+729 |
2008-08-19 | Remove weird virtual inheritance interface overlay thing from client in favou... | David Robillard | 3 | -25/+29 |
2008-08-19 | Factor out destroy (and object_destroyed) to common interface. | David Robillard | 5 | -11/+7 |
2008-08-19 | Remove more API/code: num_plugins (unused legacy of the really crap OSC days). | David Robillard | 4 | -21/+0 |
2008-08-19 | Kill more API/code - replace enable_port_broadcast and disable_port_broadcast... | David Robillard | 2 | -24/+0 |
2008-08-18 | Fix copy/paste of internal nodes. | David Robillard | 1 | -4/+6 |
2008-08-17 | Copy/paste of connections. | David Robillard | 4 | -40/+12 |
2008-08-17 | Select pasted objects. | David Robillard | 1 | -1/+1 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 1 | -1/+1 |
2008-08-17 | More serialization work. | David Robillard | 5 | -50/+139 |
2008-08-17 | Copyable models. | David Robillard | 5 | -31/+49 |
2008-08-17 | Tidy. | David Robillard | 3 | -6/+6 |
2008-08-17 | Remove remnants of imperative polyphony interface. | David Robillard | 2 | -32/+0 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 16 | -153/+96 |
2008-08-17 | There! | David Robillard | 13 | -130/+93 |
2008-08-17 | Cloooser... | David Robillard | 11 | -293/+188 |
2008-08-16 | Clooser... | David Robillard | 8 | -27/+24 |
2008-08-16 | Closer... | David Robillard | 7 | -42/+43 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 6 | -12/+12 |
2008-08-16 | Fix ingen -c | David Robillard | 1 | -2/+1 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 1 | -1/+1 |
2008-08-16 | Factor out common store functionality. | David Robillard | 3 | -76/+27 |
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 | 5 | -4/+159 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 10 | -124/+133 |
2008-08-15 | Make refresh more complete. | David Robillard | 6 | -1/+31 |
2008-08-15 | Add strong Symbol class (just a restricted string, like path) and use it for ... | David Robillard | 2 | -2/+3 |
2008-08-14 | Only show GUI menu items for nodes with available GUIs. | David Robillard | 2 | -1/+21 |
2008-08-14 | Fix deadlock on LV2 GUI show. | David Robillard | 1 | -1/+0 |
2008-08-14 | Defer menu creation until it is actually requested (speeds up startup time-to... | David Robillard | 2 | -0/+2 |
2008-08-14 | Fix deadlock. | David Robillard | 1 | -3/+4 |
2008-08-14 | Lock RDF world mutex in all places slv2 or redland is accessed (fix random se... | David Robillard | 4 | -4/+11 |
2008-08-13 | Fix new node default naming from both plugin window and patch context menu. | David Robillard | 4 | -17/+27 |
2008-08-13 | Move crap (now) only used internally by deprecated loader to DeprecatedLoader... | David Robillard | 6 | -133/+60 |
2008-08-13 | More code removal/cleanup. | David Robillard | 4 | -126/+11 |
2008-08-12 | Fix plugin selection window (adding the same plugin twice in a row works, nic... | David Robillard | 1 | -2/+3 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 1 | -3/+4 |
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 | 3 | -9/+27 |
2008-07-28 | Fix loading patches from command line (partially). | David Robillard | 1 | -1/+0 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 6 | -64/+72 |
2008-07-07 | Update for SLV2 API. | David Robillard | 1 | -1/+1 |