diff options
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |