ChangeSet ID: 5877
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/19 14:26:17
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not create a range list for an empty range.
Patch: http://cvs.winehq.com/patch.py?id=5877
Old revision New revision Changes Path
1.261 1.262 +2 -2 wine/dlls/comctl32/listview.c
ChangeSet ID: 5876
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/19 14:25:41
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Store the entire format bitmap in the column info.
Rewrite GetColumnT to take advantage of that.
Related cleanups, and simplifications.
Patch: http://cvs.winehq.com/patch.py?id=5876
Old revision New revision Changes Path
1.260 1.261 +30 -70 wine/dlls/comctl32/listview.c
ChangeSet ID: 5872
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/19 14:20:35
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Better report mode.
Use the new column information to simplify, and speed up the code.
Enable support for images in subitems (in LVS_REPORT mode).
Patch: http://cvs.winehq.com/patch.py?id=5872
Old revision New revision Changes Path
1.256 1.257 +15 -18 wine/dlls/comctl32/listview.c