gdi32: Fix dead store (llvm/clang).
[wine] / tools /
2008-11-17  Andrew Talbotwidl: Remove superfluous semicolons.
2008-11-12  Damjan Jovanovicwinemenubuilder: Moved all wineshelllink functionality...
2008-11-11  Dmitry Timoshkovwidl: Make the generated string pointers const as well.
2008-11-10  Eric Pouechwinedump: Print detailed information about class/struct...
2008-11-05  Michael Stefaniucmake_requests: Do not generate code that casts zero...
2008-11-04  Alexandre Julliardwrc: Fix the duplicate resource check for user-defined...
2008-11-03  Damjan Jovanovicwinemenubuilder: Generate icons in winemenubuilder...
2008-11-03  Michael Stefaniucwinedump: Remove casts of void pointers to other pointe...
2008-10-20  Huw Davieswrc: Include errno.h.
2008-10-20  Huw Davieswidl: Include errno.h.
2008-10-20  Rob Shearmanwrc: Don't accept "0" as a valid codepage in "#pragma...
2008-10-20  Austin Englishwineinstall: Remove bashisms, make sh compatible.
2008-10-18  Rob Shearmanwrc: Check for overflows when parsing integer constants.
2008-10-18  Rob Shearmanwidl: Check for overflow when parsing integer constants.
2008-10-18  Alexandre Julliardtools: Convert source files to utf-8.
2008-10-17  Rob Shearmanmsvcmaker: Generate rules for IDL_C_SRCS, IDL_S_SRCS...
2008-10-17  Alexandre Julliardmake_makefiles: Add support for .rh files.
2008-10-15  Reece Dunnmsvcmaker: The Visual Studio project conversion tool...
2008-10-14  Dylan Smithruntest: Fixed regression that prevented using just...
2008-10-11  Alexandre Julliardcomcat: Moved dll registration to ole32.
2008-10-10  Alexandre Julliardwidl: Add support for attributes on enum, struct and...
2008-10-09  Rob Shearmanmsvcmaker: Don't automatically add a define for the...
2008-10-09  Rob Shearmanmsvcmaker: Don't generate project files for DLLs that...
2008-10-08  Dylan Smithruntest: Let the test program handle the lack of a...
2008-10-08  Dylan Smithruntest: Modified the default program so that it might...
2008-10-08  Dylan Smithruntest: More helpful error when top of wine directory...
2008-10-02  Andrew Nguyenwine.inf: Add entry for fake wintab32.dll.
2008-10-02  Dmitry Timoshkovwine.inf: Correct the Pacific SA Standard Time entry.
2008-10-01  Eric Pouechwinedump: First stab at dumping the "new" line informat...
2008-10-01  Eric Pouechwinedump: Now dumping codeview source line information.
2008-10-01  Eric Pouechwinedump: Improved a bit the MS Tool V3 description.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol symbol.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113c.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for 0x113d symbol.
2008-10-01  Eric Pouechwinedump: Add preliminary dumping of 0x1136 and 0x1137...
2008-10-01  Eric Pouechwinedump: Dump a bit more of information from procedures.
2008-10-01  Eric Pouechwinedump: Added support for dumping long long constants.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x1012.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113a.
2008-09-30  Rob Shearmanwinebuild: Declare fatal_error and fatal_perror as...
2008-09-29  Rob Shearmanmsvcmaker: Define _USE_MATH_DEFINES so that M_PI and...
2008-09-29  Rob Shearmanmsvcmaker: Fix detection of static libraries.
2008-09-29  Rob Shearmanmsvcmaker: Generate include project and make every...
2008-09-29  Rob Shearmanmsvcmaker: Generate .h files from .idl files specified...
2008-09-29  Rob Shearmanmsvcmaker: Fix invocation of winebuild to generate...
2008-09-29  Rob Shearmanmsvcmaker: Add support for building wine.lib.
2008-09-29  Rob Shearmanmsvcmaker: Update the function list for which HAVE_...
2008-09-29  Rob Shearmanmsvcmaker: Remove the defining of __ASM_SHORT and __ASM...
2008-09-29  Rob Shearmanmsvcmaker: Update the HAVE_* defines for headers in...
2008-09-29  Rob Shearmanmsvcmaker: Add HAVE_* defines for some types present...
2008-09-29  Rob Shearmanmsvcmaker: Factor out some common settings.
2008-09-29  Rob Shearmanmsvcmaker: Fix generated imports for Wine modules and...
2008-09-29  Rob Shearmanmsvcmaker: Fix the generated filename for the spec...
2008-09-29  Rob Shearmanmsvcmaker: Fix the arguments passed to winebuild to...
2008-09-29  Rob Shearmanmsvcmaker: Define USE_COMPILER_EXCEPTIONS and HAVE_SPAWNVP.
2008-09-19  Juan Langtools/wine.inf: Register cryptdlg.
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...
2008-09-11  Rob Shearmanwidl: Remove redundant code.
2008-09-10  Rob Shearmanwidl: Fix the writing typedefs to dispinterfaces and...
2008-09-10  Austin Englishwidl: Remove unreached code (Smatch).
2008-09-10  Steven Edwardswidl: Open files in binary mode to avoid corruption...
2008-09-04  Alexandre Julliardwinebuild: Generate MS-style imports using the Original...
2008-09-04  Louis Lenderswine.inf: Add default Directx registry key for Installe...
2008-09-02  Dan Hipschmanwidl: Output NULL for inherited methods in the vtbl.
2008-09-02  Eric Pouechwinedump, dbghelp: Correctly name the age field in...
2008-08-30  Alexandre Julliardwidl: Add support for finally function in proxy methods.
2008-08-30  Alexandre Julliardwidl: Replace write_name() by get_name() to make the...
2008-08-28  Alexandre Julliardwinetest: Build the test list from the makefile instead...
2008-08-28  Alexandre Julliardconfigure: Build the winetest dependencies in configure...
2008-08-27  Rob Shearmanwidl: Raise RPC_X_SS_IN_NULL_CONTEXT exception for...
2008-08-25  Alexandre Julliardconfigure: Generate the list of top-level directories...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-08-25  Alexandre Julliardconfigure: Allow multiple variables in makefile output...
2008-08-25  Alexandre Julliardconfigure: Use the generic directory enabling mechanism...
2008-08-25  Alexandre Julliardconfigure: Generate the dlls directory lists in configu...
2008-08-21  Alexandre Julliardconfigure: Generate the makefiles list in configure...
2008-08-20  Hongbo Nimsvcmaker: Fix msvc project file generation under MinGW32.
2008-08-18  Dan Hipschmanwidl: Honor typedef pointer attributes.
2008-08-01  Juan Langtools/wine.inf: Register msisip.dll.
2008-07-29  Roy Sheamstask: Implemented DllRegisterServer.
2008-07-28  Alexandre Julliardwine.inf; Don't overwrite path and temp dir environment...
2008-07-25  Owen Rudgeappwiz.cpl: Add skeleton Add/Remove Programs control...
2008-07-23  Alexandre Julliardmake_makefiles: Explicitly list the Wine headers that...
2008-07-22  Alexandre Julliardwinegcc: Add support for specifying section alignment...
2008-07-22  Alexandre Julliardwinebuild: Don't put the PE header in the .init section...
2008-07-22  Alexandre Julliardwinebuild: Add Solaris as a separate platform.
2008-07-21  Dan Kegeltools: Allow running tests with valgrind.
2008-07-11  Maarten Lankhorstincludes: Add video mixing renderer header.
2008-07-09  Alexandre Julliardmake_makefiles: Add rules for cross-compiling all impor...
2008-07-09  Alexandre Julliardmake_makefiles: Add more wildcard patterns in .gitignore.
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
next