Age | Commit message (Expand) | Author | Files | Lines |
2008-08-18 | Remove pointless predicates that are duplicates of exist well-known ones. | David Robillard | 2 | -23/+32 |
2008-08-18 | Fix loading patches and importing patches inside nested patches. | David Robillard | 1 | -9/+18 |
2008-08-18 | Fix serialisation of patcthes with internal nodes. | David Robillard | 1 | -4/+2 |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 2 | -7/+4 |
2008-08-18 | Fix loading / importing patches at root and in subpatches. | David Robillard | 2 | -19/+37 |
2008-08-18 | More copy/paste and serialisation work. | David Robillard | 2 | -50/+43 |
2008-08-17 | Copy/paste of patch ports. | David Robillard | 2 | -7/+59 |
2008-08-17 | Copy/paste of connections. | David Robillard | 2 | -27/+53 |
2008-08-17 | Select pasted objects. | David Robillard | 1 | -8/+1 |
2008-08-17 | Set/send/etc properties through the engine. | David Robillard | 2 | -3/+2 |
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 | 4 | -116/+47 |
2008-08-17 | More serialization work. | David Robillard | 3 | -151/+237 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 4 | -89/+217 |
2008-08-17 | Replace imperative polyphony/polyphonic stuff with properties (kill more API). | David Robillard | 1 | -1/+2 |
2008-08-17 | Rename 'Loader' 'Parser'. | David Robillard | 5 | -29/+29 |
2008-08-17 | There! | David Robillard | 2 | -29/+34 |
2008-08-17 | Cloooser... | David Robillard | 1 | -6/+2 |
2008-08-16 | Closer... | David Robillard | 1 | -2/+2 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -1/+1 |
2008-08-16 | Add missing Store.cpp. | David Robillard | 4 | -42/+56 |
2008-08-16 | Properly write base URI when serializing a node or port. | David Robillard | 1 | -0/+3 |
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 | 3 | -12/+19 |
2008-08-15 | Make refresh more complete. | David Robillard | 1 | -1/+1 |
2008-07-30 | Fix crash on ingen -e. | David Robillard | 2 | -23/+23 |
2008-07-29 | Add converted Smack 909 patches. | David Robillard | 1 | -2/+0 |
2008-07-29 | Bump Ingen librdf dependency to 1.0.8. | David Robillard | 2 | -17/+25 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 2 | -64/+62 |
2008-06-09 | Fix prompting for filename when patch is loaded from command line. | David Robillard | 1 | -0/+4 |
2008-06-09 | Fix internal Patch->Patch connection loading. | David Robillard | 1 | -0/+23 |
2008-06-09 | Serialiser cleanups. | David Robillard | 1 | -9/+7 |
2008-05-23 | Don't set default value metadata if plugin didn't specify a default value. | David Robillard | 1 | -1/+1 |
2008-05-20 | Fix "unable to create patch '/'" error when importing at root. | David Robillard | 1 | -1/+2 |
2008-05-20 | Fix various problems with control port values. | David Robillard | 1 | -1/+1 |
2008-04-30 | Fix Redland NULL node assertion failures when saving. | David Robillard | 1 | -5/+14 |
2008-03-14 | More lenient patch loading. | David Robillard | 1 | -13/+14 |
2008-02-17 | Fix SLV2 building from top level. | David Robillard | 1 | -0/+2 |
2008-01-24 | Fix building within ingen tree. | David Robillard | 1 | -1/+1 |
2008-01-23 | Remove unnecessary subst vars. | David Robillard | 1 | -1/+0 |
2008-01-07 | Fix building. | David Robillard | 1 | -1/+2 |
2008-01-06 | Remove raul dependency on liblo and redlandmm. | David Robillard | 2 | -11/+15 |
2008-01-01 | RAUL code cleanup. | David Robillard | 1 | -10/+11 |
2007-12-05 | Preliminary evolutionary stuff in machina. | David Robillard | 1 | -4/+3 |
2007-12-01 | Clean up query code. | David Robillard | 1 | -79/+79 |
2007-11-30 | Split redland C++ wrappers out from Raul. | David Robillard | 5 | -93/+96 |
2007-11-05 | Add independent building stuff for ingen. | David Robillard | 1 | -2/+1 |
2007-10-21 | Fix patch serialisation to a string. | David Robillard | 2 | -6/+22 |
2007-10-13 | Dynamic polyphony fixes. | David Robillard | 1 | -1/+5 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 2 | -8/+11 |