[Scummvm-cvs-logs] CVS: scummvm TODO,1.90,1.91
Max Horn
fingolfin at users.sourceforge.net
Wed Feb 25 15:31:07 CET 2004
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31303
Modified Files:
TODO
Log Message:
another TODO
Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/scummvm/TODO,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- TODO 25 Feb 2004 23:13:14 -0000 1.90
+++ TODO 25 Feb 2004 23:15:21 -0000 1.91
@@ -145,6 +145,12 @@
* 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
=============
More information about the Scummvm-git-logs
mailing list