ChangeSet ID: 5659
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/07 13:50:21
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Maintain the item position in {,SMALL}ICON mode separataly from the
item, so that we have it even in LVS_OWNERDATA.
Patch: http://cvs.winehq.com/patch.py?id=5659
Old revision New revision Changes Path
1.181 1.182 +52 -71 wine/dlls/comctl32/listview.c
ChangeSet ID: 5655
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/07 13:42:52
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Cleanup, and clarify the handling of the various rectangles.
Fix handling of large items in ICON mode.
Fix calculation of LVIR_SELECTBOUNDS.
Various cleanups, and simplifications.
Patch: http://cvs.winehq.com/patch.py?id=5655
Old revision New revision Changes Path
1.177 1.178 +50 -94 wine/dlls/comctl32/listview.c