Piotr Caban
|
3f4b06edf1
|
oleaut32: Allocate bigger buffer in WMSFT_compile_names function.
|
2013-08-28 11:37:00 +02:00 |
Andrew Eikum
|
810ec233c0
|
oleaut32: Implement ICreateTypeInfo::SetTypeDescAlias.
|
2013-08-27 21:30:02 +02:00 |
Andrew Eikum
|
56aa7d015d
|
oleaut32: Resize 32-bit typeinfos when loaded in 64-bit.
|
2013-08-27 21:30:02 +02:00 |
Andrew Eikum
|
b6bfd6d32e
|
oleaut32: Assign MEMBERIDs to vardescs without one.
|
2013-08-19 11:29:27 +02:00 |
Andrew Eikum
|
341ff65b95
|
oleaut32: Run LayOut on typeinfos that require it before saving.
|
2013-08-19 11:29:16 +02:00 |
Andrew Eikum
|
f66523abee
|
oleaut32: Correct version byte order.
|
2013-08-19 11:29:09 +02:00 |
Andrew Eikum
|
6f5cc0887e
|
oleaut32: Save typelib SYSKIND.
|
2013-08-15 16:23:34 +02:00 |
Andrew Eikum
|
cc29cad2cc
|
oleaut32: 64-bit typelib fixes.
|
2013-08-15 16:23:29 +02:00 |
Andrew Eikum
|
f1398510df
|
oleaut32: Don't prevent 64-bit from loading 32-bit typelibs.
|
2013-08-15 16:23:00 +02:00 |
Piotr Caban
|
eb5c9707b5
|
oleaut32: Store hreftype associated with guid while saving typelib.
|
2013-07-31 22:26:57 +02:00 |
Piotr Caban
|
e35a05b9a4
|
oleaut32: Name guids hash table segment in MSFT_SegDir struct.
|
2013-07-31 22:26:56 +02:00 |
Piotr Caban
|
0059a0af62
|
oleaut32: Fill guids hash table while creating typelib.
|
2013-07-31 22:26:56 +02:00 |
Piotr Caban
|
c43bf14569
|
oleaut32: Fix ICreateTypeInfo2_fnAddVarDesc implementation.
|
2013-07-31 22:26:55 +02:00 |
Piotr Caban
|
2f707558fc
|
oleaut32: Store PARAMDESCEX structure inside lprgelemdescParam.
Thanks to this change we don't need to free the data differently
depending on how it was created (by typelib reading or writing code).
|
2013-07-30 19:12:37 +02:00 |
Piotr Caban
|
1967b35962
|
oleaut32: Free guid_list in ITypeLib2_Release.
|
2013-07-30 19:12:29 +02:00 |
Piotr Caban
|
6d6c3e5d81
|
oleaut32: Don't leak BSTRs allocated in string_list and name_list.
|
2013-07-30 19:12:26 +02:00 |
Piotr Caban
|
00d132ee15
|
oleaut32: Store typeinfo hreftype while saving typelib.
|
2013-07-29 15:01:09 +02:00 |
Piotr Caban
|
f9e73f97a9
|
oleaut32: Name names hash table segment in MSFT_SegDir struct.
|
2013-07-29 15:00:59 +02:00 |
Piotr Caban
|
aada2c7b6f
|
oleaut32: Fill names hash table while creating typelib.
|
2013-07-29 15:00:52 +02:00 |
Piotr Caban
|
4f62fb2eec
|
oleaut32: Fix custdata_list initialization in ITypeInfo_fnGetRefTypeInfo.
|
2013-07-27 11:55:07 -05:00 |
Andrew Eikum
|
d3b896358a
|
oleaut32: Use typelib's pointer size, not system's.
|
2013-06-24 11:43:33 +02:00 |
Andrew Eikum
|
2fa16df551
|
oleaut32: Load referenced typelibs in the same architecture.
|
2013-06-24 11:43:00 +02:00 |
Andrew Eikum
|
82376431e8
|
oleaut32: Register the typelib's path without WOW64 redirection.
|
2013-06-24 11:42:53 +02:00 |
Dmitry Timoshkov
|
08bade6880
|
oleaut32: Do not rely on vtable placement in the implementation structure.
|
2013-06-14 11:45:26 +02:00 |
Dmitry Timoshkov
|
eca18b5152
|
oleaut32: Do not rely on vtable placement in the implementation structure.
|
2013-06-13 17:13:28 +02:00 |
Marcus Meissner
|
0bd04d40cf
|
oleaut32: Avoid memory leaking junk (Coverity).
|
2013-06-10 11:53:14 +02:00 |
Marcus Meissner
|
b22dade1d6
|
oleaut32: Fixed incorrect pointer deref (Coverity).
|
2013-06-10 11:53:05 +02:00 |
Andrew Eikum
|
40966b3615
|
oleaut32: Use the new typelib creation implementation.
|
2013-06-06 10:41:39 +02:00 |
Andrew Eikum
|
9afd5845e5
|
oleaut32: Always read all imports from the typelib.
|
2013-06-05 17:31:40 +02:00 |
Andrew Eikum
|
7adad42745
|
oleaut32: Use implementation bitflag in href.
|
2013-06-05 17:31:40 +02:00 |
Andrew Eikum
|
d983e6d590
|
oleaut32: Always search external references in GetRefTypeInfo.
|
2013-06-05 17:31:40 +02:00 |
Andrew Eikum
|
3983bbf7d9
|
oleaut32: Fix ITypeInfo::GetNames for functions.
|
2013-06-05 17:31:40 +02:00 |
Andrew Eikum
|
cee0a726ed
|
oleaut32: Don't fall back on typelib name for docstring.
|
2013-06-05 17:31:40 +02:00 |
Andrew Eikum
|
0210cb9385
|
oleaut32: Only copy previous function name if both are property accessors.
|
2013-06-04 21:01:13 +02:00 |
Andrew Eikum
|
09d787d2d5
|
oleaut32: When loading typelibs, skip over function default parameters as well.
|
2013-06-04 21:01:13 +02:00 |
Andrew Eikum
|
af3ae0c4f2
|
oleaut32: Implement ICreateTypeLib::SaveAllChanges.
|
2013-06-04 21:01:11 +02:00 |
Andrew Eikum
|
205671f355
|
oleaut32: Implement ICreateTypeInfo::AddVarDesc.
|
2013-06-03 11:27:12 +02:00 |
Andrew Eikum
|
4b2201b11c
|
oleaut32: Implement ICreateTypeInfo::SetVarDocString.
|
2013-06-03 11:27:10 +02:00 |
Andrew Eikum
|
5ae88daf63
|
oleaut32: Implement ICreateTypeInfo::SetVarHelpContext.
|
2013-06-03 11:27:07 +02:00 |
Andrew Eikum
|
35342cef60
|
oleaut32: Store all GUIDs in typelibs.
|
2013-05-31 11:59:53 +02:00 |
Andrew Eikum
|
f7dbebef66
|
oleaut32: Pull TYPEATTR struct contents out.
|
2013-05-31 11:59:44 +02:00 |
Andrew Eikum
|
3a16568f41
|
oleaut32: Pull TLIBATTR struct contents out.
So we can store GUIDs outside of the structs.
|
2013-05-31 11:59:30 +02:00 |
Andrew Eikum
|
379e1c035a
|
oleaut32: Store all Names in typelibs, too.
|
2013-05-31 11:59:17 +02:00 |
Andrew Eikum
|
dc9cd02264
|
oleaut32: Load and store all of the strings in a typelib.
This lets us easily avoid duplicate strings in the typelib.
|
2013-05-31 11:59:07 +02:00 |
Andrew Eikum
|
d8b98efb4f
|
oleaut32: Implement ICreateTypeInfo::LayOut.
|
2013-05-30 10:56:34 +02:00 |
Andrew Eikum
|
02a2a6d936
|
oleaut32: Implement ICreateTypeInfo::SetCustData.
|
2013-05-30 10:56:32 +02:00 |
Andrew Eikum
|
92b9304ae4
|
oleaut32: Implement ICreateTypeInfo::SetImplTypeFlags.
|
2013-05-30 10:56:29 +02:00 |
Andrew Eikum
|
90e72d2d49
|
oleaut32: Implement ICreateTypeInfo::SetFuncAndParamNames.
|
2013-05-30 10:56:26 +02:00 |
Andrew Eikum
|
aec4504c8a
|
oleaut32: Implement ICreateTypeInfo::SetFuncHelpContext.
|
2013-05-29 11:25:00 +02:00 |
Andrew Eikum
|
479ffebf40
|
oleaut32: Implement ICreateTypeInfo::AddFuncDesc.
|
2013-05-29 11:24:58 +02:00 |