ChangeSet ID: 17958
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 16:08:52
Modified files:
tools/winebuild: spec32.c import.c
Log message:
Switch back to .data at the end of asm sections to work around an
optimization in recent gcc versions.
Patch: http://cvs.winehq.org/patch.py?id=17958
Old revision New revision Changes Path
1.89 1.90 +1 -2 wine/tools/winebuild/spec32.c
1.76 1.77 +1 -1 wine/tools/winebuild/import.c
ChangeSet ID: 17955
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:19:24
Modified files:
dlls/ole32 : marshal.c
Log message:
Rob Shearman <rob(a)codeweavers.com>
Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes
no sense and only causes trouble for proxies that depend on these
proxies being available.
Patch: http://cvs.winehq.org/patch.py?id=17955
Old revision New revision Changes Path
1.75 1.76 +6 -0 wine/dlls/ole32/marshal.c
ChangeSet ID: 17952
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:18:35
Modified files:
dlls/quartz : transform.c pin.c parser.c filesource.c
enummedia.c acmwrapper.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
Fixed clock release in transform template.
AddRef pUnk in CopyMediaType.
Added CreateMediaType helper function and use it.
Replaced some DeleteMediaType calls to FreeMediaType to be in line
with recent changes.
Fixed IEnumMediaTypesImpl_Next.
Clear media type when initializing pins.
Added some AddRef/Release traces.
Patch: http://cvs.winehq.org/patch.py?id=17952
Old revision New revision Changes Path
1.4 1.5 +3 -1 wine/dlls/quartz/transform.c
1.14 1.15 +7 -4 wine/dlls/quartz/pin.c
1.14 1.15 +3 -3 wine/dlls/quartz/parser.c
1.13 1.14 +1 -1 wine/dlls/quartz/filesource.c
1.7 1.8 +27 -9 wine/dlls/quartz/enummedia.c
1.4 1.5 +1 -1 wine/dlls/quartz/acmwrapper.c
ChangeSet ID: 17951
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/06/05 14:18:11
Modified files:
programs/winefile: winefile.c
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
Refresh window content after context menu popups only if any command
has been executed.
Patch: http://cvs.winehq.org/patch.py?id=17951
Old revision New revision Changes Path
1.48 1.49 +4 -2 wine/programs/winefile/winefile.c
ChangeSet ID: 17950
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/06/05 13:41:47
Modified files:
admin : editAppVersion.php editAppFamily.php
include : util.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Factor ~80 lines of code that were present in both editAppFamily.php and
editAppVersion.php into a new function in util.php.
Patch: http://cvs.winehq.org/patch.py?id=17950
Old revision New revision Changes Path
1.26 1.27 +6 -89 appdb/admin/editAppVersion.php
1.29 1.30 +1 -89 appdb/admin/editAppFamily.php
1.29 1.30 +119 -0 appdb/include/util.php