summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-11/+10
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-22/+22
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-5/+4
2017-12-25Always use bracesDavid Robillard1-2/+3
2017-02-15Move Properties out of ResourceDavid Robillard1-9/+9
2015-05-23Prevent concurrent Sord access.David Robillard1-6/+19
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-8/+3
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-3/+6
2014-01-24Fix various whitespace and formatting issues.David Robillard1-3/+4
2013-02-04Replace Raul::thread with std::thread.David Robillard1-6/+6
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
2012-08-19GraphObject => NodeDavid Robillard1-5/+5
2012-08-19Patch => GraphDavid Robillard1-6/+6
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-4/+5
2012-08-16Remove all 'using namespace Raul'.David Robillard1-4/+3
2012-08-16Remove verbose logging stuff from Thread.David Robillard1-1/+1
2012-08-16Remove Raul::Slave class.David Robillard1-13/+18
2012-08-15Clean up includes.David Robillard1-3/+5
2012-08-14Update for latest Raul.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-4/+4
2012-05-14Clean up Thread interface.David Robillard1-3/+2
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-1/+1
2012-04-28Remove using declarations from headers.David Robillard1-6/+7
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-1/+1
2011-10-22De-singleton-ify GUI.David Robillard1-9/+10
2011-10-21Separate URIs from LV2URIMap.David Robillard1-1/+1
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-2/+2
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-2/+1
2011-05-24Move appropriate client headers to public include directory.David Robillard1-1/+1
2011-05-13Make models const in client code.David Robillard1-2/+4
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard1-1/+1
2011-04-18Saner module loading API.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-2/+2
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard1-1/+0
2011-02-17Remove deprecated Om patch loading code (resolve ticket #32).David Robillard1-36/+15
2011-02-17Jack session support for ingen.David Robillard1-2/+4
2011-02-16Tidy up serialiser interface.David Robillard1-3/+2
2011-02-16Use simpler, single, file extensions.David Robillard1-1/+2
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-8/+8
2010-03-05Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central ...David Robillard1-1/+1
2010-03-04Always save to Ingen bundles (directories with names like foo.ingen.lv2 conta...David Robillard1-1/+1
2010-01-06Do all logging output via Raul streams.David Robillard1-2/+2
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-17/+8
2009-06-03Organize ingen_module like other modules.David Robillard1-1/+0
2009-05-13Update copyright dates.David Robillard1-1/+1