ChangeSet ID: 10295404270840708912155641
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/16 18:27:07
Modified files:
dlls/shell32 : shelllink.c
Log message:
Mike McCormack <mikem(a)codeweavers.com>
Don't try reading a PIDL in IPersistStream->Load if its size is 0.
Check the number of bytes read was correct.
Small reorganization of error handling.
Patch: http://cvs.winehq.com/patch.py?id=10295404270840708912155641
Revision Changes Path
1.44 +44 -38 wine/dlls/shell32/shelllink.c
ChangeSet ID: 10295403820720557918111844
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/16 18:26:22
Modified files:
dlls/commdlg : cdlg.h cdlg32.c filedlg95.c filedlgbrowser.h
Log message:
Mike McCormack <mikem(a)codeweavers.com>
- Do not modify pointers in the OPENFILENAME structure passed to
GetFileDialog95A/W.
- Use Unicode as default for strings from the OPENFILENAME structures.
- Fill out the OPENFILENAME structure before sending the FILEOK
notification.
- Send a CDN_FOLDERCHANGE notification on OPENFILENAME dialog init.
- Fix miscalculation of the size of Explorer style file dialog boxes
with templates.
- Remove redundant MapHModuleLS and MapHModuleSL calls that also cause
hInstance to be trashed when it holds a template pointer instead of a
real hInstance (when OFN_ENABLETEMPLATEPOINTER is specified).
Patch: http://cvs.winehq.com/patch.py?id=10295403820720557918111844
Revision Changes Path
1.21 +1 -1 wine/dlls/commdlg/cdlg.h
1.23 +9 -0 wine/dlls/commdlg/cdlg32.c
1.79 +426 -389 wine/dlls/commdlg/filedlg95.c
1.13 +8 -2 wine/dlls/commdlg/filedlgbrowser.h
ChangeSet ID: 1029528269705809797234
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/16 15:04:29
Modified files:
objects : metafile.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
Fix for metafile ExtTextOut that only includes the rectangle if either
ETO_CLIPPED or ETO_OPAQUE is set.
Slightly less of a stub implementation for GetWinMetaFileBits.
Patch: http://cvs.winehq.com/patch.py?id=1029528269705809797234
Revision Changes Path
1.50 +13 -3 wine/objects/metafile.c
ChangeSet ID: 102952801466868687544866
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/08/16 15:00:14
Modified files:
misc : cpu.c
Log message:
François Gouget <fgouget(a)codeweavers.com>
Change the default CPU type so that QuickTime will also run on
platforms where the cpu detection code does not work.
Patch: http://cvs.winehq.com/patch.py?id=102952801466868687544866
Revision Changes Path
1.28 +2 -2 wine/misc/cpu.c