mshtml: Added IHTMLScreen::get_availWidth implementation.
[wine] / tools / widl /
2011-05-27  Alexandre Julliardwidl: Output a list of binding routines in client files.
2011-05-26  Alexandre Julliardwidl: Add support for top-level conformances.
2011-05-26  Alexandre Julliardwidl: Move the check for already processed types into...
2011-05-25  Alexandre Julliardwidl: Set the correct stack size for parameters in...
2011-05-25  Alexandre Julliardwidl: Allow using fixed size arrays as strings.
2011-05-24  Alexandre Julliardwidl: Also compute buffer size for non-ref pointers.
2011-05-24  Alexandre Julliardwidl: Return the buffer size of the object pointed...
2011-05-24  Alexandre Julliardwidl: Call marshalling routines directly also for user...
2011-05-24  Alexandre Julliardwidl: Don't call the buffer sizer routine when the...
2011-05-24  Alexandre Julliardwidl: Only return a buffer size for fixed-size arrays.
2011-05-09  Marcus Meissneroleaut32: Fixed offset calculation (Coverity).
2011-03-31  Marcus Meissnerwidl: Mark up a FALLTHROUGH case (Coverity).
2011-03-03  Huw Davieswidl: Initialise [out] only conformant arrays.
2011-02-03  Huw Davieswidl: Don't dereference if the referenced type is a...
2011-02-02  Huw Davieswidl: Initialise [out] only parameters if they are...
2011-01-28  Henri Verbeetwidl: Support forward type declarations.
2011-01-19  Alexandre Julliardwidl: Don't generate proxies for oleautomation interfaces.
2010-12-23  Alexandre Julliardwidl: Allow specifying a class version outside of a...
2010-12-23  Alexandre Julliardwidl: Don't free the input file name since it's stored...
2010-12-22  Alexandre Julliardwidl: Allow specifying a version for a coclass independ...
2010-12-17  Alexandre Julliardwidl: Register the PSFactoryBuffer class as factory...
2010-12-09  Alexandre Julliardwidl: Don't create the CurVer key if the ProgId is...
2010-12-08  Alexandre Julliardwidl: Support encoding the DECIMAL type in typelibs.
2010-12-08  Alexandre Julliardwidl: Signal an error when trying to output an undefine...
2010-12-08  Alexandre Julliardwidl: Improve registration of coclasses contained in...
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-12-03  Alexandre Julliardwidl: Output registration information also for IUnknown.
2010-12-03  Alexandre Julliardwidl: Don't force removal of progids since "CLSID"...
2010-12-03  Alexandre Julliardwidl: Use the class name as default description for...
2010-12-02  Alexandre Julliardwidl: Generate keys for coclasses in the registration...
2010-12-02  Alexandre Julliardwidl: Add progid, threading and vi_progid attributes...
2010-11-27  Alexandre Julliardwidl: Add support for generating a .rgs registration...
2010-11-27  Alexandre Julliardwidl: Add a general -o option instead of having a diffe...
2010-11-27  Alexandre Julliardwidl: Use the output buffer functions to write typelibs.
2010-11-27  Alexandre Julliardwidl: Copy the output buffer management functions from...
2010-11-15  André Hentschelwidl: Fix for typelib generation when unaligned access...
2010-10-27  Amine Khaldiwidl: Do not define MIDL_user_allocate and MIDL_user_fr...
2010-10-22  Alexandre Julliardwidl: Output a format string table and server info...
2010-10-22  Alexandre Julliardwidl: Output a format string table and server info...
2010-10-22  Alexandre Julliardwidl: Duplicate the exception handling code between...
2010-10-22  Alexandre Julliardwidl: Duplicate all the proxy data tables between 32...
2010-10-21  Alexandre Julliardwidl: Add a separate function to write the proc format...
2010-10-21  Alexandre Julliardwidl: Output some comments for proc format strings.
2010-10-21  Alexandre Julliardwidl: Use get_size_procformatstring_func() for clients...
2010-10-21  Alexandre Julliardwidl: Add support for some more typelib flags based...
2010-10-21  Alexandre Julliardwidl: Add some more attribute keywords.
2010-09-21  Gerald Pfeiferwidl: Avoid duplicate assignments in resolve_expression.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Austin Englishwidl: Fix compiler warnings on clang.
2010-09-06  Alexandre Julliardwidl: Fix declaration order in generated headers.
2010-09-01  Jacek Cabanwidl: Define _WIN32 by default.
2010-08-27  Alexandre Julliardwidl: Set the default calling convention at header...
2010-08-27  Alexandre Julliardwidl: Fix parsing of function calling conventions.
2010-05-28  André Hentschelwidl: Add support for amd64-mingw32msvc platform.
2010-05-03  Gerald Pfeiferwidl: Simplify write_struct_tfs and remove an unused...
2010-04-26  Gerald Pfeiferwidl: Remove variable size which is not really used...
2010-04-05  Alexandre Julliardwidl: Alignment for complex arrays and structs is the...
2010-04-05  Alexandre Julliardwidl: Add a type_memsize_and_alignment function to...
2010-03-30  Alexandre Julliardwidl: Move temp file management from wpp to widl.
2010-03-26  Alexandre Julliardwidl: Long constants must be 32-bit on all platforms.
2010-03-23  Rob Shearmanwidl: Check whether an expression is a constant one...
2010-03-23  Rob Shearmanwidl: Make use of string_of_type in write_conf_or_var_desc.
2010-03-23  Rob Shearmanwidl: Remove the current_func variable.
2010-03-23  Rob Shearmanwidl: Return a pointer to the correct part of the strin...
2010-03-23  Rob Shearmanwidl: Fix the calculation of casted integer constant...
2010-03-23  Rob Shearmanwidl: Remove func_t type.
2010-03-23  Rob Shearmanwidl: Issue an error if an out parameter is a conforman...
2010-03-23  Rob Shearmanwidl: Issue an error if a context handle variable is...
2010-03-23  Rob Shearmanwidl: Fix crash when trying to declare a fixed size...
2010-03-23  Rob Shearmanwidl: Fix writing of MaxCount expressions for conforman...
2010-03-23  Rob Shearmanwidl: Convert assign_stub_out_args to using typegen_det...
2010-03-23  Rob Shearmanwidl: Don't pre-calculate buffer size for arrays that...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Rob Shearmanwidl: Remove a FIXME comment in write_function_stubs.
2010-03-16  Rob Shearmanwidl: Simplify write_parameter_conf_or_var_exprs by...
2010-03-16  Rob Shearmanwidl: Clean up array case in write_remoting_arg.
2010-03-16  Rob Shearmanwidl: Remove some FIXME comments and replace them with...
2010-03-16  Rob Shearmanwidl: Fix the writing of expressions in un-typedef...
2010-03-16  Rob Shearmanwidl: error_status_t isn't an allowed conformance type.
2010-03-16  Rob Shearmanwidl: Pass current_structure into write_conf_or_var_des...
2010-03-16  Rob Shearmanwidl: Use typegen_detect_type to determine which types...
2010-03-16  Rob Shearmanwidl: Merge write_typeformatstring_var and write_embedd...
2010-03-16  Rob Shearmanwidl: Don't use the return value of write_embedded_type...
2010-03-16  Rob Shearmanwidl: Write pointers in write_typeformatstring_var...
2010-03-16  Rob Shearmanwidl: Simplify write_typeformatstring_var.
2010-03-16  Rob Shearmanwidl: Make write_pointer_tfs more readable.
2010-03-16  Rob Shearmanwidl: Remove some unused functions, definitions and...
2010-03-01  Gerald Pfeiferwidl: Avoid two warnings.
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-01-22  Rob Shearmanwidl: Fix symbol was not declared and using plain integ...
2010-01-19  Rob Shearmanwidl: Add support for character constants in expressions.
2010-01-11  Paul Vrienswidl: Fix size parameter for xrealloc (Coccinelle).
2009-11-29  Rob Shearmanwidl: Detect interfaces that inherit from another inter...
2009-11-21  Alexandre Julliardwidl: Use INT64 instead of __int64 in generated headers.
2009-11-19  Nicolas Le Camwidl: Don't generate memset calls with zero length...
2009-11-16  Francois Gougetwidl: Add a trailing '\n' to an error_loc() call.
2009-11-12  Rob Shearmanwidl: Include range types in constant BufferLength...
2009-11-09  Rob Shearmanwidl: Allow pointers, type-qualifiers and other more...
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
next