- Rename WIN_Handle16 to HWDN_16 and make it a macro.
[wine] / windows / spy.c
2002-09-04  Michael Stefaniuc- Rename WIN_Handle16 to HWDN_16 and make it a macro.
2002-07-20  Andreas Mohr- Add message mapping for tooltips.
2002-06-28  Guy L. Albertelli- Add support for UpDown control messages.
2002-06-14  Guy L. Albertelli- Dump out the TCITEM structure for appropriate messages.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Guy L. AlbertelliFix memory dump where length is not a multiple of 4.
2002-04-17  Guy L. AlbertelliPut the MCN_ and DTN_ in correct order.
2002-04-14  Guy L. Albertelli- When dumping NMCUSTOMDRAW, use correct size for a...
2002-04-08  Guy AlbertelliSome additional traces.
2002-03-11  Guy L. AlbertelliTrace undocumented toolbar messages.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Guy L. AlbertelliAdd additional CCM_ message names.
2002-01-18  Dimitrie O. Paun- Make the ListView control Unicode ready.
2002-01-04  Dmitry TimoshkovAdd some new messages to the spy and winuser.h.
2001-12-06  Guy L. AlbertelliChange the message trace indentation to be consistent...
2001-11-20  Dmitry TimoshkovConvert message spy to unicode.
2001-11-05  Guy AlbertelliAdd support for Wine internal messages.
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-09-19  Francois GougetRemove macros that should not be there (cause conflicts...
2001-09-19  Alexandre JulliardMade all 16<->32 HWND conversions use explicit function...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-28  Guy L. AlbertelliAdded WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
2001-08-13  Alexandre JulliardFixed some message names.
2001-08-03  Guy L. Albertelli- Add support to dump memory at lParam location on...
2001-07-22  Guy L. Albertelli- If the class of the window is a known standard, then...
2001-07-20  Guy L. AlbertelliDisplay rectangle from WM_NCCALCSIZE on entry and exit.
2001-07-08  Guy L. AlbertelliCorrect amount of info displayed for NM_NCHITTEST and...
2001-06-14  Dmitry TimoshkovReplace more PROFILE_ functions by RegQueryValueExA.
2001-06-04  Guy L. AlbertelliDisplay extra data for WM_NOTIFY that use NMCOMBOEX...
2001-03-16  Guy L. AlbertelliLabel the width and height correctly in the WINDOWPOS...
2001-02-14  François GougetBe smarter about the ellipsis in SPY_GetWndName.
2001-01-25  Gerard PatelAdded a few messages and notifications.
2001-01-21  Guy L. Albertelli- Added NMCBEENDEDIT structure for NOTIFY dump.
2000-12-24  Guy L. AlbertelliFixed loop test for negative value.
2000-12-20  Guy L. Albertelli- print out WM_NOTIFY message code if we know it.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-10-22  Guy L. AlbertelliAdded wParam and lParam as parameters in SPY_ExitMessage
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-07-10  Dmitry TimoshkovConvert WND.text field to Unicode.
2000-04-18  Stephane LussierImplemented Mousewheel support.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...