ChangeSet ID: 6284
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 17:54:50
Modified files:
dlls/gdi : freetype.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We need to compare the world transforms (at least the 4 scaling
elements) when we accept a font from the cache.
Get the correct values for the underscore size and position.
Added a missing closedir().
Patch: http://cvs.winehq.com/patch.py?id=6284
Old revision New revision Changes Path
1.26 1.27 +31 -12 wine/dlls/gdi/freetype.c
ChangeSet ID: 6282
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 17:51:44
Modified files:
dlls/wineps : type42.c ppd.c download.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Instead of trying to download the Type 42 glpyh metrics incrementally
(which most printers don't seem to understand), we'll download the
whole hmtx table in one go (sigh) unless it's larger than 64K in which
case we'll go back to using a Type 1 font.
Patch: http://cvs.winehq.com/patch.py?id=6282
Old revision New revision Changes Path
1.1 1.2 +44 -9 wine/dlls/wineps/type42.c
1.10 1.11 +1 -0 wine/dlls/wineps/ppd.c
1.2 1.3 +4 -5 wine/dlls/wineps/download.c
ChangeSet ID: 6281
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 17:50:44
Modified files:
dlls/wineps : type1.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We can't cache the unscaled font's hfont, since the mapping mode may
change. This resulted in some glyphs being downloaded at the wrong
size.
Patch: http://cvs.winehq.com/patch.py?id=6281
Old revision New revision Changes Path
1.2 1.3 +12 -12 wine/dlls/wineps/type1.c
ChangeSet ID: 6278
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/13 15:25:34
Modified files:
dlls/tapi32 : line.c Makefile.in
. : winedefault.reg
Log message:
Huw Davies <huw(a)codeweavers.com>
Zero out the returned LINETRANSLATECAPS structure.
Read country list from the registry.
Add a load of countries to winedefault.reg.
Patch: http://cvs.winehq.com/patch.py?id=6278
Old revision New revision Changes Path
1.15 1.16 +99 -54 wine/dlls/tapi32/line.c
1.13 1.14 +1 -1 wine/dlls/tapi32/Makefile.in
1.59 1.60 +1697 -6 wine/winedefault.reg