ChangeSet ID: 5854
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/18 19:21:02
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
More traces to help us make sense of the output.
Faster, cleaner ranges_{add,del}.
Patch: http://cvs.winehq.com/patch.py?id=5854
Old revision New revision Changes Path
1.254 1.255 +33 -26 wine/dlls/comctl32/listview.c
ChangeSet ID: 5850
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/18 19:18:11
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Keep track of per-column information inside the listview.
Cache header rectangles.
Used the cached info instead of calling to the header each time.
Update the listview as we track column width changes.
Unify column handling between {Insert,Delete}Column, and width
changes.
Simplify RefreshReport, by using the new column info.
Patch: http://cvs.winehq.com/patch.py?id=5850
Old revision New revision Changes Path
1.250 1.251 +193 -155 wine/dlls/comctl32/listview.c