Removed PUT_PIXEL problem.

33-incorporate-downstream-patches
Henning Geinitz 2003-01-31 19:36:47 +00:00
rodzic 4d52b33e83
commit 05ec0cad7a
2 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2003-01-31 Henning Meier-Geinitz <henning@meier-geinitz.de>
* TODO: Removed PUT_PIXEL problem.
2003-01-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
* INSTALL: Added comment about OS/2 pthread problem.

10
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2003-01-05)
TODO (2003-01-29)
******** todo ********
@ -23,8 +23,6 @@ TODO (2003-01-05)
- add dithering and support for SANE depths other than 8 bit (test
with Mustek backend, for example)
- add recording feature (e.g., GIF, JPG, or MPEG)
- check PUT_PIXEL macro (see
http://www.mostang.com/pipermail/sane-devel/2002-December/017010.html)
* Add a check in the frontends if the backend delivers more data than
it announced by sane_get_parameters to avoid segfaults with bad
@ -32,7 +30,13 @@ TODO (2003-01-05)
* Add/improve debug output for xscanimage and xcam.
* option_menu_lookup () in gtkglue.c doesn't check if the value is contaimed in
the option list at all -> crash.
******** done ********
* check PUT_PIXEL macro (see
http://www.mostang.com/pipermail/sane-devel/2002-December/017010.html)
* For 3-pass scanners, xscanimage doesn't update the scan progress
bar properly between scans; --> moved to PROBLEMS.
* Test frontends on different os/platforms, fix possible compilation