aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 37a77ccf08..0c1cddc8d0 100644
--- a/TODO
+++ b/TODO
@@ -199,12 +199,8 @@ GUI
- EditGameDialog
- OptionsDialog
- GlobalOptionsDialog
- - Scumm::ConfigDialog
- Scumm::ValueDisplayDialog
- ...
- Also, some widgets need to be updated (adding a 'big' variant):
- - EditTextWidget
- - ...
* 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;