wined3d: Fix the cube map coordinates in surface_blt_to_drawable().
[wine] / dlls / dbghelp /
2008-11-18  Ricardo Filipedbghelp: Fixed dead store (llvm/clang).
2008-11-11  Eric Pouechdbghelp: Properly add CPU info to minidump.
2008-11-10  Eric Pouechdbghelp: Fix all forward declaration cases for UDT.
2008-10-20  Eric Pouechdbghelp: Report in module's info when a module's debug...
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-10-01  Eric Pouechdbghelp: Add support for the newest line number informa...
2008-10-01  Eric Pouechdbghelp: Rewrote the linetab access so that we don...
2008-10-01  Eric Pouechdbghelp: Added support for real80 (aka long double...
2008-10-01  Eric Pouechdbghelp: Now fully reading the leafs as variant for...
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 Pouechdbghelp: Silence symbol 0x1139.
2008-10-01  Eric Pouechwinedump: Add preliminary dumping of 0x1136 and 0x1137...
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x1012.
2008-10-01  Eric Pouechdbghelp,winedump: Added support for symbol 0x113a.
2008-10-01  Eric Pouechdbghelp: Added stub for SymSetScopeFromAddr.
2008-10-01  Eric Pouechdbghelp: Added the latest stubs.
2008-10-01  Eric Pouechdbghelp: Added stubs for add symbol functions.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
2008-09-08  Eric Pouechdbghelp: While loading MSC debug info, don't handle...
2008-09-08  Eric Pouechdbghelp: Silence 0x112c symbol type.
2008-09-08  Eric Pouechdbghelp: Use the correct size for global variable when...
2008-09-08  Eric Pouechdbghelp: Correctly setup the Unix regular expression...
2008-09-08  Eric Pouechdbghelp: Fixed offset computation for bitfields inside...
2008-09-04  Eric Pouechdbghelp: SymFindFileInPath doesn't check for the parame...
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader for .DBG files.
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader.
2008-09-02  Eric Pouechwinedump, dbghelp: Correctly name the age field in...
2008-09-02  Eric Pouechdbghelp: Added the definitions for Dwarf3 specifications.
2008-07-18  Alexandre Julliarddbghelp: Always initialize section pointer in ImageDire...
2008-06-23  Andrew Talbotdbghelp: Use dbgstr_a() in case pointer is NULL.
2008-06-21  Jon Griffithsdbghelp: Implement SymEnumerateSymbols64.
2008-05-26  Eric Pouechdbghelp: Fix for SymGetModuleInfo().
2008-05-26  Eric Pouechdbghelp: Don't crash when parsing the forward declarati...
2008-05-19  Eric Pouechdbghelp: Protect dwarf parsing against NULL function...
2008-05-05  Andrew Talbotdbghelp: Include port.h for possible alternative to...
2008-05-01  Eric Pouechdbghelp: Some cleanup in dwarf include files.
2008-05-01  Eric Pouechdbghelp: Revert commit ae1791b0b8d181e0d01f8db1cae4eba4...
2008-05-01  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-25  Erik de Castro Lopodbghelp: Fix pointer cast.
2008-04-14  Eric Pouechdbghelp: Fix invalid pointer dereference.
2008-04-07  Eric Pouechdbghelp: Prevent debug overflow of internal buffer...
2008-04-07  Eric Pouechdbghelp: Be stricter when looping in symbol tables.
2008-03-31  Andrew Talbotdbghelp: Fix type mismatch in comparison.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-28  Rob Shearmandbghelp: Define NONAMELESSUNION in dwarf.c and type...
2008-02-21  Rob Shearmandbghelp: Fix read beyond end of field in module_get_debug.
2008-02-21  Rob Shearmandbghelp: VARIANT unions are accessed by name in msc...
2008-02-15  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-15  Rob Shearmandbghelp: Fix a typo in SymLoadModuleExW that caused...
2008-02-12  Eric Pouechdbghelp: Fix erroneous access to dwarf symbol cache.
2008-02-07  Eric Pouechdbghelp: Disable the S_PUB_FUNC_XXX msc symbols until...
2008-02-07  Eric Pouechdbghelp: When sending back information about a global...
2008-02-07  Eric Pouechdbghelp: Attempt to cache some basic symbol types for...
2008-02-07  Eric Pouechdbghelp: Extended the internal enumeration information...
2008-02-07  Eric Pouechdbghelp: Added basic support for base class information.
2008-02-07  Eric Pouechdbghelp: Added support for labels outside functions...
2008-02-07  Eric Pouechdbghelp: Added preliminary support for a strange stack...
2008-02-07  Eric Pouechdbghelp: Added support for register v3 in msc.
2008-02-07  Eric Pouechdbghelp: Added support for some V3 fields in structure...
2008-02-07  Eric Pouechdbghelp: Added HRESULT as new basic type (and some...
2008-02-07  Eric Pouechdbghelp: Pass the 'details' flags to _fetch_type so...
2008-02-07  Eric Pouechdbghelp: Added missing basic types for booleans and...
2008-02-05  Eric Pouechdbghelp: Fixed the types we want to load at first.
2008-02-04  Eric Pouechdbghelp: Store the PE version information in module...
2008-02-04  Eric Pouechdbghelp: Removed double assignment of checksum.
2008-02-04  Eric Pouechdbghelp: Fixed the suspend count when creating a minidu...
2008-02-04  Eric Pouechdbghelp: Return the size of each directory instead...
2008-01-18  Eric van Beurdendbghelp: Prevent huge minidumps by ensuring the memory...
2008-01-18  Eric van Beurdendbghelp: Fix file searching to search only listed direc...
2008-01-18  Eric van Beurdendbghelp: Some minidump corrections so that windbg can...
2008-01-18  Eric van Beurdendbghelp: Wrap TRACE strings using the debugstr function...
2008-01-18  Eric van Beurdendbghelp: Return TRUE in SymInitializeW if process is...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-14  Eric Pouechdbghelp: In Minidump, change a couple of internal names...
2008-01-14  Eric Pouechdbghelp: Silence superfluous message (spotted by Robert...
2008-01-11  Andrey Turkindbghelp: Implement ImageDirectoryEntryToDataEx.
2008-01-02  Andrew Talbotdbghelp: Remove unneeded casts.
2007-12-26  Andrey Turkindbghelp: Treat const addresses as const unsigned.
2007-12-23  Andrey Turkindbghelp: Adjust minidump streams ordering and sizing.
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-10-29  Vitaliy Margolendbghelp: Fix detection of ELF libs by their name.
2007-10-10  Andrey Turkindbghelp: Avoid crashing on files with bogus export...
2007-09-18  Francois Gougetdbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-07-20  Andrew Talbotdbghelp: Cast-qual warnings fix.
2007-06-27  Michael Stefaniucdbghelp: Remove superfluous casts of void pointers...
2007-06-07  Francois GougetAssorted spelling fixes.
2007-05-17  Peter Oberndorferdbghelp: Minor cleanup.
2007-05-15  Markus Amslerdbghelp: Late init hash_table.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-15  Markus Amslerdbghelp: Speed up pool_alloc. Patch by Eric Pouech.
2007-05-15  Markus Amslerdbghelp: Speed up vector_add by avoiding pool_realloc...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
next