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