Release 941227wine-941227
commit3a5816f87ea2954aa957c87974912fe0ca04b823
authorAlexandre Julliard <julliard@winehq.org>
Tue, 27 Dec 1994 14:11:53 +0000 (27 14:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Dec 1994 14:11:53 +0000 (27 14:11 +0000)
treee27b62c270edd195b3a3ce56f8fcd769d8b3204c
parent234bc24db1df1c99426d99ad9571678ef31e8f3d
Release 941227

Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

* [*/Imakefile]
All objects files are now kept in their respective directory.

* [README]
Rewrote most of it.

* [objects/bitblt.c]
Rewrote BitBlt() to look right in every case, while minimizing
the impact on performance. Not really finished yet.

* [objects/bitmap.c] [objects/dc.c]
Fixed bug with pattern brushes.

* [objects/clipping.c] [windows/painting.c]
Fixes for logical coordinates.

* [objects/color.c] [windows/graphics.c]
Fixed GetPixel() to return the correct color, and made it faster.

* [objects/region.c]
Fixed bug in CombineRgn() when one of the region is empty.

Fri Dec 22 01:42:57 MET 1994   Dag Asheim (dash@ifi.uio.no)

* [Configure]
Don't assume that expr handles '==', use '=' instead.
Give a (hopefully informative) message if imake fails.
44 files changed:
ANNOUNCE [new file with mode: 0644]
COPYRIGHT [deleted file]
ChangeLog
Configure
Imakefile
README
Wine.tmpl
controls/Imakefile
controls/button.c
debugger/Imakefile
debugger/opcodes/Imakefile
debugger/readline/Imakefile
etc/Imakefile [deleted file]
if1632/Imakefile
if1632/relay.c
include/Imakefile [deleted file]
include/bitmap.h
include/color.h
include/gdi.h
include/prototypes.h
loader/Imakefile
memory/Imakefile
misc/Imakefile
misc/main.c
miscemu/Imakefile
multimedia/Imakefile
objects/Imakefile
objects/bitblt.c
objects/bitmap.c
objects/brush.c
objects/clipping.c
objects/color.c
objects/dc.c
objects/dib.c
objects/dither.c
objects/gdiobj.c
objects/palette.c
objects/region.c
rc/Imakefile
test/Imakefile [deleted file]
toolkit/Imakefile
windows/Imakefile
windows/graphics.c
windows/painting.c