ChangeSet ID: 1014773080402648554649204
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/26 20:24:40
Modified files:
dlls/comctl32 : listview.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Centre text correctly for the selected item.
Draw complete background for the selected item.
Calculate the size of a large icon more correctly (including multiline
labels).
Patch: http://cvs.winehq.com/patch.py?id=1014773080402648554649204
Revision Changes Path
1.120 +89 -4 wine/dlls/comctl32/listview.c
ChangeSet ID: 1014772978952335007023066
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/26 20:22:59
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Support CCS_VERT as alternative for TBSTYLE_WRAPABLE.
- TB_INSERTBUTTONW was not as functional as the 'A' version. They now
match.
Patch: http://cvs.winehq.com/patch.py?id=1014772978952335007023066
Revision Changes Path
1.105 +31 -17 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 10147728540889978087507188
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/26 20:20:54
Modified files:
windows : win.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
Fix the strange case in WIN_FixCoordinates where x and cx are not
default but cy is CW_USEDEFAULT.
Patch: http://cvs.winehq.com/patch.py?id=10147728540889978087507188
Revision Changes Path
1.178 +13 -0 wine/windows/win.c