diff options
author | Torbjörn Andersson | 2005-05-20 06:46:05 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-05-20 06:46:05 +0000 |
commit | 4da6f37eab737e56ba02d519160f7e2345ec64ae (patch) | |
tree | 397af1ae52b3f3f9c9a795b62f8497b9e2edf787 /TODO | |
parent | 9d3ee25813b4df1615d9c264abcc16dab6c9503f (diff) | |
download | scummvm-rg350-4da6f37eab737e56ba02d519160f7e2345ec64ae.tar.gz scummvm-rg350-4da6f37eab737e56ba02d519160f7e2345ec64ae.tar.bz2 scummvm-rg350-4da6f37eab737e56ba02d519160f7e2345ec64ae.zip |
Updated GUI issues
svn-id: r18189
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -204,7 +204,6 @@ GUI - ... Also, some widgets need to be updated (adding a 'big' variant): - EditTextWidget - - PopUpWidget - ... * EditableWidget: Make it possible to specify a min/max length for the text * EditableWidget: Let setEditString filter the string it gets @@ -217,6 +216,8 @@ GUI most other bitmap fonts have it on the right, though). To this end, we maybe should backup the background before drawing the caret, and restore it when erasing the caret. +* PopUpDialog: Must be able to handle longer lists (by adding scrolling?). The + language popup currently doesn't fit in the small version of the GUI. * Add a new "options" dialog which is used by all frontends: for this, we'd agree on a hotkey used in all engines to invoke that dialog; it would sport settings for the volume, graphics, paths, etc.; it would co-exist with the |