summaryrefslogtreecommitdiffstats
path: root/src/gui/ingen_gui_lv2.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Fix a ton of warnings.David Robillard1-1/+1
2012-08-10Fix various const violations.David Robillard1-2/+2
2012-07-31Request plugins and root patch on LV2 UI startup.David Robillard1-0/+6
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-21/+20
2012-05-23Trim unnecessary includes.David Robillard1-1/+0
2012-05-22More work on test suite.David Robillard1-1/+2
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-1/+5
2012-05-11Move Forge to the appropriate namespace.David Robillard1-2/+2
2012-05-11Clean up and better document World interface.David Robillard1-7/+6
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard1-7/+4
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+3
2012-04-26Save properties with pretty numbers so normal LV2 tools can read patches.David Robillard1-1/+1
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-20Show entire UI (with menu and status bar) for LV2 UI.David Robillard1-4/+4
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-2/+16
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-0/+179