ChangeSet ID: 10380
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/09 20:10:52
Modified files:
programs/regedit: listview.c
Log message:
Jon Griffiths <jon_p_griffiths(a)yahoo.com>
Sort the listview when clicking the Name or Type headers.
Patch: http://cvs.winehq.com/patch.py?id=10380
Old revision New revision Changes Path
1.2 1.3 +57 -12 wine/programs/regedit/listview.c
ChangeSet ID: 10379
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/09 20:10:18
Modified files:
dlls/msvideo : mciwnd.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Add support for some MCIWNDF_ styles, indicate that we do not support
MCIWNDM_* messages at all.
Patch: http://cvs.winehq.com/patch.py?id=10379
Old revision New revision Changes Path
1.10 1.11 +35 -18 wine/dlls/msvideo/mciwnd.c
ChangeSet ID: 10378
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/09 19:46:52
Modified files:
windows : class.c
Log message:
Made all the RegisterClass and GetClassInfo variants call the
corresponding Ex function.
Patch: http://cvs.winehq.com/patch.py?id=10378
Old revision New revision Changes Path
1.60 1.61 +92 -186 wine/windows/class.c