gdi32: SetWinMetaFileBits: Use the whole device surface if the METAFILEPICT parameter...
[wine] / tools / winedump /
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...
2005-10-04  Dmitry TimoshkovAdd support for dumping delay load PE data.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardFixed get_time_str definition to match the prototype.
2005-09-08  Dmitry TimoshkovDump more .lnk file header fields.
2005-08-11  Steven EdwardsCorrect size check.
2005-08-08  Mike McCormackgcc 4.0 warning fix.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-21  Stefan HuehnerFix some -Wsign-compare warnings.
2005-07-19  Kevin KoltzauAdd support for dumping 64bit PE files.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-01  Alexandre JulliardAdded dumping of NE segments and relocations.
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-23  Mike McCormackFix declarations.
2005-06-09  Mike McCormackDump out the msi information in more detail.
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Dmitry TimoshkovPrint data offset additionally to prefix while dumping...
2005-05-23  Robert ShearmanFix -Wwrite-strings warnings.
2005-05-20  Dmitry TimoshkovPrint also flags and length of NE resources.
2005-05-06  Alexandre JulliardRemoved a bunch of obsolete makefile hacking sed code.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-15  Francois GougetMention the 'emf' and 'lnk' modes in the usage summary.
2005-03-07  Eric PouechCreated dump.c as a central point for file dumping...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Mike McCormackDump the pidl of a lnk file.
2005-02-22  Jon GriffithsUse config.h & HAVE_ where needed, -W fixes.
2005-02-18  Gerald PfeiferUse stdlib.h instead of non-standard malloc.h.
2005-02-18  Mike McCormackDump out more details on the target of a link.
2005-02-17  Mike McCormackAdd dumping of lnk files.
2005-01-05  Peter Berg LarsenFix a return type bug after allowing 'foo *functionname()'
2005-01-04  Mike McCormackExtend winedump to allow dumping enhanced meta files.
2005-01-03  Peter Berg LarsenCurrently a '//****' is matched as an /* comment -...
2005-01-03  Peter Berg LarsenIn function_grep.pl and symbol.c/symbol_clean_string...
2005-01-03  Peter Berg LarsenAdded the word "FLOAT" to be recognized as argument...
2005-01-03  Alexandre JulliardWarning fixes.
2005-01-03  Robert ReifAdded partial VxD support.
2004-12-22  Francois GougetSpelling fixes.
2004-12-20  Peter Berg LarsenAllow several -I parameters to be given - currently...
2004-12-20  Peter Berg LarsenWarzone 2100 has in a header a definition that ends...
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-12-06  Eric PouechAnother couple of missing static definitions.
2004-10-25  Francois GougetFix string handling.
2004-07-13  Alexandre JulliardAdded support for dumping exported entry points in...
2004-04-09  Michael Stefaniuc- remove from README the stuff that's already in the...
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-02  Alexandre JulliardRemoved obsolete definitions from generated makefiles.
2004-02-17  Michael StefaniucAdded winedump man page, heavily based on the README...
2004-01-15  Eric PouechBe more strict about checks (especially in RVA translat...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-11-11  Alexandre JulliardCosmetics.
2003-10-30  Gerald PfeiferChange some variables from int to unsigned to avoid...
2003-10-27  Alexandre JulliardAdded printing of the target of forwarded exports.
2003-09-27  Alexandre JulliardAdded dumping of the resident name table of NE files.
2003-09-10  Alexandre JulliardAdded dumping of message table resources.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-21  Jon GriffithsUpdate install script to match current build process.
2003-08-18  Jon GriffithsPortability fixes.
2003-08-18  Jon GriffithsUse $(EXEEXT) for the winedump executable.
2003-07-22  Jon GriffithsSpelling fix.
2003-07-22  Jon GriffithsSupport float and function ptr args better, -W warning...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-05-13  Eric PouechListed recently added sections' types (resource, tls...
2003-05-08  Alexandre JulliardAdded dumping of the TLS directory.
2003-04-02  Alexandre JulliardDump string resources in a more readable way.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-15  Jon GriffithsOnly sort the number of symbols actually found.
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-20  Alberto Massariwinedump was still using the "init" keyword in the...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-19  Uwe Bonnesdemangle_datatype: delete superflous free().
2002-10-07  Eric PouechFixed segv when incorrect command line arguments where...
2002-10-02  Alexandre JulliardPreliminary support for dumping NE binaries.
2002-09-20  Jon GriffithsUpdate output for current build process.
2002-09-20  Jon GriffithsDocumentation update.
2002-09-17  Jan KratochvilBug fix.
2002-09-16  Jan KratochvilNew -S: Search only prototype names found in 'symfile'.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-11  Andreas Mohr- Implement dumping of COFF debug symbol table.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-26  Dmitry TimoshkovMake winedump compilable by MSVC.
next