ChangeSet ID: 14901
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/17 12:55:02
Modified files:
include : objidl.idl
Log message:
Serge S. Spiridonoff <sss(a)corbina.net>
IMessageFilter::HandleIncomingCall must be HandleInComingCall as per
MS headers.
Patch: http://cvs.winehq.org/patch.py?id=14901
Old revision New revision Changes Path
1.8 1.9 +1 -1 wine/include/objidl.idl
ChangeSet ID: 14899
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/17 12:52:04
Modified files:
dlls/comctl32 : treeview.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add code for hot tracking.
- Draw hot items with underline and with highlight colour with
TVS_TRACKSELECT style.
- Set cursor to hand cursor with TVS_TRACKSELECT style.
- Make sure uInternalStatus is consistent with actual scrollbar state
by forcing scrollbars off in WM_CREATE handler.
Patch: http://cvs.winehq.org/patch.py?id=14899
Old revision New revision Changes Path
1.158 1.159 +117 -5 wine/dlls/comctl32/treeview.c
ChangeSet ID: 14898
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/17 12:50:11
Modified files:
dlls/comctl32 : datetime.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Implement WM_ENABLE handler to update cached control style when the
control is disabled.
- Move background drawing into WM_ERASEBKGND handler and draw the
background differently when disabled.
- Change WM_PAINT handler to draw text with transparent background and
with the correct colour for the style.
- Initialize selected field to -1 instead of 0 so that the control
notices when field 0 is selected.
Patch: http://cvs.winehq.org/patch.py?id=14898
Old revision New revision Changes Path
1.51 1.52 +63 -15 wine/dlls/comctl32/datetime.c