aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-02-25 23:15:21 +0000
committerMax Horn2004-02-25 23:15:21 +0000
commitef8811e42466b2878fc41814f582b5453aa50f29 (patch)
tree79fb17e2eb7dac54ae757025ff8fdda077f757be /TODO
parent9860361ebfaab846ce4cf86a8efe9517a68bb4df (diff)
downloadscummvm-rg350-ef8811e42466b2878fc41814f582b5453aa50f29.tar.gz
scummvm-rg350-ef8811e42466b2878fc41814f582b5453aa50f29.tar.bz2
scummvm-rg350-ef8811e42466b2878fc41814f582b5453aa50f29.zip
another TODO
svn-id: r13057
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index a248548e81..e48ee46f1b 100644
--- a/TODO
+++ b/TODO
@@ -145,6 +145,12 @@ GUI
* Remove code duplication between EditTextWidget and ListWidget (i.e. text
editing code; maybe we can factor that out into a common base or aggregate
class... not yet sure).
+* Fix EditTextWidget::drawCaret and ListWidget::drawCaret support for alternate
+ fonts (the current code overdraws chars partly, and relies on the fact that
+ our default built-in font has a seperation pixel column on the *left* side;
+ 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.
Game Detector
=============