summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Demodularize socket stuff.David Robillard1-0/+1
2014-08-10Fix some memory leaks.David Robillard1-0/+1
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-01-18Consolidate URIs.David Robillard1-2/+3
2014-01-06Fix potential segfault on exit.David Robillard1-1/+3
2013-12-31Hopefully fix deadlock on exit for real this time.David Robillard1-0/+3
2013-12-30Fix occasional crashes and deadlocks on exit.David Robillard1-2/+1
2013-12-30Fix deadlocks on exit.David Robillard1-7/+8
2013-06-09Add rdf prefix.David Robillard1-0/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-7/+7
2013-02-02Add option to enable/disable canvas animation (fix/avoid #879).David Robillard1-1/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-31/+31
2013-01-11Use range-based for loops where possible.David Robillard1-9/+7
2013-01-09Load internal plugin data files and rework documentation code to work the sam...David Robillard1-1/+14
2013-01-05Remove unused event extension prefix.David Robillard1-1/+0
2012-12-21Fix memory leaks.David Robillard1-7/+1
2012-12-21Fix UI operation via socket.David Robillard1-10/+11
2012-11-21Use atoms for option values.David Robillard1-1/+2
2012-11-21Configuration file support.David Robillard1-0/+10
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-22/+22
2012-08-14Update for latest Raul.David Robillard1-5/+4
2012-08-10Fix a ton of warnings.David Robillard1-1/+1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-0/+320