ChangeSet ID: 6870
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 21:04:23
Modified files:
dlls/comctl32 : listview.c
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Listview should scroll by at least one column, fixes bug where item
being wider than listview prevents any scrolling from occuring. Added
printing of the scroll code text during tracing of scroll functions.
Patch: http://cvs.winehq.com/patch.py?id=6870
Old revision New revision Changes Path
1.334 1.335 +33 -5 wine/dlls/comctl32/listview.c
ChangeSet ID: 6865
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 17:11:56
Modified files:
dlls/oleaut32 : variant.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Handle VT_ERROR->VT_I4/VT_R4 coercion.
VariantCopy does not need to check the return of VariantClear.
VariantCopyInd now copies VT_UNKNOWN and VT_DISPATCH too.
VarCmp handles VT_BOOL.
VarFormat handles VT_BSTR.
coerce_array fixed for VT_ARRAY|VT_UI1 -> VT_BSTR and VT_ARRAY|x ->
VT_SAFEARRAY cases.
VarCat tries to coerce types into VT_BSTR to do cat.
Patch: http://cvs.winehq.com/patch.py?id=6865
Old revision New revision Changes Path
1.50 1.51 +131 -98 wine/dlls/oleaut32/variant.c
ChangeSet ID: 6864
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 17:11:19
Modified files:
dlls/oleaut32 : typelib.h typelib.c
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail is the
tdescAlias.vt entry.
Added a small handler for TKIND_DISPATCH in SLTG.
ITypeLib_Release can have a NULL pointer as ITypeInfo*.
Split out _copy_arg function for both DispCall and ITypeInfo_fnInvoke,
added some more functionality.
ITypeInfo_fnInvoke can handle VT_USERDEFINED variants.
Patch: http://cvs.winehq.com/patch.py?id=6864
Old revision New revision Changes Path
1.13 1.14 +8 -1 wine/dlls/oleaut32/typelib.h
1.84 1.85 +221 -40 wine/dlls/oleaut32/typelib.c
ChangeSet ID: 6863
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/01/02 17:08:58
Modified files:
dlls/dsound/tests: dsound.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Add the ability of playing a test tone when in interactive mode.
Test both primary and secondary buffers.
Patch: http://cvs.winehq.com/patch.py?id=6863
Old revision New revision Changes Path
1.2 1.3 +360 -59 wine/dlls/dsound/tests/dsound.c