Fake directx 9c instead of 9b.
[wine] / tools / widl /
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-03  Robert Shearman- The header global variable is NULL when not generatin...
2005-07-21  Stefan HuehnerChange some char* to const char* to fix warnigns.
2005-07-14  Stefan HuehnerFix a -Wsign-compare warning.
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-28  Huw DaviesAdd comments describing the first DWORD in an import...
2005-06-15  Stefan HuehnerFix some -Wmissing-declarations by making functions...
2005-06-09  Robert ShearmanAdd more struct types for TLB generation.
2005-05-26  Alexandre JulliardWorkaround to allow using the async keyword as method...
2005-04-18  Juan LangAlways initialize header file name, to prevent "#includ...
2005-04-15  Juan LangPut space between include directive and include file.
2005-04-15  Juan LangAdd proxy/stub options to widl man page.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-28  Vincent BéronKeep types sorted in alphabetical order.
2005-03-28  Vincent BéronAdd support for single in idl files.
2005-03-24  Jacek CabanAdded handling of unsigned type.
2005-03-05  Jacek CabanWrite uuid of library in header.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-23  Alexandre JulliardRemoved the useless proxy.h header file.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-02-14  Vincent BéronA RPC_FC_ENUM16 is a VT_USERDEFINED.
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-28  Huw DaviesStructs with ptrs are also VT_USERDEFINED.
2005-01-26  Huw DaviesWhen adding an interface, midl adds the inherited inter...
2005-01-26  Huw DaviesFix typelib only option.
2005-01-25  Huw DaviesAdd enum support.
2005-01-25  Huw DaviesAdd encoding for VT_R8.
2005-01-25  Huw Daviesunsigned char support.
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-21  Rémi AssaillySmall char -> const char fix.
2005-01-20  Huw DaviesDon't set ATTR_IN or ATTR_OUT by default - this essenti...
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.
2005-01-05  Huw DaviesBring the debug functions into line with the rest of...
2005-01-05  Huw DaviesStore interfaces, structs, coclasses and modules that...
2005-01-04  Huw DaviesAdd the precedence of the conditional operator.
2005-01-03  Jacek CabanAdded optional, defaultvalue and vararg.
2004-12-27  Vincent BéronGenerate only wanted files.
2004-12-27  Jacek CabanFixed defining DIIDs.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-10-18  Jacek CabanAdded writing forward declaration of dispinterface.
2004-10-11  Jacek Caban- Added creation of dispinterface header.
2004-10-06  Alexandre JulliardAllow defined types to be used as function names.
2004-10-05  Alexandre JulliardRemoved no longer needed ICOM compatibility mode in...
2004-10-05  Alexandre JulliardAdded support for the propget/propput function attributes.
2004-09-28  Filip Navara- Force default [in] attribute on all parameters where...
2004-09-21  Mike McCormackVarious formatting fixes.
2004-09-20  Mike McCormackImprove the handling of complex data types (strings...
2004-09-14  Mike McCormackDetermine RPC struct types more exactly.
2004-09-13  Mike McCormackImprove proxy code generated for oaidl.idl.
2004-09-10  Mike McCormackOutput NdrConvert, NdrClearOutParameters and IID constr...
2004-09-09  Mike McCormackOutput intermediate variables for the method to write...
2004-09-08  Mike McCormackGenerate some marshalling code for stubs.
2004-09-06  Mike McCormack- make the widl generated proxy-stub code compilable
2004-09-02  Mike McCormackOutput code to clear OUT variables in proxy code.
2004-08-23  Alexandre JulliardGet rid of the ICOM_MSVTABLE_COMPAT support, g++ no...
2004-08-22  Alexandre JulliardOutput BEGIN/END_INTERFACE for C++ base classes too.
2004-08-22  Mike McCormackGenerate BEGIN_INTERFACE,END_INTERFACE macros instead of
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-26  Filip NavaraMake widl parse the 'transmit_as' and 'endpoint' keywords.
2004-04-22  Filip NavaraMake widl compile without most of Windows/Wine headers...
2004-04-19  Robert Shearman- Handle "? :" conditionals.
2004-03-09  Hannu ValtonenAdded a man page for widl.
2004-02-12  Ove KaavenDon't add imported constructs to any typelib output...
2004-02-11  Ove KaavenParse the [input_sync] attribute.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAdded partial support for function pointers.
2003-09-03  Alexandre JulliardUse <> format in generated #include statements.
2003-08-18  Jon GriffithsPortability fixes.
next