diff options
author | David Robillard <d@drobilla.net> | 2011-03-11 07:07:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-11 07:07:08 +0000 |
commit | adc47674662935851f3821ae175c1fe742f4107c (patch) | |
tree | e94ccb242399c41b1549c6a93372a9e04fdb9a38 /vstgui/TODO | |
parent | d810e069029ea3aa52c5d3fed02dc607f4e6b743 (diff) | |
download | mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.gz mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.tar.bz2 mda.lv2-adc47674662935851f3821ae175c1fe742f4107c.zip |
Remove GUI stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3074 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'vstgui/TODO')
-rw-r--r-- | vstgui/TODO | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vstgui/TODO b/vstgui/TODO deleted file mode 100644 index 27096e5..0000000 --- a/vstgui/TODO +++ /dev/null @@ -1,19 +0,0 @@ -//----------------------------------------------------------------------------- -// VST Plug-Ins SDK Linux ONLY Port -// VSTGUIL: Graphical User Interface Framework for VST plugins on LINUX: -// -// Version: 0.1 -// Author: kRAkEn/gORe -// Date: 2007/01/21 -//----------------------------------------------------------------------------- - -Todo List: - -- Fix multiple CParamDisplay objects not showed correctly (only the first is shown) -- Update other controls from a single control->update (), usually params displays not updating while mouse drag -- Fix fonts names and sizes (actually only fixed and courier) -- COffscreenContext not working (add an internal GC different from the frame GC) -- Fix COffscreenContext CopyFrom -- Turn back on CViewContainer::bOffscreenDraw (actually turned off to see something) -- Keep out MOTIF defines (now that IS the default) -- Make CBitmap work on every kind of GC (not pFrame only) |