ChangeSet ID: 14301
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/25 16:45:14
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Don't fill in any more information than native does for notifications.
- Store hit code in a signed integer so that we can see whether it is
less than zero.
Patch: http://cvs.winehq.org/patch.py?id=14301
Old revision New revision Changes Path
1.197 1.198 +9 -24 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 14300
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/25 16:44:51
Modified files:
dlls/comctl32 : tooltips.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Don't leak memory when an app sends TTM_SETTITLE twice.
- An lParam of 0 indicates that the title should be removed.
Patch: http://cvs.winehq.org/patch.py?id=14300
Old revision New revision Changes Path
1.73 1.74 +32 -14 wine/dlls/comctl32/tooltips.c
ChangeSet ID: 14298
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/25 16:44:02
Modified files:
dlls/setupapi : dirid.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Use shell32 to get the user profile dir.
Patch: http://cvs.winehq.org/patch.py?id=14298
Old revision New revision Changes Path
1.8 1.9 +3 -4 wine/dlls/setupapi/dirid.c