user32: Combine horizontal and vertical window scroll bar info in a single structure.
[wine] / programs / winedbg /
2009-05-01  Alexandre Julliardwinedbg: Implement single step for x86_64.
2009-05-01  Alexandre Julliardwinedbg: Fix formatting of the flag register bits.
2009-04-24  Ken Sharpwinedbg: Correct slight typo in winedbg dialog.
2009-04-22  Mikołaj Zalewskiwinedbg: Add a crash dialog for --auto mode.
2009-04-21  Michael Stefaniucwinedbg: Remove some superfluous pointer casts.
2009-04-15  Dmitry Timoshkovwinedbg: Fix a typo in the comment.
2009-04-08  Alexandre Julliardwinedbg: Add context dumping for x86_64.
2009-03-30  Eric Pouechwinedbg: Fix the way array derefs are done.
2009-03-12  Alexandre Julliardwinedbg: Don't name a function PRIVATE.
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-03-09  Francois Gougetwinedbg: Remove spaces before '\n's.
2009-03-02  Mike Ruprechtwinedbg: Fix typo in a comment.
2009-02-02  Marcus Meissnerwinedbg: Check for buffer being NULL.
2009-01-20  Francois Gougetwinedbg: Make lexeme_alloc() static in debug.l.
2009-01-20  Francois Gougetwinedbg: Make some functions static.
2009-01-09  Alexandre Julliardwinedbg: Fix pointer cast warnings on 64-bit.
2008-12-29  Francois Gougetwinedbg: Remove an unused debug channel (winedbg).
2008-12-08  Christian Costawinedbg: Make frame numbers display starting from 0...
2008-12-05  Vincent Povirkwinedbg: Fix string format warnings.
2008-11-24  Francois GougetAssorted spelling fixes.
2008-11-11  Eric Pouechwinedbg: Added scoped symbol picker, and options to...
2008-11-11  Eric Pouechwinedbg: Slightly change the option setting syntax...
2008-11-11  Eric Pouechwinedbg: Rewrote the symbol picking mechanism so that...
2008-11-03  Michael Stefaniucwinedbg: Use FIELD_OFFSET instead of reimplementing it.
2008-10-27  Eric Pouechwinedbg: Add a kill command to kill the current process.
2008-10-20  Eric Pouechwinedbg: Added a command to allow loading mismatched...
2008-10-20  Eric Pouechwinedbg: Use Unicode strings for all module references.
2008-10-18  Alexandre Julliardprograms: Convert source files to utf-8.
2008-09-12  Florian Köberlewinedbg: Fixed an infinite loop.
2008-09-08  Eric Pouechwinedbg: Also handle 1 byte signed int as they were...
2008-09-04  Eric Pouechwinedbg: Search default debuggee dir for symbol informa...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-08-18  Eric Pouechwinedbg: Don't force integral values while displaying...
2008-07-22  Gerald Pfeiferwinedbg: Fix the type of four loop variables and reduce...
2008-07-07  Alexandre JulliardAdd noinput directive to all lex files to avoid a compi...
2008-06-24  Michael Stefaniucwinedbg: Fix "floating pointer" typo.
2008-06-18  Jon Griffithswinedbg: Add support for printing c++ bool values.
2008-05-27  Eric Pouechwinedbg: Fixed the print_basic command when dealing...
2008-05-27  Eric Pouechwinedbg: Removed unneeded variable from print_basic.
2008-05-26  Alexandre Julliardwinedbg: Fix compile when poll() is not available.
2008-05-13  Eric Pouechwinedbg: Fix the path traversal.
2008-05-01  Eric Pouechwinedbg: Added ability to print properly float/double...
2008-05-01  Eric Pouechwinedbg: Attach the source files to a given process...
2008-05-01  Eric Pouechwinedbg: Added implementation of qSupported request.
2008-05-01  Eric Pouechwinedbg: Try harder to locate a source file.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-02-19  Alexandre JulliardAvoid the nounistd option that doesn't exist on older...
2008-02-19  Rob ShearmanAdd the nounistd option to all lex source files.
2008-02-18  Alexandre Julliardwinedbg: Avoid using size_t in an error message.
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-04  Eric Pouechwinedbg: Implemented the pXX request in gdb proxy.
2008-01-14  Eric Pouechwinedbg: Added a way to support differently selector...
2008-01-14  Eric Pouechwinedbg: Workaround broken minidumps with invalid 32...
2008-01-14  Eric Pouechwinedbg: Fixed bt all so that current process/thread...
2007-11-29  Gerald Pfeiferwinedbg: Warning fixes.
2007-11-16  Gerald Pfeiferwinedbg: Fix type of loop variable in types_udt_find_el...
2007-11-13  Alexandre Julliardwinedbg: Print a backtrace in --auto mode.
2007-10-24  Andrew Talbotwinedbg: Fix a memory leak.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-09-18  Francois Gougetdbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK...
2007-08-31  Francois Gougetwinedbg: 'winedbg --auto' and 'winedbg --minidump'...
2007-08-31  Francois Gougetwinedbg: Detach from the debuggee before exiting.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-07-19  Michael Stefaniucprograms: Remove unreachable break after return/break...
2007-06-18  Alexandre Julliardwinedbg: Added support for indirect call with absolute...
2007-05-24  Dmitry Timoshkovwinedbg: Fix a problem revealed by compilation in 64...
2007-05-23  Peter Oberndorferwinedbg: Only check for break/watch points on first...
2007-05-23  Peter Oberndorferwinedbg: Show some info for msvcrt C++ exceptions.
2007-04-26  Alexandre Julliardwinedbg: Properly handle EOF on input.
2007-04-09  Chris Robinsonwinedbg: Align module addresses to 8 characters.
2007-04-02  Eric Pouechwinedbg, winedump: Extended some info printed from...
2007-04-02  Eric Pouechwinedbg: When reloading real PE modules from a minidump...
2007-03-08  Peter Oberndorferwinedbg: Do not write over const char * parameter.
2007-03-06  Eric Pouechwinedbg: Forward the wShowWindow option from winedbg...
2007-03-06  Eric Pouechwinedbg: We no longer need to force for ELF modules...
2007-03-05  Eric Pouechdbghelp: module target: Better error handling when...
2007-03-05  Eric Pouechwinedbg: When reloading a minidump, recreate all thread...
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.
2007-02-22  Eric Pouechwinedbg: Some enhancements by using Unicode flavors.
2007-02-12  Eric Pouechwinedbg: Support for debugging child processes.
2007-02-12  Eric Pouechwinedbg: Correctly handle invalid read conditions.
2007-01-11  James Hawkinswinedbg: Check buffer for NULL before writing to it.
2007-01-04  Eric Pouechwinedbg: Added a maintenance command to load a given...
2006-12-27  Alexandre Julliardmake_makefiles: Generate the top-level .gitignore file.
2006-12-20  Alexandre Julliardwinedbg: Win64 printf format fixes.
2006-12-20  Alexandre Julliardwinedbg: Fixed a few data types.
2006-12-14  Francois GougetAssorted spelling fixes.
2006-12-06  Eric Pouechwinedbg: Added support for constant values passed by...
2006-12-04  Eric Pouechwinedbg: Dwarf can emit REGREL symbol information,...
2006-12-04  Eric Pouechwinedbg: Now that local variable computation depends...
2006-12-04  Eric Pouechwinedbg: Added some black magic to still handle registe...
2006-12-04  Eric Pouechwinedbg: Remove some hassle from sgv_cb, and handle...
2006-12-04  Eric Pouechwinedbg: No longer test filename in sgv_cb, but do...
2006-11-27  Eric Pouechwinedbg: Added basic support for printing 64bit wide...
2006-11-27  Eric Pouechwinedbg: Host references lookup.
2006-11-27  Eric Pouechwinedbg: Various information printing issues.
2006-10-23  Eric Pouechwinedbg: Added a few more cases where we inspect if...
2006-10-18  Peter Oberndorferwinedbg: Print frame address instead of duplicated...
next