Sign in
goma
/
wine
/
44b52b128cbecd1a9cce645936ae290db434593b
/
dlls
/
oleaut32
44b52b1
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
5ea25c6
oleaut32: Remove unneeded casts.
by Andrew Talbot
· 17 years ago
1f26b14
janitorial: Remove superfluous backslashes at end of lines.
by Michael Stefaniuc
· 17 years ago
1e1b29f
oleaut32: Add missing types to serialize/deserialize.
by Peter Dons Tychsen
· 17 years ago
0efbce5
oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.
by Rob Shearman
· 17 years ago
745bd4f
oleaut32/tests: Avoid SHDeleteKeyW() because shlwapi.dll is missing on Windows 95.
by Francois Gouget
· 17 years ago
56d8f51
oleaut32/tests: Avoid relying on system-dependent rounding.
by Alexandre Julliard
· 17 years ago
83a02c5
oleaut32: Fix a leak of the typelib in the tmarshal tests.
by Rob Shearman
· 17 years ago
d768210
oleaut32: Fix two memory leaks in the test for DispCallFunc.
by Rob Shearman
· 17 years ago
bc9b5c2
oleaut32: Fix a reference count leak of the TMarshalDispatchChannel.
by Rob Shearman
· 17 years ago
2a9168e
oleaut32: Set the number of locks held on the safe arrays in the safe array tests to zero before destroying them, otherwise the operation will fail and leak memory.
by Rob Shearman
· 17 years ago
67a213f
oleaut32: Try to re-use existing memory when unmarshalling variants with byref types.
by Rob Shearman
· 17 years ago
baccba3
oleaut32: Don't call SafeArrayAllocData in LPSAFEARRAY_UserUnmarshal if we called SafeArrayCreateEx instead of SafeArrayAllocDescriptor.
by Rob Shearman
· 17 years ago
90d8741
oleaut32: Implement VarWeekdayName + tests.
by Alexandru Balut
· 17 years ago
6566183
oleaut32: Implement OLEPictureImpl_GetIDsOfNames.
by Rob Shearman
· 17 years ago
241b25b
oleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByteLen.
by Rob Shearman
· 17 years ago
e683710
oleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data.
by Rob Shearman
· 17 years ago
aaa6c40
oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.
by Rob Shearman
· 17 years ago
48d8398
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.
by Gerald Pfeifer
· 17 years ago
1d62064
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.
by Gerald Pfeifer
· 17 years ago
2a2e303
oleaut32: Fixed asm proxys to support more than 128 methods.
by Alexandre Julliard
· 17 years ago
6539b38
oleaut32: Handle non-byref safe arrays in VARIANT_UserFree.
by Rob Shearman
· 17 years ago
16f021a
oleaut32: Use -0.0 directly in test_VarBstrFromR4().
by Gerald Pfeifer
· 17 years ago
a8c66e9
oleaut32: Add TypeLib version for W2K, WXP, and Vista.
by Vincent Hardy
· 17 years ago
a7f4e8b
oleaut32: Properly initialize the result variant in VarImp.
by Alexandre Julliard
· 17 years ago
9d7b34c
oleaut32: Use widl to generate oaidl_p.c.
by Dan Hipschman
· 17 years ago
816f993
oleaut32: Add stubs for IPropertyBag_Read.
by Dan Hipschman
· 17 years ago
c4b1195
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
2e2720f
oleaut32/tests: Insert the decimal seperator, if it is just 1 char.
by Marcus Meissner
· 17 years ago
efab4b4
oleaut32: Update Swedish translation.
by Daniel Nylander
· 17 years ago
1766918
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 17 years ago
bda66cc
oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH.
by Mikolaj Zalewski
· 17 years ago
ce2cba7
oleaut32: Add a check for a test that depends on the decimal separator being a dot.
by Rob Shearman
· 17 years ago
b2648b8
oleaut32: olepicture: When drawing metafiles set the coordinates system so that it is drawn in the correct place.
by Mikolaj Zalewski
· 17 years ago
8e7e2c2
oleaut32: olepicture: Support loading Aldus Placable Metafiles.
by Mikolaj Zalewski
· 17 years ago
edbcf7c
oleaut32: Fix some memory leaks.
by Andrew Talbot
· 18 years ago
b2bc712
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
c5ba901
Update the Portuguese translation.
by Americo Jose Melo
· 18 years ago
2993785
Assorted non-ANSI function declaration fixes (missing void).
by Francois Gouget
· 18 years ago
acd48e5
oleaut32: Remove 'recursive registry key delete' function.
by Stefan Leichter
· 18 years ago
99ebe8b
oleaut32/tests: Skip VarCat and VarAnd tests a bit better if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
71dc818
oleaut32/tests: Skip VarImp tests if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
a41c228
oleaut32/tests: Skip VarIdiv tests if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
7287027
oleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
6081960
oleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
c36acfc
oleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support.
by Paul Vriens
· 18 years ago
9226cee
oleaut32/tests: Fix a few typos.
by Paul Vriens
· 18 years ago
7c0f0ab
oleaut32/tests: Add a few skip's to the vartype tests.
by Paul Vriens
· 18 years ago
9b39627
oleaut32/tests: Use GetModuleHandle and add a few skip's.
by Paul Vriens
· 18 years ago
c31ead4
oleaut32/tests: Use GetModuleHandle and check only once for availability of some functions.
by Paul Vriens
· 18 years ago
a08b998
oleaut32: Handle transparency data when loading PNG images.
by Evan Stade
· 18 years ago
ebadbd4
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
72a760b
oleaut32: Allow PNG_COLOR_TYPE_RGB_ALPHA.
by Evan Stade
· 18 years ago
6eb90d8
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
3543d51
oleaut32: Fix a signed/unsigned mismatch.
by Francois Gouget
· 18 years ago
61fde63
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
a55f233
oleaut32: Slight correction to EMF rendering.
by Evan Stade
· 18 years ago
582ae3f
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
4ed64d3
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
249c07c
oleaut32: Recognize EMF header when loading picture.
by Evan Stade
· 18 years ago
36720b4
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
16e9c35
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
f73821c
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
45d6d1c
oleaut32: Remove a return after return.
by Michael Stefaniuc
· 18 years ago
ac82f20
oleaut32: Constify some variables.
by Andrew Talbot
· 18 years ago
72e20d8
oleaut32: Save load time format of pictures.
by Evan Stade
· 18 years ago
5c5c5aa
oleaut32: Added support for decoding some PNG files.
by Evan Stade
· 18 years ago
d0fddf4
configure: Make the libjpeg soname check depend on the header check.
by Alexandre Julliard
· 18 years ago
5a95cfb
configure: Export the shared library extension instead of hardcoding .so.
by Alexandre Julliard
· 18 years ago
ab7e336
oleaut32: Remove superfluous casts of void pointers to other pointer types.
by Michael Stefaniuc
· 18 years ago
ec35568
oleaut32: Extend _invoke to cope with more args.
by Huw Davies
· 18 years ago
da98b1c
oleaut32: Handle marshaling of VARTYPE-less FADF_VARIANT safearrays.
by Huw Davies
· 18 years ago
3c8534f
oleaut32: Implement marshaling of VT_BYREF interfaces.
by Huw Davies
· 18 years ago
17fca45
oleaut32: Interfaces that derive from IDispatch should be marshaled as VT_DISPATCH.
by Huw Davies
· 18 years ago
34b45b311
oleaut32: Do not use wide character constants.
by Michael Stefaniuc
· 18 years ago
428ed94
oleaut32: Add support for vararg functions in ITypeInfo::Invoke.
by Misha Koshelev
· 18 years ago
127385e
oleaut32/tests: Add tests for IDispatch::Invoke of vararg function.
by Misha Koshelev
· 18 years ago
1ab9649
oleaut32: Fix some typos.
by Andrew Talbot
· 18 years ago
e848f6d
oleaut32: Fixes for the PICTYPE_UNINITIALIZED case.
by Huw Davies
· 18 years ago
38079e0
oleaut32: Support for VT_DISPATCH in VarRound.
by Alex Villacís Lasso
· 18 years ago
7f84b91
oleaut32: Support for VT_DISPATCH in VarNeg.
by Alex Villacís Lasso
· 18 years ago
f1b44b3
oleaut32: Support for VT_DISPATCH in VarInt.
by Alex Villacís Lasso
· 18 years ago
bd7de42
oleaut32: Support for VT_DISPATCH in VarFix.
by Alex Villacís Lasso
· 18 years ago
2ebe123
oleaut32: Support for VT_DISPATCH in VarNot.
by Alex Villacís Lasso
· 18 years ago
932fcac
oleaut32: Support for VT_DISPATCH in VarAbs.
by Alex Villacís Lasso
· 18 years ago
cb029e0
oleaut32/tests: Improve vtstr() and variantstr().
by Francois Gouget
· 18 years ago
d252693
oleaut32/tests: Convert some macros to functions.
by Francois Gouget
· 18 years ago
fbb892c
oleaut32/tests: Fix the EQ_DOUBLE() and EQ_FLOAT() macros so they work no matter how large the values to compare are.
by Francois Gouget
· 18 years ago
82a7753
oleaut32/tests: Remove unneeded parentheses.
by Francois Gouget
· 18 years ago
c2d24fd
oleaut32/tests: Remove redundant semi-colons.
by Francois Gouget
· 18 years ago
e98ec6d
oleaut32: Fix the references in function descriptions returned for dual IDispatch interfaces.
by Rob Shearman
· 18 years ago
bacf5c6
oleaut32: For automatic-value-getting in ITypeInfo::Invoke, it doesn't matter what flag(s) the function was executed with, just what type of function is being invoked.
by Rob Shearman
· 18 years ago
fa48cb0
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
ffbf92f
oleaut32/tests: Fix the Visual C++ double to float conversion warnings.
by Francois Gouget
· 18 years ago
8bf41d8
oleaut32: Add support for loading and drawing metafiles.
by Dmitry Timoshkov
· 18 years ago
cd3df38
oleaut32: SLTG references are only unique at the typeinfo level, so convert them to be unique to the typelib.
by Huw Davies
· 18 years ago
46d9465
oleau32: Fix one entry overflow (Coverity).
by Marcus Meissner
· 18 years ago
c1e8940
oleaut32: Recurse through the impltype list so that dispinterfaces get the correct parents.
by Huw Davies
· 18 years ago
b698b29
oleaut32: Fix CreateDispTypeInfo to store the correct number of functions.
by Huw Davies
· 18 years ago
c24a53d
oleaut32: non-dual dispinterfaces should be marshaled via IDispatch.
by Huw Davies
· 18 years ago
Next »