widl: Changes to output for better debugability.
[wine] / tools / widl / write_msft.c
2006-01-31  Robert Shearmanwidl: Implement the writing of defaultvalue constants...
2005-12-26  Robert Shearmanwidl: Add some const attributes.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-07-13  Stefan HuehnerFix some -Wsign-compare warnings.
2005-06-29  Huw DaviesUpdate the import table code to eliminate a few magic...
2005-06-09  Robert ShearmanAdd more struct types for TLB generation.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-08  Huw DaviesAdd support for modules.
2005-02-08  Huw DaviesCheck if we've already added the ptr to iface typedesc...
2005-02-08  Vincent BéronSupport some more attributes for interface properties.
2005-02-08  Vincent BéronSupport ATTR_READONLY for interface properties.
2005-02-08  Huw DaviesAdd VARIANT_BOOL.
2005-02-03  Huw DaviesCoclass support.
2005-02-02  Huw DaviesAdd support for typedefs.
2005-02-01  Huw DaviesAdd support for dispinterfaces (slightly hacked because...
2005-01-31  Huw DaviesDynamically allocate the type data storage.
2005-01-31  Vincent BéronCheck that there are some methods to iterate through...
2005-01-26  Huw DaviesWhen adding an interface, midl adds the inherited inter...
2005-01-25  Huw DaviesAdd enum support.
2005-01-25  Huw DaviesAdd encoding for VT_R8.
2005-01-25  Huw DaviesAdd interface inheritance.
2005-01-24  Huw DaviesAdd referenced types that aren't already in the typelib.
2005-01-24  Huw DaviesFix handling of void.
2005-01-24  Huw DaviesAdd support for hidden and restricted function attributes.
2005-01-21  Huw DaviesBit 0x0200 always appears to be set in the typeinfo's
2005-01-21  Huw Davies[local] functions should not be written to the typelib.
2005-01-20  Huw DaviesBetter guid hash.
2005-01-20  Huw DaviesMIDL adds two sets of custom data to the library: one...
2005-01-19  Huw DaviesAdd propget and propput function attributes.
2005-01-19  Huw DaviesPad small strings out to eight bytes.
2005-01-18  Huw DaviesAdd a missing break to fix typeinfo version regression.
2005-01-17  Huw DaviesAdd VT_VARIANT support.
2005-01-14  Huw DaviesAdd support for BSTR default values.
2005-01-14  Huw DaviesAdd support for interface ptrs including the special...
2005-01-12  Huw DaviesBetter type encoding. (Interface ptrs still not there...
2005-01-11  Huw DaviesAdd help* attributes for typeinfos and functions.
2005-01-10  Huw DaviesAdd support for the help* attributes on type libraries.
2005-01-10  Huw DaviesAdd support for optional arguments and some suppport...
2005-01-10  Huw DaviesAdd support for hidden, restricted and version attribut...
2005-01-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-06  Huw DaviesInitial support for typelib generation.