ChangeSet ID: 20462
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/28 05:16:02
Modified files:
dlls/hhctrl.ocx: help.c
Log message:
James Hawkins <truiken(a)gmail.com>
- Store the HHInfo struct in the SizeBar hwnd.
- Set the default navigation pane width if no width provided.
- Handle dragging of the SizeBar.
Patch: http://cvs.winehq.org/patch.py?id=20462
Old revision New revision Changes Path
1.17 1.18 +45 -4 wine/dlls/hhctrl.ocx/help.c
ChangeSet ID: 20458
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/28 05:14:45
Modified files:
dlls/gdi : font.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Draw underline and strikeout for ExtTextOut on an open path using
Polygon to more closely mimic what Windows does.
Patch: http://cvs.winehq.org/patch.py?id=20458
Old revision New revision Changes Path
1.19 1.20 +75 -28 wine/dlls/gdi/font.c
ChangeSet ID: 20457
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/28 05:13:40
Modified files:
dlls : Makedll.rules.in
Log message:
Mike McCormack <mike(a)codeweavers.com>
Make sure to build the def file after a make clean in a module
subdir.
Patch: http://cvs.winehq.org/patch.py?id=20457
Old revision New revision Changes Path
1.80 1.81 +3 -1 wine/dlls/Makedll.rules.in