aboutsummaryrefslogtreecommitdiff
path: root/newgui.cpp
diff options
context:
space:
mode:
authorMax Horn2002-07-08 01:04:29 +0000
committerMax Horn2002-07-08 01:04:29 +0000
commitb00225b9dca5055b3f1a70267021cbb567b4053e (patch)
tree3989436153b6f2ded6b3078008555b3da0d5998e /newgui.cpp
parent28852f14975ba9fddbee838fcf9723386870d39c (diff)
downloadscummvm-rg350-b00225b9dca5055b3f1a70267021cbb567b4053e.tar.gz
scummvm-rg350-b00225b9dca5055b3f1a70267021cbb567b4053e.tar.bz2
scummvm-rg350-b00225b9dca5055b3f1a70267021cbb567b4053e.zip
added some typecasts that might help QNX; updated NewGui TODO list
svn-id: r4489
Diffstat (limited to 'newgui.cpp')
-rw-r--r--newgui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/newgui.cpp b/newgui.cpp
index 15cff1d645..378e04f6c6 100644
--- a/newgui.cpp
+++ b/newgui.cpp
@@ -30,10 +30,12 @@
/*
* TODO list
+ * - implement the missing / incomplete dialogs
* - add more widgets
+ * - add support for right/center aligned text
+ * - allow multi line (l/c/r aligned) text via StaticTextWidget ?
* - add "close" widget to all dialogs (with a flag to turn it off) ?
* - make dialogs "moveable" ?
- * - implement the missing / incomplete dialogs
* - come up with a new look&feel / theme for the GUI
* - ...
*/