CVSROOT: /var/cvs/freesci
Module name: freesci
Changes by: jameson 2002/09/28 22:06:16 GMT
Modified files:
. : ChangeLog acconfig.h configure.in
src/gfx : gfx_tools.c sci_widgets.c
src/gfx/drivers: directfb_driver.c gfx_drivers.c
src/include : gfx_system.h gfx_tools.h
Log message:
* DirectFB driver updates: Line drawing scales correctly, less memory is
used, and it's generally faster (by dropping the back layer in favour of
a double-buffered front layer) (a)
* DirectFB is now tested for before GGI
* Added function for cloning pixmaps (b)
* Made window title bars slightly transparent
(a): Now I can run up to 2x3 or 3x2 on my laptop!
(b): The reason for this is unlikely to become clear at the moment.
-- Christoph