Age | Commit message (Expand) | Author | Files | Lines |
2008-08-18 | Fix copy/paste between different patches. | David Robillard | 1 | -4/+1 |
2008-08-18 | Fix loading / importing patches at root and in subpatches. | David Robillard | 1 | -2/+16 |
2008-08-17 | More serialization work. | David Robillard | 1 | -11/+13 |
2008-08-17 | Clean up parser into generic form that can parse anything (rather than just t... | David Robillard | 1 | -7/+7 |
2008-08-17 | Rename 'Loader' 'Parser'. | David Robillard | 1 | -5/+5 |
2008-08-17 | There! | David Robillard | 1 | -1/+2 |
2008-08-16 | Begin factoring out common elements of EngineInterface and ClientInterface. | David Robillard | 1 | -2/+9 |
2008-08-16 | Fix ingen -c | David Robillard | 1 | -3/+3 |
2008-08-16 | Remove outdated message about set_dev_environment.sh | David Robillard | 1 | -4/+2 |
2008-08-15 | Push serialiser down into core ('world'). | David Robillard | 1 | -2/+2 |
2008-07-28 | Simply global memory management crap by using shared_ptr in the World struct ... | David Robillard | 1 | -2/+1 |
2007-10-11 | Attempt at fixing indefined symbols on inferior computers. | David Robillard | 1 | -1/+2 |
2007-10-10 | Fix recursive patch problems (all objects recursively appearing as direct chi... | David Robillard | 1 | -2/+2 |
2007-10-08 | s/MetadataMap/Variables/ etc. | David Robillard | 1 | -6/+6 |
2007-10-08 | Reorganize modules module (heh) to make a bit more sense. But not much. | David Robillard | 1 | -1/+2 |
2007-10-08 | Dynamically load Serialiser from serialisation module, make it actually work,... | David Robillard | 1 | -8/+9 |
2007-10-07 | Begin using shared virtual Node interface client side. | David Robillard | 1 | -6/+6 |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 1 | -5/+1 |
2007-07-31 | SWIG building fixes. | David Robillard | 1 | -2/+2 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 1 | -1/+1 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 1 | -9/+4 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 1 | -3/+3 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 1 | -4/+4 |
2007-05-04 | Set Loader thread name (GUI) for decent console output. | David Robillard | 1 | -0/+2 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 1 | -0/+141 |