ChangeSet ID: 9991
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 18:27:20
Modified files:
dlls/comctl32 : listview.c
Log message:
Huw Davies <huw(a)codeweavers.com>
ReleaseCapture on lbuttondown if the cursor is outside an item, just
like the native one does.
Patch: http://cvs.winehq.com/patch.py?id=9991
Old revision New revision Changes Path
1.372 1.373 +1 -0 wine/dlls/comctl32/listview.c
ChangeSet ID: 9990
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 18:26:50
Modified files:
dlls/wineps : init.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Update the visrgn in ResetDC so that GetClipBox works correctly after
a change in paper size/orientation.
Patch: http://cvs.winehq.com/patch.py?id=9990
Old revision New revision Changes Path
1.52 1.53 +5 -0 wine/dlls/wineps/init.c
ChangeSet ID: 9989
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/11/08 18:26:26
Modified files:
windows : dialog.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
If GetNextDlgTabItem() cannot find any next control, return the handle
of the original control.
Patch: http://cvs.winehq.com/patch.py?id=9989
Old revision New revision Changes Path
1.122 1.123 +1 -1 wine/windows/dialog.c