wine/dlls/comctl32 listview.c

Alexandre Julliard julliard at wine.codeweavers.com
Tue Sep 24 13:27:21 CDT 2002


ChangeSet ID:	5520
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/09/24 13:27:21

Modified files:
	dlls/comctl32  : listview.c 

Log message:
	Guy L. Albertelli <galberte at neo.lrun.com>
	- Localize origin, location, and rectangle computation.
	- Support state icons in LVS_ICON style.
	- Draw only items that are in the clip box.
	- Draw non-selected items first then the selected ones because large
	icons may overlap each other.
	- Correct invalidation rectangles for items.
	- Correct drawing of large icons.
	- Eliminate divide by zero cases in scrolling.
	- Invalidate selected items prior to setting window losing focus.

Patch: http://cvs.winehq.com/patch.py?id=5520

Old revision  New revision  Changes     Path
 1.150         1.151         +649 -401   wine/dlls/comctl32/listview.c




More information about the wine-cvs mailing list