ChangeSet ID: 20939
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 05:30:57
Modified files:
dlls/oleaut32 : typelib.h typelib.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Read DLL name from modules in MSFT typelibs.
- A name offset of -1 for a parameter means that it has the same name
as the function.
- Print an error if a ReadName is attempted with an offset of -1,
since this will read garbage.
- Implement ITypeInfo_GetDllEntry.
Patch: http://cvs.winehq.org/patch.py?id=20939
Old revision New revision Changes Path
1.22 1.23 +1 -0 wine/dlls/oleaut32/typelib.h
1.171 1.172 +39 -12 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 20938
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 05:30:36
Modified files:
dlls/wined3d : wined3d_private.h stateblock.c device.c
Log message:
Oliver Stieber <oliver_stieber(a)yahoo.co.uk>
Move the softwareVertexProcessing flag from the stateblock to the
device because its state shouldn't be recorded in a stateblock.
Patch: http://cvs.winehq.org/patch.py?id=20938
Old revision New revision Changes Path
1.66 1.67 +4 -2 wine/dlls/wined3d/wined3d_private.h
1.24 1.25 +0 -2 wine/dlls/wined3d/stateblock.c
1.89 1.90 +2 -2 wine/dlls/wined3d/device.c
ChangeSet ID: 20937
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 05:29:56
Modified files:
dlls/gdi : dc.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Print an error if a DC is created with a bad device.
Patch: http://cvs.winehq.org/patch.py?id=20937
Old revision New revision Changes Path
1.12 1.13 +5 -1 wine/dlls/gdi/dc.c
ChangeSet ID: 20933
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/10/29 05:29:08
Modified files:
dlls/msi : action.c
Log message:
Thomas Weidenmueller <wine-patches(a)reactsoft.com>
Passing NULL as the last two parameters to ReadFile is illegal and
actually causes a crash on windows. The attached patch fixes this.
Patch: http://cvs.winehq.org/patch.py?id=20933
Old revision New revision Changes Path
1.217 1.218 +6 -5 wine/dlls/msi/action.c
ChangeSet ID: 20930
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)winehq.org 2005/10/28 23:41:10
Modified files:
admin : deleteAny.php
include : monitor.php version.php
Log message:
Tony Lambregts <tony.lambregts(a)gmail.com>
Add arrays for monitors, fix array for test results and use the arrays to delete monitors and bug links when a version is deleted
Patch: http://cvs.winehq.org/patch.py?id=20930
Old revision New revision Changes Path
1.14 1.15 +6 -4 appdb/admin/deleteAny.php
1.1 1.2 +2 -2 appdb/include/monitor.php
1.41 1.42 +29 -4 appdb/include/version.php