ChangeSet ID: 10034
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/11 14:39:54
Modified files:
objects : font.c
Log message:
Huw Davies <huw(a)codeweavers.com>
If the buffer passed to GetOutlineTextMetrics isn't big enough then
Windows fills it upto the supplied size rather than returning an
error.
Patch: http://cvs.winehq.com/patch.py?id=10034
Old revision New revision Changes Path
1.108 1.109 +105 -86 wine/objects/font.c
ChangeSet ID: 10026
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/10 18:43:03
Modified files:
objects : enhmetafile.c
Log message:
Huw Davies <huw(a)codeweavers.com>
PatBlt()s get recorded as EMR_BITBLT records with offBmiSrc == 0, so
ensure that we pick these out in playback.
EMR_STRETCHBLT should behave like EMR_BITBLT if there are no bits
(ie. it's a PalBlt).
Set the text and bkgnd colour to black and white respectively before
enumerating an emf.
Print out the record names to make debugging easier.
Add a few TRACE()s.
Patch: http://cvs.winehq.com/patch.py?id=10026
Old revision New revision Changes Path
1.71 1.72 +225 -82 wine/objects/enhmetafile.c
ChangeSet ID: 10025
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/10 18:42:35
Modified files:
dlls/winspool : info.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Much better parsing of /etc/printcap.
Don't even try to use heuristics to guess whether the printer is
PostScript or not - we're going to get it wrong anyway.
Don't list printer entries that begin with ispunct() - these are used
for 'tc' aliases.
Patch: http://cvs.winehq.com/patch.py?id=10025
Old revision New revision Changes Path
1.85 1.86 +134 -107 wine/dlls/winspool/info.c