ChangeSet ID: 13203
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/09 17:54:33
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Try harder to match to a font if the family name is matches, but the
style is doesn't.
Patch: http://cvs.winehq.org/patch.py?id=13203
Old revision New revision Changes Path
1.66 1.67 +19 -1 wine/dlls/gdi/freetype.c
ChangeSet ID: 13199
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/09 14:48:04
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Eric Kohl <eric.kohl(a)t-online.de>
Move watermark and header bitmap loading code from
PROPSHEET_CreatePage into its own function PROPSHEET_LoadWizardBitmaps
and call this function from property sheet's dialog procedure.
Patch: http://cvs.winehq.org/patch.py?id=13199
Old revision New revision Changes Path
1.103 1.104 +40 -18 wine/dlls/comctl32/propsheet.c