ChangeSet ID: 5993
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/24 22:17:04
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
We should callback for inexistent subitems.
Do not store callback items for subitems, even if we're asked to.
Small cleanup.
Patch: http://cvs.winehq.com/patch.py?id=5993
Old revision New revision Changes Path
1.304 1.305 +6 -3 wine/dlls/comctl32/listview.c
ChangeSet ID: 5992
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/24 22:16:26
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Fix crash when computing the item width of a report with no columns.
Override custom draw bkgnd color for selection items.
Fill background for all items that have a bkgnd colour.
Patch: http://cvs.winehq.com/patch.py?id=5992
Old revision New revision Changes Path
1.303 1.304 +12 -7 wine/dlls/comctl32/listview.c
ChangeSet ID: 5989
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/24 22:14:44
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not do screen work if refreshing is disabled.
Reimplement SetRedraw to cope with the changes.
Patch: http://cvs.winehq.com/patch.py?id=5989
Old revision New revision Changes Path
1.300 1.301 +20 -7 wine/dlls/comctl32/listview.c