ChangeSet ID: 12737
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/28 18:52:51
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Filip Navara <xnavara(a)volny.cz>
Set the palette for image list DIBs that has 8 or less bits per
pixel.
Patch: http://cvs.winehq.org/patch.py?id=12737
Old revision New revision Changes Path
1.85 1.86 +43 -14 wine/dlls/comctl32/imagelist.c
ChangeSet ID: 12735
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/28 18:51:55
Modified files:
programs/uninstaller: main.c
Log message:
Hannu Valtonen <Hannu.Valtonen(a)hut.fi>
Don't display the commandline text (A trace still gives it).
Set a few fonts to avoid using the horrible system font on native
Windows.
Patch: http://cvs.winehq.org/patch.py?id=12735
Old revision New revision Changes Path
1.15 1.16 +11 -18 wine/programs/uninstaller/main.c
ChangeSet ID: 12733
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/06/28 18:51:24
Modified files:
dlls/oleaut32 : tmarshal.c
Log message:
Mike Hearn <mh(a)codeweavers.com>
Make typelib marshaller safe for systems that don't allow executable
code on the heap, plug a leak of the assembly stub block.
Patch: http://cvs.winehq.org/patch.py?id=12733
Old revision New revision Changes Path
1.26 1.27 +9 -2 wine/dlls/oleaut32/tmarshal.c