aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-05-20 15:07:06 +0000
committerTorbjörn Andersson2005-05-20 15:07:06 +0000
commit0a2e243e811379c4a5d38d6b111f5673e3bcdffc (patch)
treeb25989f442327ff865740f76973cc2efd3f06edf /TODO
parent801db4a5159728619d502ade157f81615ba93375 (diff)
downloadscummvm-rg350-0a2e243e811379c4a5d38d6b111f5673e3bcdffc.tar.gz
scummvm-rg350-0a2e243e811379c4a5d38d6b111f5673e3bcdffc.tar.bz2
scummvm-rg350-0a2e243e811379c4a5d38d6b111f5673e3bcdffc.zip
Updated GUI issues.
svn-id: r18193
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;