diff options
author | Max Horn | 2005-05-15 18:26:14 +0000 |
---|---|---|
committer | Max Horn | 2005-05-15 18:26:14 +0000 |
commit | 71aff533264cd0326407f74f8ae3f8c0735d49c5 (patch) | |
tree | 60252f065e2b5d6fa05018c5cb825b8309e94645 | |
parent | 75e6e2d88503419257f413fcffe0cf9c9e320491 (diff) | |
download | scummvm-rg350-71aff533264cd0326407f74f8ae3f8c0735d49c5.tar.gz scummvm-rg350-71aff533264cd0326407f74f8ae3f8c0735d49c5.tar.bz2 scummvm-rg350-71aff533264cd0326407f74f8ae3f8c0735d49c5.zip |
Added a list of the dialogs which need to be updated to the TODO
svn-id: r18120
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -196,7 +196,15 @@ Files GUI === -* Remove hard coded 320x200 assumptions, use game screen size +* Remove hard coded 320x200 assumptions, use game screen size. In particular, + all the dialogs should be rewritten to allow for that. This includes: + - BrowserDialog + - OptionsDialog + - GlobalOptionsDialog + - LauncherDialog + - EditGameDialog + - Scumm::ConfigDialog + - ... * EditableWidget: Make it possible to specify a min/max length for the text * EditableWidget: Let setEditString filter the string it gets * EditableWidget: Right now, custom filtering requires the user to subclass; |