summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/gui.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ↵David Robillard1-5/+2
(it's not C anyway, might as well). Properly support LV2 events from plugin UIs over OSC and directly (w/ monolithic UI/engine). Fix crashes on node destruction with monolithic UI/engine. Resolves ticket #177. git-svn-id: http://svn.drobilla.net/lad/ingen@1293 a436a847-0d15-0410-975c-d299462d15a1
2007-07-25Fix running with ingen -eg.David Robillard1-18/+2
Start basic framework of an Ingen "Core" system/library (in module library for now). git-svn-id: http://svn.drobilla.net/lad/ingen@624 a436a847-0d15-0410-975c-d299462d15a1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-4/+4
Fix (some) inclusion guard names to not clash with other libs. git-svn-id: http://svn.drobilla.net/lad/ingen@613 a436a847-0d15-0410-975c-d299462d15a1
2007-05-04Added missing files.David Robillard1-0/+54
git-svn-id: http://svn.drobilla.net/lad/ingen@499 a436a847-0d15-0410-975c-d299462d15a1