richedit: EN_UPDATE notification is sent on WM_PAINT.
[wine] / tools / widl /
2009-03-05  Rob Shearmanwidl: Fix get_explicit_generic_handle_type and is_conte...
2009-03-05  Rob Shearmanwidl: Move declarray property to array_details.
2009-02-25  Rob Shearmanwidl: Only classify top-level pointers as ref pointers...
2009-02-25  Rob Shearmanwidl: Ignore pointer attributes applied to interface...
2009-02-23  Rob Shearmanwidl: Add typegen_detect_type and use it.
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types of types...
2009-02-23  Rob Shearmanwidl: Use type_get_type to determine the types during...
2009-02-23  Rob Shearmanwidl: Don't directly access the type structure when...
2009-02-19  Rob Shearmanwidl: Fix typos in write_remoting_arg which caused...
2009-02-16  Rob Shearmanwidl: Call Pointer function for freeing non-conformant...
2009-02-16  Rob Shearmanwidl: Only duplicate a type if absolutely necessary.
2009-02-16  Rob Shearmanwidl: Call Struct and Union phase functions for referen...
2009-02-16  Rob Shearmanwidl: Fix marshalling/unmarshalling of enum arguments.
2009-02-13  Michael Stefaniuctools: Remove unused alloca.h include.
2009-02-10  Alexandre Julliardwidl: Change write_type_def_or_decl and write_type_decl...
2009-02-06  Alexandre Julliardwidl: Print all NdrFcShort parameters as shorts to...
2009-02-06  Alexandre Julliardwidl: Add printf format attribute on all printf-like...
2009-02-06  Alexandre Julliardwidl: Replace unsigned long and size_t by unsigned...
2009-02-06  Alexandre Julliardwidl: Add a dummy reference to the filter function...
2009-02-06  Alexandre Julliardwidl: Avoid using GetExceptionCode outside of an except...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-23  Alexandre Julliardwidl: We need an offset after the correlation descripto...
2009-01-20  Austin Englishwidl: Fix a compiler warning.
2009-01-19  Rob Shearmanwidl: Add new type_get_type and type_get_real_type_type...
2009-01-19  Rob Shearmanwidl: Add a new function, type_alias_get_aliasee to...
2009-01-14  Francois Gougetwidl: Add a trailing '\n' to an error() message.
2009-01-12  Michael Karcherwidl: Dereference operator in expr works on any declare...
2009-01-12  Michael Karcherwidl: Don't forget conformance info on [iid_is] void...
2009-01-12  Michael Karcherwidl: Fix handling of [local] functions without [call_as].
2009-01-10  Michael Stefaniucwidl: Move "inline" right after the storage class speci...
2009-01-08  Michael Karcherwidl: Write struct fields as signed fields.
2009-01-08  Michael Karcherwidl: Make write_base_type take a format char instead...
2009-01-07  Rob Shearmanwidl: Make the case of messages output by warning and...
2009-01-07  Rob Shearmanwidl: Determine the type of an array entirely at code...
2009-01-06  Rob Shearmanwidl: Replace uses of get_func_return_type with type_fu...
2009-01-06  Rob Shearmanwidl: Add new function, type_iface_get_stmts.
2009-01-06  Rob Shearmanwidl: Add a new function, type_iface_get_inherit.
2009-01-06  Rob Shearmanwidl: Add a new function, type_pointer_get_ref.
2009-01-06  Rob Shearmanwidl: Add a new function, type_array_get_element.
2009-01-06  Rob Shearmanwidl: Move the ifaces field of the type_t structure...
2009-01-06  Rob Shearmanwidl: Add function for getting the interfaces defined...
2009-01-06  Rob Shearmanwidl: Don't store typelib kind information in the type...
2009-01-06  Rob Shearmanwidl: Move creation of module type into a separate...
2009-01-06  Rob Shearmanwidl: Move duptype and alias to parser.y.
2009-01-06  Rob Shearmanwidl: Add new type_is_alias and type_get_real_type...
2009-01-06  Rob Shearmanwidl: Access array type properties through accessors...
2009-01-06  Rob Shearmanwidl: Move funcs and stmts fields from type_t structure...
2009-01-06  Rob Shearmanwidl: Do the consistency checks on interfaces after...
2009-01-03  Rob Shearmanwidl: Add aliased types to the typelib for statements...
2009-01-02  Rob Shearmanwidl: Use is_string_type instead of is_attr(..., ATTR_S...
2009-01-02  Michael Karcherwidl: Recurse search for need of delegation.
2008-12-31  Rob Shearmanwidl: Remove duplicate pointer handling code in get_str...
2008-12-31  Rob Shearmanwidl: Don't add NULL pointer checks in generated code...
2008-12-29  Rob Shearmanwidl: Generate header files from the parse tree instead...
2008-12-29  Rob Shearmanwidl: Write the local stubs file based on the parsed...
2008-12-29  Rob Shearmanwidl: Write the generated file containing IID, DIID...
2008-12-29  Rob Shearmanwidl: Write the typelib based on the statement list...
2008-12-29  Rob Shearmanwidl: Create a separate type_t object for each structur...
2008-12-29  Rob Shearmanwidl: Don't create a temporary variable in the t_ident...
2008-12-29  Rob Shearmanwidl: Store the type-specific information in a union...
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-12-29  Rob Shearmanwidl: Follow aliases in check_remoting_fields so that...
2008-12-27  Rob Shearmanwidl: Structures and arrays with pointers should be...
2008-12-26  Alexandre Julliardwidl: Add support for generating 32-bit and/or 64-bit...
2008-12-26  Alexandre Julliardwidl: Add --win32/--win64 options to select the type...
2008-12-26  Alexandre Julliardwidl: Store the size of a pointer in a variable instead...
2008-12-26  Alexandre Julliardwidl: Move determination of the exact type of structure...
2008-12-15  Alexandre Julliardwidl: Use ULONG_PTR instead of unsigned long for pointe...
2008-12-08  Alexandre Julliardwidl: Use local functions where possible instead of...
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from functio...
2008-12-08  Andrew Talbotwidl: Remove unneeded address-of operators from array...
2008-12-05  Vincent Povirkwidl: Fix string format warning.
2008-12-01  Alexandre Julliardwidl: Sort the proxy interfaces by iid and use a binary...
2008-12-01  Alexandre Julliardwidl: Output vtable information even for interfaces...
2008-12-01  Alexandre Julliardwidl: Don't define PROXY_DELEGATION unconditionally.
2008-12-01  Alexandre Julliardwidl: Make the generated global variables and functions...
2008-12-01  Rob Shearmanwidl: Fix optimisation for writing out ref pointers...
2008-12-01  Rob Shearmanwidl: Output the correct buffer size required for param...
2008-12-01  Alexandre Julliardwidl: Do not make the stub vtbl const for delegating...
2008-11-28  Alexandre Julliardwidl: Fix the handling of proxy delegation.
2008-11-25  Alexandre Julliardwidl: Make sure format strings for structure and union...
2008-11-18  Daniel Zimmermannwidl: Fix check for interface type in get_size_procform...
2008-11-17  Andrew Talbotwidl: Remove superfluous semicolons.
2008-11-11  Dmitry Timoshkovwidl: Make the generated string pointers const as well.
2008-10-20  Huw Davieswidl: Include errno.h.
2008-10-18  Rob Shearmanwidl: Check for overflow when parsing integer constants.
2008-10-10  Alexandre Julliardwidl: Add support for attributes on enum, struct and...
2008-09-18  Rob Shearmanwidl: Don't automatically add DUMMYUNIONNAME and DUMMYS...
2008-09-15  Alexandre Julliardwidl: Remove unnecessary casts in the generated code.
2008-09-15  Alexandre Julliardwidl: Implemented RpcAbnormalTermination in the generic...
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in client functions.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in server functions.
2008-09-15  Alexandre Julliardwidl: Implemented __finally support in stub functions.
2008-09-15  Alexandre Julliardwidl: Separate declaration and initialisation for indir...
2008-09-15  Alexandre Julliardwidl: Infrastructure for adding a prefix to local varia...
2008-09-15  Alexandre Julliardwidl: Make the exception handling macros more general...
2008-09-15  Alexandre Julliardwidl: Create an explicit structure for the function...
next