explorer.exe: Create the top-level message window along with the desktop window.
[wine] / programs / winedbg / types.c
2008-05-27  Eric Pouechwinedbg: Fixed the print_basic command when dealing...
2008-05-27  Eric Pouechwinedbg: Removed unneeded variable from print_basic.
2007-11-16  Gerald Pfeiferwinedbg: Fix type of loop variable in types_udt_find_el...
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-03-05  Eric Pouechwinedbg: Fix printing function signature type for circu...
2007-03-05  Eric Pouechwinedbg: Fix maint type when no process is active.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Host references lookup.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-07-26  Ge van Geldorpwinedbg: Change ADDRESS variables to ADDRESS64 so we...
2006-06-20  Eric Pouechwinedbg: Proper handling of typedefs.
2006-06-05  Eric Pouechwinedbg: Correct typedefs in type manipulations.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-17  Eric Pouechwinedbg: extract_as_integer
2006-01-23  Alexandre Julliardwinedbg: Use Win32 types instead of long long.
2006-01-23  Eric Pouechwinedbg: Added a more decent scheme for handling segmen...
2005-11-18  Eric PouechNative dbghelp doesn't provide names for basic type...
2005-11-17  Eric PouechDbghelp describes the types of function arguments with...
2005-11-17  Eric PouechSymGetType(...,TI_GET_LENGTH,...) requires a 64 bit...
2005-10-03  Eric PouechFixed bitfield extraction.
2005-10-03  Eric PouechFixed array dereferencing.
2005-05-24  Eric Pouech- started infrastructure for proper multi-target suppor...
2005-05-23  Eric Pouech- no longer store internally the " for strings
2005-01-31  Eric PouechCleanup of dbghelp.h (and a couple of definition fixes...
2004-09-28  Eric Pouech- fixed regression in ctrl-c handling
2004-08-22  Eric Pouech- fixed breakpoint enabled/disabled state management
2004-06-04  Eric Pouech- all symbol information storage is now module relative...
2003-12-15  Eric Pouech- get rid of winedbg internal channels for output
2003-10-09  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-23  Jon GriffithsNot everyone has <unistd.h>, some files need <io.h...
2003-08-07  Richard Cohen- Print short ASCII strings without the "..."
2003-02-17  Eric Pouech- added GetName() to retrieve type name
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.