ChangeSet ID: 8290
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 18:21:56
Modified files:
dlls/wineps : ps.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Don't add spaces in the PostScript between every pixel - this made
debugging easier but results in an awful lot of whitespace being sent
to the printer.
Don't generate the %%Orientation DSC comment. The cups pstops filter
tries to rotate the image by 90degs when to it sees this comment.
Stop a crash if the document title is NULL.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8290
Old revision New revision Changes Path
1.16 1.17 +35 -32 wine/dlls/wineps/ps.c
ChangeSet ID: 8283
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 18:15:21
Modified files:
windows : winproc.c
Log message:
Huw Davies <huw(a)codeweavers.com>
We can't use RtlCreateUnicodeStringFromAsciiz for WM_SETTEXT as the
resulting unicode string may be greater than 0xffff bytes.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8283
Old revision New revision Changes Path
1.102 1.103 +7 -7 wine/windows/winproc.c