iccvid: French localization.
[wine] / tools /
2006-04-17  Eric Kohlwidl: Implement support for unique pointers to arrays.
2006-04-14  Mike McCormackwidl: Add support for VT_I8 and VT_UI8 to msft typelibs.
2006-04-12  Huw Daviestools: Don't try to use FT_Load_Sfnt_Table unless FreeT...
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2006-04-11  Alexandre Julliardwinedump: Added detection of Wine fake dlls.
2006-04-10  Hans Leidekkerdnsapi: Teach winapi_check about dnsapi.dll.
2006-04-10  Eric Kohlwidl: Implement support for ref pointers to simple...
2006-04-10  Eric Pouechwine.inf: Added dbghelp & imagehlp as fake DLLs.
2006-04-08  Marcus Meissnerwinedump: Use fchmod() instead of doing system(chmod).
2006-04-07  Huw Daviesfonts: Add the Won sign in place of the backslash for...
2006-04-05  Alexandre Julliardwinebuild: Remove a no longer necessary movzwl instruction.
2006-04-05  Eric Kohlwidl: Implement support for ref pointers to arrays...
2006-04-04  Alexandre Julliardtools: Add LDFLAGS to all the linker invocations.
2006-04-04  Alexandre Julliardwinegcc: Don't use the library full name for .so libs.
2006-04-04  James Hawkinswine.inf: Add hhctrl.ocx to the list of fake dlls.
2006-04-03  Robert Shearmanwidl: Fix the type offset for generated conformant...
2006-03-31  Alexandre Julliardwinewrapper: Remove a couple of variables that are...
2006-03-31  Robert Shearmanwidl: There's no need to cast _StubMsg - it's already...
2006-03-31  Robert Shearmanwidl: Only assign variables if not a string and only...
2006-03-31  Robert Shearmanwidl: Initialise the temporary variable to 0 for parame...
2006-03-31  Robert Shearmanwidl: Create the correct variable type for parameters...
2006-03-31  Robert Shearmanwidl: Re-use print_phase_basetype for generating return...
2006-03-31  Robert Shearmanwidl: Move handling of base type marshaling and unmarsh...
2006-03-31  Robert Shearmanwidl: Use print_phase_function for printing NdrPointerF...
2006-03-31  Robert Shearmanwidl: Add a function to generate the Ndr type calls.
2006-03-31  Robert Shearmanwidl: Only write the buffer incrementing code for the...
2006-03-31  Robert Shearmanwidl: Output the necessary sizing information for other...
2006-03-31  Robert Shearmanwidl: Output NULL ref pointer check for pointer levels...
2006-03-31  Robert Shearmanwidl: Fix a GCC warning in the generated client and...
2006-03-31  Robert Shearmanwidl: The lval member of var_t is essentially a duplica...
2006-03-31  Robert Shearmanwidl: De-reference parameters' types before deciding...
2006-03-31  Robert Shearmanwidl: Write pointer calls for all non-basetype pointer...
2006-03-31  Robert Shearmanwidl: Write definitions for MIDL_user_allocate and...
2006-03-31  Robert Shearmanwidl: Write out the pre- and postamble for RPC interfac...
2006-03-31  Robert Shearmanwidl: Output interface defined guard for rpc interfaces...
2006-03-31  Robert Shearmanwidl: NdrFcShort should be written out instead of NdrShort.
2006-03-31  Robert Shearmanwidl: Output the numeric equivalent of FC_END, not...
2006-03-31  Robert Shearmanwidl: Support references in type_memsize.
2006-03-31  Robert Shearmanwidl: Only output code for non-object interfaces in...
2006-03-30  Eric Kohlwidl: Implement support for ref pointers to strings.
2006-03-30  Detlef Riekenbergtools: Remove wineconf.
2006-03-28  Eric Kohlwidl: Implement support for pointers to base types.
2006-03-28  Vitaly Lipatovwineshelllink: Remove quotes from Path=<workdir>.
2006-03-28  Jonathan Ernstwine.inf: Add some more fake dlls to the system directory.
2006-03-27  Vitaly Lipatovwine.inf: Add some dll stub dll to the system directory.
2006-03-27  Paul Vrienswine.inf: Add SystemRoot.
2006-03-23  Eric Kohlwidl: Fix base type alignments.
2006-03-23  Eric Kohlwidl: Fix format string size calculation.
2006-03-22  Mike McCormackwine.inf: Add a shdocvw.dll stub dll to the system...
2006-03-21  Francois GougetUpdate win32.api to match the current sources.
2006-03-21  Huw Daviesfonts: Use the EBLC table to retrieve the ascent of...
2006-03-21  Alexandre Julliardsfnt2fnt: Remove output file on failure.
2006-03-21  Alexandre Julliardwinewrapper: Remove explicit call to wineprefixcreate.
2006-03-21  Alexandre Julliardwine.inf: Use the new fake dlls mechanism to create...
2006-03-18  Alexandre Julliardwineprefixcreate: Autodetect the running from build...
2006-03-18  Eric Kohlwidl: Do not generate code that initializes a binding...
2006-03-18  Eric Kohlwidl: Fix proc offset calculation.
2006-03-18  Eric Kohlwidl: 'unsigned char' and 'byte' are must be distinct...
2006-03-16  Alexandre Julliardwinegcc: Look for libraries in subdirs of the library...
2006-03-15  Alexandre Julliardwineprefixcreate: Fixed datadir path. Added dependency...
2006-03-14  Pierre d'Herbemontwineprefixcreate: Make path searching relative.
2006-03-14  Jan Zerebeckiwine.inf: Increase the DirectX version to that of the...
2006-03-13  Paul Vrienswine.inf: Add RegisteredOwner and Org also to WindowsNT...
2006-03-06  Mike McCormackwrc: Don't use identifiers starting yy*, they're reserv...
2006-03-02  Mike McCormackwine.inf: Add a default RelayExclude.
2006-02-28  Alexandre Julliardwrc: Integer ids can be used for control labels instead...
2006-02-28  Detlef Riekenbergwine.inf: Add printing section for local port monitor.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-24  Francois Gougetcrypt32: Add CryptQueryObject() prototype.
2006-02-24  Francois Gougetwinsock: Tweak getnameinfo() prototype.
2006-02-24  Francois Gougetsfc: Updates.
2006-02-22  Kevin Koltzauwidl: Fix 64bit warning.
2006-02-17  Alexandre Julliardtools: Added 'relpath' tool to compute relative Unix...
2006-02-16  Robert Shearmanwinebuild: Correction for manpage.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-14  Robert Shearmantools/c2man.pl: Generate correct html.
2006-02-14  Francois Gougetinclude: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-10  Robert Shearmanwidl: Fix a typo when removing TYPEFLAG_FDUAL.
2006-02-09  Robert Shearmanwidl: Write out more TYPEFLAGs and add more type librar...
2006-02-09  Robert Shearmanwidl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
2006-02-07  Francois Gougetwinapi: Update win32.api to match the current sources.
2006-02-07  Dmitry Timoshkovwine.inf: Add a default handler for https to the registry.
2006-02-07  Robert Shearmanwidl: Fix some warnings caused by making attributes...
2006-02-07  Alexandre Julliardwidl: Remove '\n' from yyerror calls.
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: Merge marshall_arguments and unmarshall_arguments...
2006-02-07  Robert Shearmanwidl: Yet more const attributes.
2006-02-07  Robert Shearmanwidl: More const attributes.
2006-02-07  Eric Kohlwidl: Fix proc format string for explicit binding handles.
2006-02-07  Robert Shearmanwidl: Write out the correct FC type if the structure...
2006-02-07  Robert Shearmanwidl: Split pointer writing into a separate function.
2006-02-07  Robert Shearmanwidl: Fix pointer detection for structures with embedde...
2006-02-07  Robert Shearmanwidl: Increment the type format string when writing...
2006-02-07  Robert Shearmanwidl: Make all pointer fields of expr_t structure constant.
2006-02-06  Robert Millanconfigure: For sys/mount.h, sys/statfs.h and sys/vfs...
2006-02-06  Eric PouechA few fixes for pointer qualifiers (const, volatile...
2006-02-03  Robert Shearmanwidl: Add architecture for generating pointer layouts.
2006-02-03  Alexandre Julliardwine.inf: Make FourCC codes uppercase again until we...
2006-02-03  Eric Kohlwidl: The 'string' attribute can also be used with...
next