aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2005-05-16 00:38:38 +0000
committerMax Horn2005-05-16 00:38:38 +0000
commita0648d054f21cab4c64bb651b141ccd0c22c9559 (patch)
tree66a9b6c836fe40265be98a097dd8d20f5b22abde /TODO
parent29354345045fb0bcccc1def76629402ca652a281 (diff)
downloadscummvm-rg350-a0648d054f21cab4c64bb651b141ccd0c22c9559.tar.gz
scummvm-rg350-a0648d054f21cab4c64bb651b141ccd0c22c9559.tar.bz2
scummvm-rg350-a0648d054f21cab4c64bb651b141ccd0c22c9559.zip
Updated TODO
svn-id: r18124
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 53b492bc41..92866bb4d5 100644
--- a/TODO
+++ b/TODO
@@ -199,11 +199,18 @@ GUI
* Remove hard coded 320x200 assumptions, use game screen size. In particular,
all the dialogs should be rewritten to allow for that. This includes:
- BrowserDialog
+ - ChooserDialog
+ - EditGameDialog
- OptionsDialog
- GlobalOptionsDialog
- - LauncherDialog
- - EditGameDialog
- Scumm::ConfigDialog
+ - Scumm::InfoDialog
+ - Scumm::ValueDisplayDialog
+ - ...
+ Also, some widgets need to be updated (adding a 'big' variant):
+ - EditTextWidget
+ - PopUpWidget
+ - TabWidget
- ...
* EditableWidget: Make it possible to specify a min/max length for the text
* EditableWidget: Let setEditString filter the string it gets