ChangeSet ID: 19090
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/22 14:48:16
Modified files:
dlls/ntdll/tests: info.c
Log message:
Paul Vriens <Paul.Vriens(a)xs4all.nl>
Use current process if assigned process cannot be opened.
Patch: http://cvs.winehq.org/patch.py?id=19090
Old revision New revision Changes Path
1.14 1.15 +9 -1 wine/dlls/ntdll/tests/info.c
ChangeSet ID: 19089
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/22 14:48:07
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The IsValidImageList test is not needed because if it isn't a valid
image list we will have set the bitmap width and height to 1 and it
does the wrong thing when no buttons are present.
Patch: http://cvs.winehq.org/patch.py?id=19089
Old revision New revision Changes Path
1.216 1.217 +5 -8 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 19085
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/22 13:30:53
Modified files:
dlls/setupapi : parser.c
Log message:
Preserve the spaces before an opening quote in the middle of a token
(reported by Matthew Davison).
Patch: http://cvs.winehq.org/patch.py?id=19085
Old revision New revision Changes Path
1.17 1.18 +2 -2 wine/dlls/setupapi/parser.c
ChangeSet ID: 19082
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/07/22 13:28:46
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
The calculated button height should include the text height when no
buttons are present.
Patch: http://cvs.winehq.org/patch.py?id=19082
Old revision New revision Changes Path
1.215 1.216 +9 -1 wine/dlls/comctl32/toolbar.c