winapi: Add support for GDIPCONST.
[wine] / tools / widl / widltypes.h
2007-06-14  Dan Hipschmanwidl: Handle wire_marshal types.
2007-06-12  Dan Hipschmanwidl: Simplify correlation descriptor code.
2007-06-08  Dan Hipschmanwidl: Fix incomplete struct/union typedef bug.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-05-25  Dan Hipschmanwidl: Allow types that reference themselves.
2007-05-25  Dan Hipschmanwidl: Shrink type_t structure.
2007-05-21  Dan Hipschmanwidl: Lay framework for unions with simple unions working.
2007-05-11  Dan Hipschmanwidl: Remove var_t's ptr_level field and start write_po...
2007-05-01  Dan Hipschmanwidl: Get rid of the tname field of var_t, simplify...
2007-05-01  Dan Hipschmanwidl: Get rid of the typeref_t structure, simplify...
2007-02-07  Alexandre Julliardwidl: Add a string list type and use it for the endpoin...
2007-01-22  Alexandre Julliardwidl: Convert expression lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert variable lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert function lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert interface lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert attribute lists to standard Wine lists.
2007-01-22  Alexandre Julliardwidl: Convert typelib lists to standard Wine lists.
2006-09-08  Dan Hipschmanwidl: Add more complete pointer handling to write_typef...
2006-09-07  Dan Hipschmanwidl: Remove checks for typedefs that always fail.
2006-09-07  Dan Hipschmanwidl: Add an is_ptr function.
2006-09-07  Dan Hipschmanwidl: Factor the entry_t structure.
2006-09-07  Dan Hipschmanwidl: Use type_t for typedefs, not var_t. Simplify...
2006-08-26  Alexandre Julliardwidl: xmalloc shouldn't initialize to zero, do that...
2006-08-25  Dan Hipschmanwidl: Remove usage of type_t ref field for base types...
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-12  Dan Hipschmanwidl: Use ref_type to simplify some code.
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-06-27  Alexandre Julliardwidl: Fixed syntax of DECL_LINK macro to look more...
2006-06-26  Andrew Talbotwidl: Write-strings warnings fix.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Jacek Cabanwidl: Added importlib reading implementation.
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
2006-02-07  Robert Shearmanwidl: Make 'attrs' field of type_t const.
2006-02-07  Robert Shearmanwidl: Remove unused 'rname' field of type_t.
2006-02-07  Robert Shearmanwidl: More const attributes.
2006-02-07  Robert Shearmanwidl: Make all pointer fields of expr_t structure constant.
2005-12-16  Jacek Cabanwidl: Added bindable and displaybind attributes handling.
2005-09-12  Robert Shearman- Output prototypes for user marshal functions at the...
2005-03-28  Vincent BéronKeep types sorted in alphabetical order.
2005-02-23  Eric Kohl- Add basic support for creating client and server...
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-25  Huw DaviesAdd enum support.
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-09  Huw DaviesAdd attributes control, hidden and restricted.
2005-01-06  Huw DaviesInitial support for typelib generation.
2005-01-05  Huw DaviesStore interfaces, structs, coclasses and modules that...
2005-01-03  Jacek CabanAdded optional, defaultvalue and vararg.
2004-10-18  Jacek CabanAdded writing forward declaration of dispinterface.
2004-10-05  Alexandre JulliardAdded support for the propget/propput function attributes.
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-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.
2002-12-15  Ove KaavenInclude guiddef.h in widltypes.h.
2002-12-03  Ove KaavenParse the NOT operator, the [idempotent] attribute...
2002-11-30  Ove KaavenHandle encapsulated unions in a cleaner (and less buggy...
2002-11-13  Alexandre JulliardMake sure widl doesn't depend on the headers it has...
2002-11-12  Ove KaavenSupport for enums, arrays, encapsulated unions, signed...
2002-08-13  Alexandre JulliardAvoid dependencies on y.tab.h.
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.