Rob Shearman
|
47bf80da8c
|
oleaut32: Fix a crash in dump_DispParms when running the typelib test with debug tracing on.
|
2006-10-24 17:46:56 +02:00 |
Rob Shearman
|
aa203f0919
|
oleaut32: Free the array subscript memory for type descriptions when freeing the typelib.
|
2006-10-24 17:46:49 +02:00 |
Rob Shearman
|
2b65782d1e
|
oleaut32: Fix a reference count leak in the typelib test.
|
2006-10-24 17:46:39 +02:00 |
Rob Shearman
|
a26af4861d
|
oleaut32: Fix a reference count leak in CreateDispTypeInfo.
|
2006-10-24 17:46:34 +02:00 |
Rob Shearman
|
d72ef78fa6
|
oleaut32: Initialise all members of the FUNCDESC structure in CreateDispTypeInfo.
|
2006-10-24 17:46:27 +02:00 |
Mikołaj Zalewski
|
58bd35c8c5
|
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 17:45:51 +02:00 |
Mikołaj Zalewski
|
e32aa55703
|
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
|
2006-10-24 11:45:12 +02:00 |
Rob Shearman
|
053f69aced
|
oleaut32: Fix a missing ITypeInfo::ReleaseTypeAttr in the typelib marshaling code.
|
2006-10-23 15:19:13 +02:00 |
Rob Shearman
|
053b6b21b6
|
oleaut32: Fix two more leaks on type info destruction.
|
2006-10-23 15:19:02 +02:00 |
Rob Shearman
|
b5c78d0dff
|
oleaut32: Rewrite MSFT_ReadName and MSFT_ReadString to need one less allocation and to fix a memory leak.
|
2006-10-23 15:18:56 +02:00 |
Rob Shearman
|
b3d024a7bb
|
oleaut32: Free allocated memory on typelib and typeinfo destruction.
|
2006-10-23 15:18:38 +02:00 |
Rob Shearman
|
d1b15c8ed7
|
oleaut32: Fix some reference count and memory leaks in the typelib marshaling code.
|
2006-10-23 15:18:17 +02:00 |
Rob Shearman
|
0fa33bb69b
|
oleaut32: Fix memory leaks after calling ITypeInfo::GetNames.
|
2006-10-23 15:18:08 +02:00 |
Dmitry Timoshkov
|
20c40e0659
|
oleaut32: Make QueryPathOfRegTypeLib test pass under Wine.
|
2006-10-23 15:16:55 +02:00 |
Dmitry Timoshkov
|
a1914dbbb8
|
oleaut32: Add a test for QueryPathOfRegTypeLib.
|
2006-10-23 15:16:28 +02:00 |
Francois Gouget
|
1f67fa0acf
|
Add '\n's to Wine traces.
|
2006-10-20 14:10:34 +02:00 |
Byeong-Sik Jeon
|
e1fd734c97
|
Korean: Use SUBLANG_NEUTRAL in Korean resources.
|
2006-10-20 13:49:39 +02:00 |
Francois Gouget
|
ef998ea6cb
|
Assorted spelling fixes.
|
2006-10-16 11:33:38 +02:00 |
Michael Stefaniuc
|
15765dd953
|
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
|
2006-10-16 10:53:04 +02:00 |
Hans Leidekker
|
ce66f5d684
|
oleaut32: Win64 printf format warning fixes.
|
2006-10-13 12:08:47 +02:00 |
Hans Leidekker
|
279207b258
|
oleaut32/tests: Win64 printf format warning fixes.
|
2006-10-12 20:41:09 +02:00 |
Michael Stefaniuc
|
173f7bd26c
|
janitorial: Remove remaining NULL checks before free() (found by Smatch).
|
2006-10-10 12:56:24 +02:00 |
Huw Davies
|
03ec218326
|
oleaut32: Implement ITypeInfo_CreateInstance.
|
2006-10-09 20:38:41 +02:00 |
James Hawkins
|
99e2c6dff2
|
janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch).
|
2006-10-07 17:52:51 +02:00 |
Francois Gouget
|
dd28d5be08
|
Tweak TRACE()s to simplify '\n' checks.
|
2006-10-06 17:29:27 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Francois Gouget
|
96f393178d
|
oleaut32: Remove unnecessary casts.
|
2006-10-03 20:18:45 +02:00 |
Robert Shearman
|
dd70c0ae7c
|
oleaut32: Fix ITypeInfo::GetFuncDesc to return the correct information for dual dispinterfaces.
|
2006-10-02 21:38:12 +02:00 |
Robert Shearman
|
65ca6a2f4d
|
oleaut32: Make ITypeInfo::GetDocumentation work for functions/variables in inherited interfaces.
|
2006-10-02 21:38:07 +02:00 |
Stefan Leichter
|
a94bd8afdd
|
oleaut32/tests: Print each 64-bit integers as two 32 bit integers.
|
2006-10-02 11:55:53 +02:00 |
Francois Gouget
|
b21526925d
|
oleaut32: Fixed compilation in the nameless union case.
|
2006-10-02 11:54:23 +02:00 |
Francois Gouget
|
222c167969
|
Assorted spelling fixes.
|
2006-09-29 16:28:30 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Robert Shearman
|
cc21d23539
|
oleaut32: Make sure to free the allocated vtable when the tmarshal proxy is released.
|
2006-09-28 11:56:00 +02:00 |
Andrew Talbot
|
0e9c97eba3
|
oleaut32: Cast-qual warnings fix.
|
2006-09-25 18:15:39 +02:00 |
Benjamin Arai
|
8d921f1d3c
|
oleaut32: Conformance test for function variant:VarImp.
|
2006-09-21 11:25:45 +02:00 |
Benjamin Arai
|
4cb6c9184b
|
oleaut32: Implementation for function variant:VarImp.
|
2006-09-21 11:25:41 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Dan Hipschman
|
b6e6d4b511
|
oleaut32: Replace a loop with a simple computation.
|
2006-09-12 11:01:17 +02:00 |
Benjamin Arai
|
7e1f392a27
|
oleaut32: Conformance test for function variant:VarIdiv.
|
2006-09-12 10:53:56 +02:00 |
Benjamin Arai
|
ed64999180
|
oleaut32: Fixes for function variant:VarIdiv.
|
2006-09-12 10:53:49 +02:00 |
Benjamin Arai
|
a4ec2721a4
|
oleaut32: Conformance test for function variant:VarDiv.
|
2006-09-12 10:53:14 +02:00 |
Benjamin Arai
|
aaca30cf03
|
oleaut32: Fixes for function variant:VarDiv.
|
2006-09-12 10:53:08 +02:00 |
Mike McCormack
|
7aa893481e
|
oleaut32: Include minimal ungif source to remove dependency on libungif.
|
2006-09-08 16:06:33 +02:00 |
Benjamin Arai
|
aee8a62136
|
oleaut32: Conformance test for function variant:VarPow.
|
2006-09-08 12:55:05 +02:00 |
Benjamin Arai
|
fbf9cba683
|
oleaut32: Fixes for function variant:VarPow.
|
2006-09-08 12:54:59 +02:00 |
Benjamin Arai
|
9e3e591bf2
|
oleaut32: Conformance test for function variant:VarAnd.
|
2006-09-08 12:52:22 +02:00 |
Benjamin Arai
|
3abb454c70
|
oleaut32: Fixes for function variant:VarAnd.
|
2006-09-08 12:52:14 +02:00 |
Francois Gouget
|
3eda8da2bd
|
oleaut32: Fix spelling of VARIANT_NUMBER_CHARS's separator fields.
|
2006-09-08 11:03:00 +02:00 |
Robert Shearman
|
4d0b1e3d07
|
oleaut32: Delay the creation of the stub object for IDispatch until it is actually used.
|
2006-09-07 10:16:55 +02:00 |
Robert Shearman
|
b7e88d8f8b
|
oleaut32: Fix a leak of the module reference count.
|
2006-09-07 10:16:47 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Benjamin Arai
|
6aaf2af5c0
|
oleaut32: Updated conformance test return string for VT_RESERVED.
|
2006-08-24 11:51:58 +02:00 |
Benjamin Arai
|
d1282dce88
|
oleaut32: Add support for handling TKIND_COCLASS in userdefined_to_variantvt.
|
2006-08-22 12:00:01 +02:00 |
Stefan Leichter
|
220547708a
|
oleaut32: Print 64bit integers with wine_dbgstr_longlong.
|
2006-08-22 11:59:38 +02:00 |
Mike McCormack
|
9c5c063ebf
|
oleaut32: Put the HeapFree back in the right place.
|
2006-08-14 20:17:10 +02:00 |
Benjamin Arai
|
bf6867024c
|
oleaut32: Conformance test for olefont:AddRefHfont.
|
2006-08-14 11:48:03 +02:00 |
Benjamin Arai
|
c4ba8a8c87
|
oleaut32: Conformance test for olefont:ReleaseHfont.
|
2006-08-14 11:47:55 +02:00 |
Mike McCormack
|
eb9f46037c
|
oleaut32: Calculate icon data if the picture is dirty, or there's no icon data.
|
2006-08-14 11:47:48 +02:00 |
Mike McCormack
|
cbfc35602e
|
oleaut32: Print an IID in the trace, not just a pointer to it.
|
2006-08-14 11:46:50 +02:00 |
Mike McCormack
|
bcb3e28e2b
|
oleaut32: Don't complain when PICTDESC->cbSizeofstruct is 0.
|
2006-08-14 11:46:45 +02:00 |
Benjamin Arai
|
0b44e9a641
|
oleaut32: Added test to check if olefont:IFont_QueryInterface increments ref counter.
|
2006-08-12 11:40:12 +02:00 |
Benjamin Arai
|
3dade1e7de
|
oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint.
|
2006-08-11 11:57:01 +02:00 |
Francois Gouget
|
aab7d2e78a
|
oleaut32: Set some missing ProxyStubClsid fields.
|
2006-08-08 11:15:38 +02:00 |
Tijl Coosemans
|
48e1faff1e
|
oleaut32/tests: Test relative error, not absolute.
|
2006-08-07 13:11:48 +02:00 |
Benjamin Arai
|
0227b8cba2
|
oleaut32: Removes extra string allocation for varformat:VarMonthName.
|
2006-08-04 12:04:19 +02:00 |
Stefan Siebert
|
9776f5b83f
|
oleaut32: GetTypeInfoType - Return TYPE_E_ELEMENTNOTFOUND if index out of bounds.
|
2006-08-03 19:56:22 +02:00 |
Benjamin Arai
|
be37e95105
|
oleaut32: Implement function olefont:OLEFontImpl_IsEqual.
|
2006-08-03 18:22:03 +02:00 |
Benjamin Arai
|
41641554f4
|
oleaut32: Conformance test for olefont:OLEFontImpl_IsEqual.
|
2006-08-03 18:20:54 +02:00 |
Robert Shearman
|
40556ae08f
|
oleaut32: Improve dump_DispParms.
|
2006-07-31 21:27:29 +02:00 |
Robert Shearman
|
33582cc69e
|
oleaut32: Add some validation for the DISPPARAMS structure in ITypeInfo::Invoke.
|
2006-07-31 21:25:44 +02:00 |
Benjamin Arai
|
63c26dac23
|
oleaut32: Move varformat conformance tests to new file varformat.c
|
2006-07-31 11:21:45 +02:00 |
Benjamin Arai
|
0eed4603c5
|
oleaut32: VarMonthName - Update error codes and helper functions.
|
2006-07-28 12:56:45 +02:00 |
Benjamin Arai
|
f10ed1f16e
|
oleaut32: VarSub: Conformance test.
|
2006-07-28 12:56:45 +02:00 |
Benjamin Arai
|
9634ffa7dc
|
oleaut32: VarSub: Fixes several data types and corrects error codes.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
d82d374430
|
oleaut32: Implement GetTypeInfoCount and GetTypeInfo for standard pictures.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
3435560317
|
oleaut32: Implement GetTypeInfoCount for standard fonts.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
9648b824a1
|
oleaut32: Implement setting of the hPal property in IPictureDisp::Invoke.
Remove some validation code that is already handled by a more generic
case at the end of the function.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
e0e7d96ee6
|
oleaut32: Implement getting of all properties in IPictureDisp::Invoke.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
9985f50389
|
oleaut32: Add a test for passing an invalid number of input parameters into IFontDisp::Invoke with DISPATCH_PROPERTYGET.
|
2006-07-28 12:56:45 +02:00 |
Robert Shearman
|
25aff05e4a
|
oleaut32: Add validation for parameters in IPictureDisp::Invoke.
Add some tests for IPictureDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
18732f85f9
|
oleaut32: Fix the return code for an invalid dispid in IFontDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
fd48f795ff
|
oleaut32: Add a successful test for IFontDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Robert Shearman
|
c2afb5cbfb
|
oleaut32: Handle the Weight property in IFontDisp::Invoke.
|
2006-07-28 12:56:44 +02:00 |
Alexandre Julliard
|
06fbe6012f
|
oleaut32: Fixed compiler warning.
|
2006-07-27 12:03:33 +02:00 |
Robert Shearman
|
bbdcccd3b7
|
oleaut32: Add validation of some more parameters in IFontDisp::Invoke.
|
2006-07-27 11:42:39 +02:00 |
Robert Shearman
|
207ec43e70
|
oleaut32: Clean up IFontDisp::Invoke by using VariantChangeTypeEx to coerce the input parameter into the correct type.
|
2006-07-27 11:42:33 +02:00 |
Robert Shearman
|
68249c10df
|
configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't.
|
2006-07-26 10:23:14 +02:00 |
Neil Skrypuch
|
8cec3cf120
|
oleaut32: Adding a NULL to a safearray is supposed to crash.
|
2006-07-25 12:05:28 +02:00 |
Robert Shearman
|
eb885a750f
|
oleaut32: Initialize pRetVal in ITypeInfo::Invoke before calling VariantCopyInd
as native doesn't assume that it doesn't contain valid data.
|
2006-07-24 13:46:57 +02:00 |
Benjamin Arai
|
b636e4dbf4
|
oleaut32: Fix missing tests and heap errors for VarCat conformance.
|
2006-07-21 13:40:39 +02:00 |
Benjamin Arai
|
4026a4c0a8
|
oleaut32: Fix temp variant initialization issues in VarCat.
|
2006-07-21 13:40:32 +02:00 |
Benjamin Arai
|
31e3ad7150
|
oleaut32: OLEFontImpl_GetIDsOfNames conformance test.
|
2006-07-21 10:48:34 +02:00 |
Benjamin Arai
|
f75b9f190f
|
oleaut32: Implements OLEFontImpl_GetIDsOfNames.
|
2006-07-21 10:48:26 +02:00 |
Benjamin Arai
|
911af4dce9
|
oleaut32: Update error codes for VarMod.
|
2006-07-19 09:38:50 +02:00 |
Robert Shearman
|
a05672e55f
|
oleaut32: Add an exception handler around code executed on the server side from the typelib marshaler.
|
2006-07-18 11:16:02 +02:00 |
Robert Shearman
|
ad6b0dc281
|
oleaut32: Revert check for FUNCFLAG_FRESTRICTED in ITypeInfo::Invoke.
The change caused regressions in a number of applications and needs more
study to see what the correct behaviour should be.
|
2006-07-18 11:12:35 +02:00 |
Benjamin Arai
|
d42002b72c
|
oleaut32: VarCmp - Corrected function description.
|
2006-07-18 11:10:15 +02:00 |
Robert Shearman
|
c793bfe028
|
oleaut32: Test the return value of VarCat in the tests.
|
2006-07-17 14:46:26 +02:00 |
Robert Shearman
|
31f640274f
|
oleaut32: Don't execute a function in ITypeInfo::Invoke if it has the FUNCFLAG_FRESTRICTED flag.
Add some more tests for ITypeInfo::Invoke.
|
2006-07-14 12:39:02 +02:00 |