summaryrefslogtreecommitdiffstats
path: root/src/libs/gui/App.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-20/+20
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-07-24Removed recursive autohell, except for SLv2.David Robillard1-3/+3
Always build against local copies, hopefully fixing broken compilation against outdated system versions. git-svn-id: http://svn.drobilla.net/lad/ingen@610 a436a847-0d15-0410-975c-d299462d15a1
2007-07-23Updated LV2 spec.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/ingen@602 a436a847-0d15-0410-975c-d299462d15a1
2007-07-15Gracefully handle inability to load window icon (SVG).David Robillard1-2/+7
git-svn-id: http://svn.drobilla.net/lad/ingen@588 a436a847-0d15-0410-975c-d299462d15a1
2007-07-03Fix running from source tree when Ingen is not installed at all (with ↵David Robillard1-1/+2
set_dev_environment.sh). git-svn-id: http://svn.drobilla.net/lad/ingen@563 a436a847-0d15-0410-975c-d299462d15a1
2007-05-04Work on internal engine + GUI (still some problems).David Robillard1-2/+5
git-svn-id: http://svn.drobilla.net/lad/ingen@498 a436a847-0d15-0410-975c-d299462d15a1
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded ↵David Robillard1-0/+260
modules. Combined all executables into a single "ingen" program which can do everything. git-svn-id: http://svn.drobilla.net/lad/ingen@493 a436a847-0d15-0410-975c-d299462d15a1