aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2005-04-17 11:26:13 +0000
committerMax Horn2005-04-17 11:26:13 +0000
commitf4a5d245b58648e3d8fe163ea9ef46cd63407f85 (patch)
tree73f22a71d27860d830c9ed2dc2fca3cca354ff5a /TODO
parente0adf9db1701a56d5854a340cd2fd0aa612854eb (diff)
downloadscummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.tar.gz
scummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.tar.bz2
scummvm-rg350-f4a5d245b58648e3d8fe163ea9ef46cd63407f85.zip
Updated TODO list
svn-id: r17649
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a1f709a0e..625470ae55 100644
--- a/TODO
+++ b/TODO
@@ -196,6 +196,11 @@ GUI
* Maybe add the ScummVM logo (+typeface?) to the about dialog
* There is currently no way to unset the SoundFont from the GUI, if any was set.
Maybe add a 'clear' button for it? The same holds for other path settings.
+* ScrollBarWidget: Add auto-repeat: if user clicks & holds on one of the arrows,
+ then after a brief delay, it should start to contiously scroll.
+* AboutDialog: Add a "fade" effect for the top/bottom text lines
+* AboutDialog: Maybe prerender all of the text into another surface, and then
+ simply compose that over the screen surface in the right way.
Launcher
========