ChangeSet ID: 5528
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/24 22:18:17
Modified files:
dlls/ddraw : d3dtexture.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
IDirect3DTexture2Impl_Load: when the surface is not allocated and no
location are specified, set it to video memory.
Patch: http://cvs.winehq.com/patch.py?id=5528
Old revision New revision Changes Path
1.13 1.14 +6 -0 wine/dlls/ddraw/d3dtexture.c
ChangeSet ID: 5520
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/24 13:27:21
Modified files:
dlls/comctl32 : listview.c
Log message:
Guy L. Albertelli <galberte(a)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