ChangeSet ID: 10114
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/18 14:39:34
Modified files:
dlls/kernel/tests: path.c
Log message:
Hans Leidekker <hans(a)it.vu.nl>
Account for the fact that the temporary directory may expand to a long
name.
Patch: http://cvs.winehq.com/patch.py?id=10114
Old revision New revision Changes Path
1.19 1.20 +7 -6 wine/dlls/kernel/tests/path.c
ChangeSet ID: 10110
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/18 13:39:40
Modified files:
dlls/comctl32 : trackbar.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Unswap Page Up & Down and fix TBS_DOWNISLEFT.
NM_* notifications go via WM_NOTIFY not WN_?SCROLL.
Pull the notification window from the CreateStruct.
Send a TB_THUMBPOSITION at the end of a drag.
Patch: http://cvs.winehq.com/patch.py?id=10110
Old revision New revision Changes Path
1.56 1.57 +101 -66 wine/dlls/comctl32/trackbar.c
ChangeSet ID: 10108
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/18 13:38:51
Modified files:
dlls/kernel/tests: process.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Scale the buffer sizes with MAX_LISTED_ENV_VAR.
Add a note about the limited buffer size used by the *Profile functions.
Fix a couple of spelling errors.
Patch: http://cvs.winehq.com/patch.py?id=10108
Old revision New revision Changes Path
1.13 1.14 +8 -6 wine/dlls/kernel/tests/process.c
ChangeSet ID: 10107
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/18 13:38:31
Modified files:
dlls/comctl32 : listview.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
The LVN_GETDISPINFO notify message should point to the same iSubItem
as in the call to LISTVIEW_GetItemT, valid or not. Fix a badly placed
brace.
Patch: http://cvs.winehq.com/patch.py?id=10107
Old revision New revision Changes Path
1.378 1.379 +3 -2 wine/dlls/comctl32/listview.c