aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2005-04-16 11:40:15 +0000
committerMax Horn2005-04-16 11:40:15 +0000
commit7aebedcc148cb4ccb9a74eb19d9cfc25f0d85455 (patch)
treec9cbf0a151d2ec720430ee467490a5183c241ce0 /TODO
parente9be61a465874219638b204e24f74e9ffa2e8744 (diff)
downloadscummvm-rg350-7aebedcc148cb4ccb9a74eb19d9cfc25f0d85455.tar.gz
scummvm-rg350-7aebedcc148cb4ccb9a74eb19d9cfc25f0d85455.tar.bz2
scummvm-rg350-7aebedcc148cb4ccb9a74eb19d9cfc25f0d85455.zip
Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by me
svn-id: r17620
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1e5bfd5994..fe68887071 100644
--- a/TODO
+++ b/TODO
@@ -196,12 +196,6 @@ GUI
* Maybe add the ScummVM logo (+typeface?) to the about dialog
* Unify DirBrowserDialog and FileBrowserDialog.
* MacOS X version of FileBrowserDialog, since there is one of DirBrowserDialog.
-* The credits scroll is too CPU intensive. This is because for each time the
- text is redrawn it has to do a full redraw, which causes blendRect() to be
- called twice. Perhaps AboutDialog could keep a private copy of the blended
- background so that it wouldn't have to be re-generated each time? Of course
- we'd probably have to take screen changes into account, but there already is
- a mechanism for that, I believe.
Launcher
========