wined3d: Implement D3DFMT_G16R16.
[wine] / tools / winedump /
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-11  Lionel Debrouxwinedump: Fix memory leak in msmangle.c (found by Smatch).
2007-07-19  Michael Stefaniuctools: Remove unreachable break after return/break...
2007-07-16  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-07-10  Alexandre Julliardwinedump: Add RT_MANIFEST resource type.
2007-07-09  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-07-09  Andrew Talbotwinedump: Cast-qual warnings fix.
2007-05-24  Michael Stefaniucwinedump: '$' isn't a valid character in an identifier...
2007-05-21  Dmitry Timoshkovwinedump: Fix compilation warnings in 64-bit mode.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-04-02  Eric Pouechwinedbg, winedump: Extended some info printed from...
2007-03-21  Rob Shearmanwinedump: Fix the output for Makefile.in with respect...
2007-03-07  Alexandre Julliardwinedump: Fixed formatting of timestamps.
2007-03-05  Joris Huizerwinedump: sign-compare fixes.
2007-02-19  Marcus Meissnerwinedump: Added a missing free().
2007-02-13  Marcus Meissnerwinedump: Free function_name on all error paths.
2007-02-12  Eric Pouechwinedump: Removed a couple of unused elements out of...
2007-02-12  Eric Pouechwinedump: Simplify guid dumping.
2007-02-12  Eric Pouechwinedump: Larger usage of symbol demangling while dumping.
2007-02-05  Dmitry Timoshkovwinedump: Add a sanity check before dumping long format...
2007-01-10  Eric Pouechwinedump: Fixed signature for dumping MDMP files.
2007-01-06  Eric Pouechwinedump: Add support for derived types in codeview...
2007-01-06  Eric Pouechwinedump: Fix a couple of issues with types table walking.
2007-01-06  Eric Pouechwinedump: Dump S_SSEARCH_V1 symbols.
2007-01-06  Eric Pouechwinedump: Added for dumping sstAlignSym and sstGlobalTy...
2007-01-06  Eric Pouechwinedump: Handling of S_SALIGN symbols.
2007-01-06  Eric Pouechwinedump: Re-use existing codeview facilities to dump...
2007-01-06  Eric Pouechwinedump: Removed cvinclude.h.
2007-01-06  Eric Pouechwinedump: Added dumping of RSDS header from module.
2007-01-06  Eric Pouechwinedump: Added helper to convert a guid to a string.
2007-01-06  Eric Pouechwinedump: While dumping NE files, use -j option if...
2007-01-06  Eric Pouechwinedump: Print some basic info for pure DOS file ...
2007-01-06  Eric Pouechwinedump: Added ability to dump FPO debug information.
2007-01-04  Andrew Talbotwinedump: Fix memory leak.
2006-12-29  Robert Reifwinedump: Fix crash on delayed import section.
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-20  Hans Leidekkerwinedump: Start dumping .NET specific bits from PE...
2006-12-18  Dmitry Timoshkovwinedump: Remove a redundant ';'.
2006-12-18  Dmitry Timoshkovwinedump: Fix a couple of typos.
2006-12-08  Alexandre Julliardwinedump: Avoid printf format warnings.
2006-12-07  Alexandre Julliardwinedump: Print sizes and offsets in hex.
2006-12-07  Dmitry Timoshkovwinedump: Dump section data of COFF library files,...
2006-12-07  Dmitry Timoshkovwinedump: Add a possibility to dump raw section data.
2006-12-07  Dmitry Timoshkovwinedump: Export dump_section() for use outside of...
2006-12-07  Dmitry Timoshkovwinedump: Handle properly partial optional COFF headers.
2006-12-07  Dmitry Timoshkovwinedump: IMAGE_SCN_ALIGN_??? are not the bit fields...
2006-12-07  Dmitry Timoshkovwinedump: Avoid returning void from a void function.
2006-12-07  Dmitry Timoshkovwinedump: Make output of dump_data fit into 80 columns.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-12-04  Andrew Talbotwinedump: Cast-qual warnings fix.
2006-12-04  Andrew Talbotwinedump: Cast-qual warnings fix.
2006-11-30  Dmitry Timoshkovwinedump: Restore the COFF library dumper functionality...
2006-11-30  Eric Pouechwinedump: Added support for dumping types from PDB...
2006-11-30  Eric Pouechwinedump: First shot at dumping PDB files contents.
2006-11-30  Eric Pouechwinedump: Make dump mode the default.
2006-11-30  Eric Pouechwinedump: Dump the EMF files as any other file types.
2006-11-30  Eric Pouechwinedump: Use same scheme for dumping lnk files as...
2006-11-30  Eric Pouechwinedump: Use a uniform scheme for dumping file contents.
2006-11-30  Eric Pouechwinedump: Header file pe.h is useless, get rid of it.
2006-11-30  Eric Pouechwinedump: Changed PE, NE, LE dumping so that they are...
2006-11-28  Dmitry Timoshkovwinedump: Add partial COFF library support.
2006-11-28  Dmitry Timoshkovwinedump: Make some data const.
2006-11-27  Dmitry Timoshkovwinedump: Constify some data.
2006-11-27  Dmitry Timoshkovwinedump: Fix a copy/paste typo.
2006-11-27  Dmitry Timoshkovwinedump: Remove a not needed include.
2006-11-27  Dmitry Timoshkovwinedump: Make the implementation match the prototype.
2006-11-17  Kevin Koltzauwinedump: Print new DLL characteristics.
2006-11-06  Rob Shearmanwinedump: Fix printf warning in the generated code.
2006-10-27  Alexandre Julliardwinedump: Avoid some dead code.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-12  Alexandre JulliardFixed some printf warnings caused by using sizeof.
2006-10-10  Michael Stefaniuctools: Remove redundant NULL checks before free() ...
2006-10-02  Michael Stefaniucwinedump: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  Detlef Riekenbergwinedump: Remove the shell script reference from the...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Eric Pouechwinedump: Added -G option to dump raw stabs information...
2006-08-25  Alexandre Julliardwinedump: Get rid of the install script.
2006-08-24  Andrew Talbotwinedump: Cast-qual warnings fix.
2006-08-17  Stefan Leichterwinedump: Print each 64bit integers as two 32 bit integers.
2006-08-10  Colin Pitrattools: Check for open return code in Perl scripts.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-14  Andrew Talbotwinedump: Write-strings warnings fix.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-21  Detlef Riekenbergwinedump: Add DLL_WINE_PREATTACH to the generated DllMain.
2006-06-21  Detlef Riekenbergwinedump: Use ntdll as template.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-11  Eric Pouechwinedump: Constify some pointers.
2006-04-11  Alexandre Julliardwinedump: Added detection of Wine fake dlls.
2006-04-08  Marcus Meissnerwinedump: Use fchmod() instead of doing system(chmod).
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-18  Hans Leidekkerwinedump: Fix compilation of generated source.
2005-12-13  Eric Pouechwinedump: Const correctness fixes.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-02  Mike McCormackHandle msi component identifiers without a feature...
2005-10-18  Mike McCormackMake sure the component string is nul terminated.
2005-10-11  Dmitry TimoshkovRename struct option in order to avoid a conflict with...
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Dmitry TimoshkovIgnore the delay load directory size.
2005-10-04  Alexandre JulliardFixed dumping of the import directory to ignore the...
next