widl: Remove func_t type.
[wine] / tools /
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-22  Ilya Basinmsvcmaker: Extract wine_test_dsp_files from C_SRCS...
2010-03-20  Alexandre Julliardmakefiles: Generate all the top-level make rules inside...
2010-03-20  Alexandre Julliardmakefiles: Add a configure macro for tools directories.
2010-03-20  Alexandre Julliardmakefiles: Generate all the program rules inside the...
2010-03-19  Alexandre Julliardwinegcc: Force importing msvcrt when using the Unicode...
2010-03-16  David Hedbergwine.inf: Add key for approved shell extensions.
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  Alexandre Julliardmakedep: Output source dependency for bison files neede...
2010-03-16  Alexandre Julliardmakedep: Append the separator if not found in an existi...
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-15  Andrew Nguyenwine.inf: Add LSA key under the HKLM control key.
2010-03-15  Nicolas Le Camwine.inf: Define the Win64 DefaultInstall.Services...
2010-03-04  Alexandre Julliardwine.inf: Create symlinks for shared Wow64 keys under...
2010-03-04  Alexandre Julliardwine.inf: Create empty keys for all entries that are...
2010-03-04  Alexandre Julliardwine.inf: Create a few Wow64 symbolic links.
2010-03-03  Louis Lenderswine.inf: Add windows\help directory.
2010-03-01  Gerald Pfeiferwidl: Avoid two warnings.
2010-03-01  Alexandre Julliardmakefiles: Fix makedep dependency now that we explicitl...
2010-02-26  Huw Daviestools: Register dispex.dll.
2010-02-24  Alexandre Julliardmakefiles: Remove makedep only after everything else...
2010-02-16  Alexandre Julliardwine.inf: Add a symlink for the Win9x-style timezone...
2010-02-15  Alexandre Julliardruntest: Fix handling of test binaries in the programs...
2010-02-10  Alexandre Julliardmakefiles: Simplify the WINE_CONFIG_MAKEFILE macro...
2010-02-10  Alexandre Julliardmakefiles: Build the programs directly from the top...
2010-02-10  Alexandre Julliardwine.inf: Don't create empty default key values where...
2010-02-10  Alexandre Julliardmakefiles: Add support for having tests under the progr...
2010-02-10  Alexandre Julliardmakefiles: Move Maketest.rules to the top level.
2010-02-08  Alexandre Julliardmakefiles: Generate the winetest rules from the WINE_CO...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-02-08  Alexandre Julliardmakefiles: Build the tools subdirectories directly...
2010-02-04  Nikolay Sivovmsxml4: Add self-registration for CLSID_DOMDocument40...
2010-02-03  Alexandre Julliardmakefiles: Create the wine symlink from configure.
2010-02-01  Detlef Riekenbergwine.inf: Add a 16bit fake dll for ddeml.dll.
2010-01-26  Alexandre Julliardmakefiles: Generate the import library rules from confi...
2010-01-26  Alexandre Julliardmakefiles: Generate the static library rules from confi...
2010-01-25  André Hentschelwinegcc: Update comments.
2010-01-23  Alexandre Julliardmakefiles: Cross-compile all static libraries and impor...
2010-01-23  Alexandre Julliardwinegcc: Add support for specifying a custom static...
2010-01-23  Alexandre Julliardmakefiles: Disable 16-bit specific modules from make_ma...
2010-01-23  Alexandre Julliardconfigure: Add specific creation macros for the various...
2010-01-22  Rob Shearmanwmc: Fix symbol was not declared and using plain intege...
2010-01-22  Rob Shearmanwrc: Fix symbol was not declared and using plain intege...
2010-01-22  Rob Shearmanwidl: Fix symbol was not declared and using plain integ...
2010-01-20  Alexandre Julliardwine.inf: Add entries for some of the global options.
2010-01-19  Alexandre Julliardwinedump: Remove an unused flag.
2010-01-19  Rob Shearmanwidl: Add support for character constants in expressions.
2010-01-19  Jörg Höhlewine.inf: Correct MCI entries.
2010-01-16  Alexandre Julliardwinebuild: Output the 16-bit asm relay functions as...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2010-01-16  Alexandre Julliardwinebuild: Rename __wine_call_from_32_regs for consiste...
2010-01-11  Alexandre Julliardwinebuild: Do not output an undefined symbol reference...
2010-01-11  Paul Vrienswinedump: Pass the correct size to the helper (Coccinelle).
2010-01-11  Paul Vrienswidl: Fix size parameter for xrealloc (Coccinelle).
2010-01-07  Marcin Baczyńskifnt2bdf: Remove superfluous void* casts.
2010-01-07  Marcin Baczyńskiwinedump: Remove superfluous void* cast.
2010-01-06  Tillmann Wernerwinedump: Fix null pointer dereference in spec mode.
2010-01-04  Alexandre Julliardwrc: Merge the menu and menuex structures.
2010-01-04  Alexandre Julliardwrc: Merge the menuitem and menuitemex structures.
2010-01-04  Alexandre Julliardwrc: Merge the dialog and dialogex structures.
2010-01-04  Andrew Nguyenwine.inf: Add CommonProgramFiles system environment...
2009-12-31  Andrew Nguyenwine.inf: Add PATHEXT system environment variable.
2009-12-30  Alexandre Julliardwinebuild: Get rid of the support for building old...
2009-12-30  Alexandre Julliardmakefiles: Get rid of all the rules for building old...
2009-12-30  Michael StefaniucRevert "wrc: Use an EOF rule instead of lex_destroy...
2009-12-30  Alexandre Julliardwinebuild: Don't output private symbols at all when...
2009-12-30  Alexandre Julliardwinebuild: Add support for building Windows import...
2009-12-30  Alexandre Julliardwinebuild: Recognize mingw32 as a Windows platform.
2009-12-30  Alexandre Julliardwinebuild: Simplify the code for finding the various...
2009-12-30  Alexandre Julliardwinebuild: Add support for generating import libs for...
2009-12-30  Alexandre Julliardwinebuild: Always initialize the dll name at startup.
2009-12-29  Alexandre Julliardwinebuild: Support for adding 32-bit exports in 16...
2009-12-29  Alexandre Julliardwinebuild: Allow optional keywords to be in any order...
2009-12-29  Alexandre Julliardwinebuild: Don't check variables for undefined exports.
2009-12-29  Eric Pouechwinedump: Manage the string table size in PE file format.
2009-12-29  Michael Stefaniucwinapi: Remove the special handling of GDI_AllocObject().
2009-12-28  André Hentschelwinedump: Fix sym mode.
2009-12-28  Andrew Nguyenwineboot: Generate the HKCU\Volatile Environment regist...
2009-12-24  Eric Pouechwinedump: Add support for long section names (at least...
2009-12-17  Owen Rudgewine.inf: Add winemapi.dll to the mail clients section.
next