CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 01/02/08 16:24:15
Modified files:
. : ChangeLog
src/gfx : Makefile.am gfx_resource.c operations.c
resmgr.c
src/gfx/drivers: xlib_driver.c
src/gfx/resource: sci_cursor_0.c
Log message:
* Bug fixes for mouse handling
* xlib driver bug fixes
* pixmap scale buf fix
* implemented xlib driver pixmap handling
There are still a few considerable bugs left in pixmap handling. I don't
know whether they are bugs in the xlib driver or in the graphics subsystem;
I'm hoping for the latter case since this might mean that fixing them will
resolve some of the problems Petr appears to be having.
Exams are next week, and I need to do some other urgent work before that.
Don't expect any contributions from me for about a week.
(I'll still merge patches if I get any.)
General retrospective:
- We got two detailed bug reports (both reporting multiple problems) since
the last release. OTOH, work on FreeSCI went downhill afterwards.
Interesting.
- The xlib driver revealed two bugs in the non-driver part of the gfx sub-
system, so I guess it qualifies as "bug hunting" (wouldn't want to add
features with this amount of bugs left :-)
-- Christoph