- 3c9e7a7 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. by Dmitry Timoshkov · 18 years ago
- 6030e4d user32: Exclude unused headers. by Andrew Talbot · 18 years ago
- 48d7408 user32: Replace inline static with static inline. by Andrew Talbot · 18 years ago
- 8ec3423 user32: Dump contents of CREATESTRUCT in WM_[NC]CREATE of the message spy. by Dmitry Timoshkov · 18 years ago
- 4189a89 user32: Show the GCL{,P}_* constant names in debug messages. by Patrik Stridvall · 18 years ago
- 21bcfd7 user32: Make some data const. by Dmitry Timoshkov · 18 years ago
- baaefe9 winuser.h: Define browser and multimedia keys. by Kevin Koltzau · 18 years ago
- b8a2e3b user32: Renamed the user/ directory to user32. by Alexandre Julliard · 18 years ago[Renamed from dlls/user/spy.c]
- a7f8195 include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. by Francois Gouget · 18 years ago
- a58a9f5 user: Add some missing messages to the message spy. by Dmitry Timoshkov · 18 years ago
- 3878ebc user: Cast-qual warnings fix. by Andrew Talbot · 19 years ago
- 3c60ce8 user: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
- 94207ad user: Add some missing internal Wine messages to the message spy. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- 26b40c2 Add some missing USER definitions, add a couple of FIXMEs for not by Dmitry Timoshkov · 19 years ago
- 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
- c787b14 -Wpointer-sign fixes for gcc 4.0. by Mike McCormack · 20 years ago
- 302cd45 Moved debugging config options to HKCU\Software\Wine\Debug. by Alexandre Julliard · 20 years ago
- 2e4bca9 Added magic comments to all Wine-specific registry accesses to make by Alexandre Julliard · 20 years ago
- 6bbd63e Don't fetch the window class name if it's not needed to compute the by Alexandre Julliard · 20 years ago
- 6b4c02e Moved remaining messaging definitions to user_private.h and removed message.h. by Alexandre Julliard · 20 years ago
- 172e731 Moved most files from the windows directory to dlls/user. by Alexandre Julliard · 20 years ago[Renamed (72%) from windows/spy.c]
- 77a07a1 Dump whole NMHEADERA notify structure for TreeViews. by Vitaliy Margolen · 20 years ago
- e732fc0 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
- cb7aa87 Added support for xbuttons. by Alexandre Julliard · 20 years ago
- 92edcb7 Add message spy support for RichEdit20W control. by Robert Shearman · 20 years ago
- 55fe5e8 WM_USER messages should be dumped in the format "WM_USER + %d" to make by Robert Shearman · 20 years ago
- eb5bf7d Documentation spelling fixes. by Jon Griffiths · 20 years ago
- 8af3e67 Add WM_GETOBJECT definition, remove WM_OTHERWINDOWCREATED define. by Dmitry Timoshkov · 20 years ago
- 6a78c16 Moved private USER definitions to a new user_private.h header, and by Alexandre Julliard · 20 years ago
- 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
- 47361da - do not move updown control and buddy if an alignment was not requested by Dmitry Timoshkov · 20 years ago
- ec3e946 Make message spy thread safe. by Dmitry Timoshkov · 20 years ago
- 65e4823 Define new propsheet messages. by Mike McCormack · 21 years ago
- ca46969 Print meaningful message values instead of vague names for unknown messages. by Dmitry Timoshkov · 21 years ago
- c9860a5 Add some new message names to the message spy. by Dmitry Timoshkov · 21 years ago
- d07c100 Moved a few remaining 16-bit definitions out of the standard headers. by Alexandre Julliard · 21 years ago
- f96abb2 Add correct treeview structs to message spy. by Huw Davies · 21 years ago
- 41566f2 Add common dialog notification messages and WM_SIZE. by Dmitry Timoshkov · 21 years ago
- 0348649 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
- 04d5963 Print the message name for registered messages. by Alexandre Julliard · 22 years ago
- 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
- 18d0297 Removed input.h, queue.h, spy.h and sysmetrics.h and moved their by Alexandre Julliard · 22 years ago
- aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
- 48f860c Moved a few remaining 16-bit window functions to wnd16.c and moved it by Alexandre Julliard · 22 years ago
- 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
- 05638fd - The TTM_ message needed to be in correct order. - Added TTM_GETBUBBLESIZE. by Guy L. Albertelli · 23 years ago
- 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
- 0477d7d - Add message mapping for tooltips. by Andreas Mohr · 23 years ago
- 7c4d6a9 - Add support for UpDown control messages. by Guy L. Albertelli · 23 years ago
- 2beb9c1 - Dump out the TCITEM structure for appropriate messages. by Guy L. Albertelli · 23 years ago
- a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 501d951 Fix memory dump where length is not a multiple of 4. by Guy L. Albertelli · 23 years ago
- c7ec93d Put the MCN_ and DTN_ in correct order. by Guy L. Albertelli · 23 years ago
- 16c04be - When dumping NMCUSTOMDRAW, use correct size for a Toolbar. by Guy L. Albertelli · 23 years ago
- 9f33f5c Some additional traces. by Guy Albertelli · 23 years ago
- ac2defb Trace undocumented toolbar messages. by Guy L. Albertelli · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- db728b0 Add additional CCM_ message names. by Guy L. Albertelli · 23 years ago
- 9e99d2b - Make the ListView control Unicode ready. by Dimitrie O. Paun · 23 years ago
- b0582dc Add some new messages to the spy and winuser.h. by Dmitry Timoshkov · 23 years ago
- cb013cb Change the message trace indentation to be consistent by thread. by Guy L. Albertelli · 23 years ago
- 80eff97 Convert message spy to unicode. by Dmitry Timoshkov · 23 years ago
- 8b0841a Add support for Wine internal messages. by Guy Albertelli · 23 years ago
- 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
- 7beb574 Remove macros that should not be there (cause conflicts in WineLib). by Francois Gouget · 24 years ago
- d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
- db9b549 Enhance SPY_GetMsgName to translate common control messages. by Guy L. Albertelli · 24 years ago
- f96d4e6 Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting. by Guy L. Albertelli · 24 years ago
- 1293531 Fixed some message names. by Alexandre Julliard · 24 years ago
- b70c22d - Add support to dump memory at lParam location on common control by Guy L. Albertelli · 24 years ago
- 231162e - If the class of the window is a known standard, then format the name by Guy L. Albertelli · 24 years ago
- 2dea1d0 Display rectangle from WM_NCCALCSIZE on entry and exit. by Guy L. Albertelli · 24 years ago
- 655ff38 Correct amount of info displayed for NM_NCHITTEST and all the LVN_*. by Guy L. Albertelli · 24 years ago
- a57befe Replace more PROFILE_ functions by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
- 8a05b83 Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}. by Guy L. Albertelli · 24 years ago
- bf89e7c Label the width and height correctly in the WINDOWPOS display. by Guy L. Albertelli · 24 years ago
- 0124576 Be smarter about the ellipsis in SPY_GetWndName. by François Gouget · 24 years ago
- 2f47f3d Added a few messages and notifications. by Gerard Patel · 24 years ago
- 09d42ff - Added NMCBEENDEDIT structure for NOTIFY dump. by Guy L. Albertelli · 24 years ago
- 09ce5e8 Fixed loop test for negative value. by Guy L. Albertelli · 24 years ago
- 65a4aa4 - print out WM_NOTIFY message code if we know it. by Guy L. Albertelli · 24 years ago
- ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 740bb92 Added the ability to see names of the virtual key codes. by Dmitry Timoshkov · 24 years ago
- 936c6c4 Added wParam and lParam as parameters in SPY_ExitMessage by Guy L. Albertelli · 24 years ago
- c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
- 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
- 4bdf4af Implemented Mousewheel support. by Stephane Lussier · 25 years ago
- 62f824f Avoid calling the *Rect USER functions from inside GDI. by Alexandre Julliard · 25 years ago[Renamed from misc/spy.c]
- 146b16a Added a few messages for IME. by Hidenori Takeshima · 25 years ago
- d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
- d50f642 Added resolution of LVM messages. by Juergen Schmied · 26 years ago
- 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- 4bf3354 Removed direct references to CLASS internals. by Patrik Stridvall · 26 years ago
- 155168e Implemented printing out of some structures. by Juergen Schmied · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago