ChangeSet ID: 5704
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:12:05
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Draw _only_ the items that are invalidated.
Fix serious bug when deleting from a range.
Pass in a range to the ranges_{add,del} functions.
Tidy up the RefreshIcon function.
Assorted cleanups.
Patch: http://cvs.winehq.com/patch.py?id=5704
Old revision New revision Changes Path
1.200 1.201 +108 -95 wine/dlls/comctl32/listview.c
ChangeSet ID: 5701
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:07:05
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Introduce the notion of item iterators, and use them to clean up code.
Patch: http://cvs.winehq.com/patch.py?id=5701
Old revision New revision Changes Path
1.197 1.198 +250 -248 wine/dlls/comctl32/listview.c
ChangeSet ID: 5696
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:01:11
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
No need to go through the heavy duty rect computation when in OWNERDRAW.
Patch: http://cvs.winehq.com/patch.py?id=5696
Old revision New revision Changes Path
1.192 1.193 +13 -4 wine/dlls/comctl32/listview.c