ChangeSet ID: 1003866867125721700955182
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/23 15:54:27
Modified files:
graphics/x11drv: codepage.c xfont.c
include : x11font.h
objects : text.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
ExtTextOutW with symbol fonts works with chars in the ranges
0x0000 -- 0x00ff and 0xf000 -- 0xf0ff and not, for example, with
chars in the Unicode Greek range.
Patch: http://cvs.winehq.com/patch.py?id=1003866867125721700955182
Revision Changes Path
1.12 +33 -0 wine/graphics/x11drv/codepage.c
1.87 +2 -2 wine/graphics/x11drv/xfont.c
1.16 +1 -0 wine/include/x11font.h
1.41 +2 -2 wine/objects/text.c
ChangeSet ID: 1003796715586551563348621
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/22 20:25:15
Modified files:
dlls/shell32 : classes.c shell32_main.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
flag is set. Corrects the given type and icon.
Patch: http://cvs.winehq.com/patch.py?id=1003796715586551563348621
Revision Changes Path
1.19 +4 -0 wine/dlls/shell32/classes.c
1.87 +26 -6 wine/dlls/shell32/shell32_main.c