ChangeSet ID: 20606
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/06 07:28:11
Modified files:
include : gdi.h
dlls/gdi : freetype.c font.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Add a Wine specific flag to GetRasterizeCaps that reports whether
freetype's patented hinter is enabled. This will be used by winex11
to check whether it should honour the gasp table settings.
Patch: http://cvs.winehq.org/patch.py?id=20606
Old revision New revision Changes Path
1.101 1.102 +4 -0 wine/include/gdi.h
1.104 1.105 +40 -0 wine/dlls/gdi/freetype.c
1.20 1.21 +0 -13 wine/dlls/gdi/font.c
ChangeSet ID: 20601
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/06 06:35:24
Modified files:
dlls/kernel : editline.c
Log message:
Joshua Davies <jdaviestx(a)comcast.net>
Windows is returning the length of the string, plus the CRLF
delimiters, whereas wineconsole is returning one less.
Patch: http://cvs.winehq.org/patch.py?id=20601
Old revision New revision Changes Path
1.11 1.12 +2 -1 wine/dlls/kernel/editline.c