ChangeSet ID: 10053
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/12 16:42:26
Modified files:
objects : dib.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Make sure we create a polychrome bitmap from the dib. CreateDIBitmap
doesn't do this when the dib is 1bpp and has a black/white colour
table. In such cases this resulted in a monochrome bitmap being
StretchBlt'ed which is clearly incorrect since we then start using
text and bkgnd colours.
Patch: http://cvs.winehq.com/patch.py?id=10053
Old revision New revision Changes Path
1.77 1.78 +14 -17 wine/objects/dib.c
ChangeSet ID: 10051
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/12 16:41:27
Modified files:
dlls/comctl32 : listview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
A multicolumn listview should get a customdraw notification for the
item as well as one for subitem 0.
Patch: http://cvs.winehq.com/patch.py?id=10051
Old revision New revision Changes Path
1.374 1.375 +6 -0 wine/dlls/comctl32/listview.c
ChangeSet ID: 10045
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/11 16:06:59
Modified files:
dlls/ntdll : virtual.c
Log message:
Make sure the protection flags on the memory view of the PE header
match the actual mmap protection.
Patch: http://cvs.winehq.com/patch.py?id=10045
Old revision New revision Changes Path
1.17 1.18 +1 -0 wine/dlls/ntdll/virtual.c