ChangeSet ID: 1014413422764907295815647
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/22 16:30:22
Modified files:
files : file.c
Log message:
Gerhard W. Gruber <sparhawk(a)gmx.at>
MoveFileEx now enters the files in the registry when the boot delay
flag is set.
Patch: http://cvs.winehq.com/patch.py?id=1014413422764907295815647
Revision Changes Path
1.132 +136 -13 wine/files/file.c
ChangeSet ID: 1014412983549364159349352
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/02/22 16:23:03
Modified files:
dlls/comctl32 : listview.c
Log message:
Bill Medland <medbi01(a)accpac.com>
Implement multiline labels in the Large Item view by using DrawText
Note that this now highlights weaknesses in the label measuring code
etc. which cannot correctly handle multiline labels.
Patch: http://cvs.winehq.com/patch.py?id=1014412983549364159349352
Revision Changes Path
1.118 +76 -60 wine/dlls/comctl32/listview.c