summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/ThreadedLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard1-2/+1
2007-10-11Attempt at fixing indefined symbols on inferior computers.David Robillard1-1/+2
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard1-2/+2
2007-10-08s/MetadataMap/Variables/ etc.David Robillard1-6/+6
2007-10-08Reorganize modules module (heh) to make a bit more sense. But not much.David Robillard1-1/+2
2007-10-08Dynamically load Serialiser from serialisation module, make it actually work,...David Robillard1-8/+9
2007-10-07Begin using shared virtual Node interface client side.David Robillard1-6/+6
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard1-5/+1
2007-07-31SWIG building fixes.David Robillard1-2/+2
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-1/+1
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-9/+4
2007-07-25Fix running with ingen -eg.David Robillard1-3/+3
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-4/+4
2007-05-04Set Loader thread name (GUI) for decent console output.David Robillard1-0/+2
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard1-0/+141