ChangeSet ID: 16468
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/07 13:23:32
Modified files:
dlls/user/tests: sysparams.c
Log message:
Justin Chevrier <jchevrier(a)nexicom.net>
Paul Vriens <Paul.Vriens(a)xs4all.nl>
- Consolidate error message handling.
- Add error checking to all initial SystemParametersInfoA calls in
each parameter test to make sure that if a given parameter isn't
supported or has failed in some other way that we return and don't
continue on with the test.
- SetLastError before calling test_error_msg.
- SPI_{GET,SET}ICONTITLEWRAP is supported on Win98.
Patch: http://cvs.winehq.org/patch.py?id=16468
Old revision New revision Changes Path
1.34 1.35 +148 -135 wine/dlls/user/tests/sysparams.c
ChangeSet ID: 16465
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/07 11:16:27
Modified files:
dlls/user : sysparams.c
Log message:
Set SM_DBCSENABLED according to the current locale instead of
hardcoding it to 0 (found by Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=16465
Old revision New revision Changes Path
1.12 1.13 +3 -1 wine/dlls/user/sysparams.c
ChangeSet ID: 16463
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/07 11:14:11
Modified files:
dlls/ole32 : marshal.c compobj_private.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
Make each ifproxy have its own channel buffer to fix a bug where a
proxy with multiple interfaces could invoke the wrong stub buffer on
the server.
Patch: http://cvs.winehq.org/patch.py?id=16463
Old revision New revision Changes Path
1.69 1.70 +28 -22 wine/dlls/ole32/marshal.c
1.46 1.47 +1 -1 wine/dlls/ole32/compobj_private.h
ChangeSet ID: 16461
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/07 11:13:07
Modified files:
windows : input.c
dlls/user/tests: win.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Call SetCursorPos for an injected mouse message only if we really
need to move mouse pointer.
- Add a test case for mouse click handling.
Patch: http://cvs.winehq.org/patch.py?id=16461
Old revision New revision Changes Path
1.102 1.103 +2 -2 wine/windows/input.c
1.45 1.46 +53 -1 wine/dlls/user/tests/win.c