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
ChangeSet ID: 5848
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/18 19:16:37
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Reorganize things a bit so that we no longer need the 'valid' flag on
each item.
Small comments update.
Patch: http://cvs.winehq.com/patch.py?id=5848
Old revision New revision Changes Path
1.248 1.249 +14 -16 wine/dlls/comctl32/listview.c