mshtml: Use IPropertyNotifySink connection point.
[wine] / tools /
2006-08-18  Dan Hipschmanwidl: Output format-strings for interface pointers.
2006-08-18  Dan Hipschmanwidl: Allow format-string functions to work with objects.
2006-08-17  Dan Hipschmanwidl: Use typegen.c format-string functions in proxy.c.
2006-08-17  Dan Hipschmanwidl: Move format-string declaration output to typegen.c.
2006-08-17  Stefan Leichterwinedump: Print each 64bit integers as two 32 bit integers.
2006-08-16  Alexandre Julliardwine.inf: Create a fake exe for explorer.exe.
2006-08-16  Dan Hipschmanwidl: Generate proxy code for user marshalled types.
2006-08-16  Dan Hipschmanwidl: Fix out-only temporary variable generation.
2006-08-16  Dan Hipschmanwidl: Fix NdrComplexStructUnmarshall calls in generated...
2006-08-16  Dan Hipschmanwidl: Fix NdrConformantArrayUnmarshall calls in generat...
2006-08-16  Dan Hipschmanwidl: Calculate method indices in parser instead of...
2006-08-15  Alexandre Julliardrelpath: Properly handle a "." directory name.
2006-08-15  Dan Hipschmanwidl: Pass the right size to MIDL_memset in generated...
2006-08-12  Dan Hipschmanwidl: Improve pointer null checking logic.
2006-08-12  Dan Hipschmanwidl: Use ref_type to simplify some code.
2006-08-11  Alexandre Julliardwinebuild: Added output() function to properly deal...
2006-08-11  Dan Hipschmanwidl: Don't generate indentation spaces on empty lines.
2006-08-11  Mike McCormackinfosoft: Implement and register the language neutral...
2006-08-11  Molle Bestefichbug_report.pl: Use correct 'wine --version' syntax.
2006-08-11  Dan Hipschmanwidl: Fix incorrect version number in generated code.
2006-08-10  Colin Pitrattools: Check for open return code in Perl scripts.
2006-08-10  Dan Hipschmanwidl: Add ref_type (dereference typedefs) and use it.
2006-08-08  Francois Gougetwine.inf: lnkfile\shellex\ContextMenuHandlers\... is...
2006-08-08  Francois Gougetwine.inf: Don't create a fake exe and change the name...
2006-08-08  Francois Gougetwine.inf: Use %CurrentVersionNT% wherever applicable.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-08-07  Francois Gougetwine.inf: We should not override existing associations.
2006-08-05  Dan Hipschmanwidl: Replace strdup, malloc and realloc with xstrdup...
2006-08-04  Dan Hipschmanwidl: Generate GUID (infile_i.c) files.
2006-08-03  Dan Hipschmanwidl: Write forward declarations for coclass definitions.
2006-08-01  Alexandre Julliardmakedep: Always search for includes in the standard...
2006-08-01  Alexandre Julliardmakedep: Don't add dependencies for system headers.
2006-08-01  Alexandre Julliardmakedep: Get rid of restrictions on line lengths. Merge...
2006-08-01  Alexandre Julliardmakedep: Convert to standard Wine lists.
2006-07-31  Dan Hipschmanwidl: Set type_t kind field correctly for all types.
2006-07-31  Dan Hipschmanwidl: Set defined flag for coclasses.
2006-07-29  Dan Hipschmanwidl: Fix "static declaration follows non-static declar...
2006-07-29  Dan Hipschmanwidl: Encode coclass types in typelibs.
2006-07-29  Dan Hipschmanwidl: Register types for coclasses.
2006-07-29  Dan Hipschmanwidl: Check if a typeinfo is already in a typelib befor...
2006-07-29  Dan Hipschmanwidl: Set typelib_idx for coclasses when they're added...
2006-07-29  Dan Hipschmanwidl: Fold class_t into type_t.
2006-07-28  Jacek Cabanwidl: Reorder segments to match midl.
2006-07-28  Jacek Cabanwidl: Use cval in ATTR_ID.
2006-07-28  Jacek Cabanwidl: Added ATTR_BINDABLE handling to add_func_desc.
2006-07-28  Jacek Cabanwidl: Store typekind in msft_typeinfo_t to fix ATTR_DUA...
2006-07-27  Huw Davieswine.inf: Add lnkfile description.
2006-07-27  Huw Davieswine.inf: Add inifile entries.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-07-26  Dan Hipschmanwidl: Allow trailing commas in attribute lists.
2006-07-25  Dan Hipschmanwidl: Support SAFEARRAY(type) syntax.
2006-07-25  Dan Hipschmanwidl: Fix redefinition of types in output.
2006-07-24  Dan Hipschmanwidl: Allow write_type to output full pointer types.
2006-07-21  Roderick Colenbranderdinput8: DirectInput8Create rewrite.
2006-07-17  Alexandre Julliardwinegcc: Make sure the Wine library paths take preceden...
2006-07-17  Duane Clarkexamine-relay: Indent winex11.drv lines.
2006-07-14  Dan Hipschmanwidl: Support coclass forward declarations.
2006-07-14  Dan Hipschmanwidl: Fix unterminated comment in generated code.
2006-07-14  Andrew Talbotwinedump: Write-strings warnings fix.
2006-07-11  Alexandre Julliardlibs: Get rid of the libwine symlinks.
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Ge van Geldorpwinebuild: Save registers which might contain parameter...
2006-07-11  Ge van Geldorpwinebuild: Reserve enough space for null function pointer.
2006-07-11  Hans Leidekkerwine.inf: Add msi to the list of fake dlls.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-10  Alexandre Julliardconfigure: Define _WIN64 when building on a 64-bit...
2006-07-07  Robert Shearmanwidl: Add support for the builtin constants "TRUE"...
2006-07-03  Jacek Cabanshdocvw: Get rid of Mozilla ActiveX control dependency.
2006-07-03  Jacek Cabanwine.inf: Set gecko url to activate Wine Gecko installer.
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-21  Francois Gougettools: Fix mkinstalldirs.
2006-06-21  Detlef Riekenbergwinedump: Add DLL_WINE_PREATTACH to the generated DllMain.
2006-06-21  Detlef Riekenbergwinedump: Use ntdll as template.
2006-06-20  James Hawkinstools/wine.inf: Add d3d8.dll to the fake dlls list.
2006-06-19  Alexandre Julliardwinebuild: Get rid of the data16 prefix, it shouldn...
2006-06-19  Thomas Weidenmuellerwidl: Fix updating the proc offset.
2006-06-16  Mike McCormackinseng: Initial implementation of inseng (required...
2006-06-15  Louis. Lenderswine.inf: Add fake dll for advpack.dll.
2006-06-14  Mike McCormackwrc: Remove some tokens declared twice.
2006-06-13  Alexandre Julliardwinebuild: Fix a few printf format warnings by casting...
2006-06-13  Alexandre Julliardwidl: Use unsigned int instead of size_t to avoid print...
2006-06-07  Mike McCormackserver: Use unsigned long for request types that are...
2006-06-07  Mike McCormackhlink: Implement DllRegisterServer.
2006-06-07  Robert Shearmanwidl: Support coclass forward declarations.
2006-06-06  Stefan Leichterwine.inf: Added default values for .htm and .html file...
2006-06-02  Robert Shearmanwidl: Fix a typo in the man page.
2006-06-02  Robert Shearmanwidl: Properly size the return value procformat.
2006-06-02  Robert Shearmanwidl: Only write one procformat string and one typeform...
2006-05-31  Robert Shearmanwidl: Allow some more "reserved words" to be used as...
2006-05-27  Alexandre Julliardsfnt2fnt: Clean output files when aborting on a signal.
2006-05-27  Alexandre Julliardmake_ctests: Clean output files when aborting on an...
2006-05-27  Alexandre Julliardfnt2fon: Clean output files when aborting on an error...
2006-05-27  Alexandre Julliardbin2res: Clean output files when aborting on an error...
2006-05-27  Alexandre Julliardwidl: Clean output files when aborting on a signal.
2006-05-27  Alexandre Julliardwrc: Clean output files when aborting on an error or...
2006-05-27  Alexandre Julliardwmc: Clean output files when aborting on an error or...
next