Age | Commit message (Expand) | Author | Files | Lines |
2008-08-19 | Preliminary connecting via HTTP in Gtk client. | David Robillard | 1 | -3/+2 |
2008-08-19 | Write lv2:index for patch ports. | David Robillard | 1 | -3/+3 |
2008-08-18 | Fix copy/paste of internal nodes. | David Robillard | 1 | -2/+2 |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 1 | -4/+4 |
2008-08-18 | Fix loading / importing patches at root and in subpatches. | David Robillard | 1 | -2/+8 |
2008-08-18 | More copy/paste and serialisation work. | David Robillard | 1 | -10/+20 |
2008-08-17 | Copy/paste of connections. | David Robillard | 1 | -5/+9 |
2008-08-17 | Select pasted objects. | David Robillard | 1 | -0/+9 |
2008-08-17 | Fix copy/paste. | David Robillard | 1 | -1/+1 |
2008-08-17 | Serialise connections as proper resources. | David Robillard | 1 | -1/+1 |
2008-08-17 | More serialization work. | David Robillard | 1 | -4/+36 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 1 | -1/+1 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -1/+1 |
2008-08-17 | There! | David Robillard | 1 | -1/+2 |
2008-08-16 | Closer... | David Robillard | 1 | -2/+2 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 1 | -1/+1 |
2008-08-16 | Reorganize two 'store' implementations, move header to shared module (prepare... | David Robillard | 1 | -1/+1 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 1 | -9/+9 |
2008-08-14 | Defer menu creation until it is actually requested (speeds up startup time-to... | David Robillard | 1 | -29/+55 |
2008-08-14 | Fix deadlock. | David Robillard | 1 | -3/+1 |
2008-08-14 | Lock RDF world mutex in all places slv2 or redland is accessed (fix random se... | David Robillard | 1 | -1/+1 |
2008-08-13 | Fix new node default naming from both plugin window and patch context menu. | David Robillard | 1 | -1/+9 |
2008-08-13 | Remove control modifier which conflicted with multi-select in FlowCanvas. | David Robillard | 1 | -18/+3 |
2008-06-09 | Fix Ctrl 'editable' patch modifier (for control twiddling) ceasing to work in... | David Robillard | 1 | -12/+36 |
2008-06-09 | Add quick context menu for Internal 'plugins'. | David Robillard | 1 | -2/+29 |
2008-05-19 | Fix multiple ports showing up when attempting to add a MIDI output to a patch. | David Robillard | 1 | -1/+1 |
2008-01-25 | Overhaul SLV2 API to return/take SLV2Value (instead of strings or primitives)... | David Robillard | 1 | -3/+3 |
2008-01-23 | More LV2 extension work. | David Robillard | 1 | -0/+8 |
2008-01-21 | Work on generic LV2 events. | David Robillard | 1 | -1/+1 |
2007-12-19 | Fix LV2 GUI embedding. | David Robillard | 1 | -6/+5 |
2007-12-02 | Optional edge length hints for FlowCanvas (only used by Machina). | David Robillard | 1 | -2/+2 |
2007-10-26 | Apply module icons patch from larsl (with formatting/visual tweaks). | David Robillard | 1 | -6/+12 |
2007-10-23 | Plugin icon cache and plugin icons in the plugin dialog, from larsl. | David Robillard | 1 | -6/+1 |
2007-10-22 | LV2 icons in plugin menu. | David Robillard | 1 | -5/+18 |
2007-10-21 | Fix patch serialisation to a string. | David Robillard | 1 | -1/+1 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -1/+1 |
2007-10-09 | Fix port type URIs mismatching, fixes Jack ports not showing up. | David Robillard | 1 | -2/+2 |
2007-10-08 | Added missing interface/Patch.hpp. | David Robillard | 1 | -3/+3 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -13/+13 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 1 | -7/+8 |
2007-10-08 | Serializer -> Serialiser. | David Robillard | 1 | -3/+3 |
2007-10-08 | Move Serializer from client lib to serialisation lib (engine or client side s... | David Robillard | 1 | -2/+2 |
2007-10-08 | SharedPtr-ify engine side store. | David Robillard | 1 | -4/+7 |
2007-10-08 | Eliminate redundant object collections (ObjectModel having a separate collect... | David Robillard | 1 | -2/+2 |
2007-10-08 | Shared abstract Connection interface. | David Robillard | 1 | -1/+1 |
2007-10-08 | Fix serialization/connection bugs resulting from refactoring. | David Robillard | 1 | -1/+1 |
2007-10-07 | Added shared abstract interface for ports. | David Robillard | 1 | -8/+8 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 1 | -7/+7 |
2007-09-20 | Fix RDF threading problems (random messy crashes on patch loading). | David Robillard | 1 | -0/+2 |
2007-09-20 | Strip a bunch of old useless code. | David Robillard | 1 | -1/+1 |