1. ed8a41c Only allocate even-numbered window handles, MS Project depends on that by Alexandre Julliard · 21 years ago
  2. c9860a5 Add some new message names to the message spy. by Dmitry Timoshkov · 21 years ago
  3. cdeeb84 Add a test for accessing classes from another thread. by Dmitry Timoshkov · 21 years ago
  4. e069cf1 Do not activate an MDI child if the child is invisible. by Dmitry Timoshkov · 21 years ago
  5. b38b682 Activate another window when the dialog gets hidden in EndDialog. by Alexandre Julliard · 21 years ago
  6. f2616c5 Only child windows receive WM_SHOWWINDOW in DestroyWindow() under Windows. by Dmitry Timoshkov · 21 years ago
  7. f745168 - Add a test for GetWindowInfo, it should not check cbSize member of by Dmitry Timoshkov · 21 years ago
  8. d053539 Several of the registry keys for system colors and system metrics were by Jake Hamby · 21 years ago
  9. 4e10f0e Fix clipboard regression. by Ulrich Czekalla · 21 years ago
  10. 80422fb Make WM_GETMINMAXINFO default behaviour more like the Windows one. by Dmitry Timoshkov · 21 years ago
  11. b41466b Allow applications, under certain conditions, to set data into the by Ulrich Czekalla · 21 years ago
  12. e6e15c3 Before removing menu items in the MDI Window menu check whether a menu by Dmitry Timoshkov · 21 years ago
  13. 5ffac09 Add tracing messages to MDI. by Duane Clark · 21 years ago
  14. 87109682 Allocate DIALOGINFO structure in DefDlgProc instead of in by Santosh Siddheshwar · 21 years ago
  15. 0ad1a6c Setting WS_VISIBLE style does not require any special handling. by Dmitry Timoshkov · 21 years ago
  16. 970be64 WM_PARENTNOTIFY should not be sent to WS_POPUP windows. by Dmitry Timoshkov · 21 years ago
  17. 126227a Remove the support for the Win 3.1 Look. by Dimitrie O. Paun · 21 years ago
  18. d5a1e76 Make DestroyWindow() not mess with a window focus, this should be by Dmitry Timoshkov · 21 years ago
  19. fefc8c6 Correctly size the spi_loaded array prevents overwriting of system parameters. by Rein Klazes · 21 years ago
  20. ea78575 Change order of EnableWindow/DestroyWindow in the case of failure in by Dmitry Timoshkov · 21 years ago
  21. 7e997ef Implemented SPI{GET,SET}MOUSEHOVERWIDTH, SPI{GET,SET}MOUSEHOVERHEIGHT, by Justin Chevrier · 21 years ago
  22. 72b6645 FIXME_(win) -> FIXME. by Richard Cohen · 21 years ago
  23. 6174bcc We need to at least refresh the window menu in ChildActivate, so for by Huw Davies · 21 years ago
  24. bed797e Windows always adds a separator to the bottom of the new window by Huw Davies · 21 years ago
  25. e2b1222 Stub for RegisterDeviceNotificationW. by Robert Shearman · 21 years ago
  26. 0a25dd4 Move implementation of SysParametersInfo from Ascii to Unicode. by Justin Chevrier · 21 years ago
  27. 475cdcb Remove the win32 debug channel, misc cleanup of debugging code. by Dimitrie O. Paun · 21 years ago
  28. 4664b96 Add a comment to explain the LockWindowUpdate situation. by Mike Hearn · 21 years ago
  29. c162263 First step in using faster approach for A<->W message mapping. by Dmitry Timoshkov · 21 years ago
  30. 14743a0 SetMenu should always call SetWindowPos whether the window is visible by Huw Davies · 21 years ago
  31. 7d06e6a Implemented SPI_GETGRADIENTCAPTIONS, SPI_GETFONTSMOOTHING, by Justin Chevrier · 21 years ago
  32. df0916b Added the automatic tabbing in IsDialogMessage. by Bill Medland · 21 years ago
  33. a2e2e18 Avoid a few more GetModuleHandle calls. by Alexandre Julliard · 21 years ago
  34. f0b082b Dynamically retrieve the metrics that depend on the screen size (based by Alexandre Julliard · 21 years ago
  35. e7499dc Report the mouse wheel as present in the system metrics. by Alex Pasadyn · 21 years ago
  36. 9b24af8 Add a test case and a fix for the window styles state at the window by Dmitry Timoshkov · 21 years ago
  37. d684777 Change return code from ExitWindowsEx() (and with that related by Rein Klazes · 21 years ago
  38. df0ddd4 Make the MDI Window menu refreshing Windows compatible. by Dmitry Timoshkov · 21 years ago
  39. 4f9b4fd Test whether an active maximized MDI child is visible. by Dmitry Timoshkov · 21 years ago
  40. 417bcb3 Fixed 16-bit MDI support (based on a patch by Dmitry Timoshkov). by Alexandre Julliard · 21 years ago
  41. 55d72b7 lpCreateParams should be a SEGPTR in 16-bit code. by Alexandre Julliard · 21 years ago
  42. df5800f Properly translate the message result for WM_GETTEXT-style messages. by Alexandre Julliard · 21 years ago
  43. ae23340 - Add the same protection to MDI_AugmentFrameMenu as one existing in by Dmitry Timoshkov · 21 years ago
  44. 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
  45. c91d9f0 In Windows, the leading byte for multibyte characters are set to upper by Yoshiro Takeno · 21 years ago
  46. b9e56b9 In the WM_MDISETMENU handler use an existing frame menu if the passed by Dmitry Timoshkov · 21 years ago
  47. d07c100 Moved a few remaining 16-bit definitions out of the standard headers. by Alexandre Julliard · 21 years ago
  48. f96abb2 Add correct treeview structs to message spy. by Huw Davies · 21 years ago
  49. 15a4fef In RDW_UpdateRgn(), if hRgn is zero, clear the windows update region by Rein Klazes · 21 years ago
  50. dc70553 Merge the MDI and common window creation code. Change the way MDI by Dmitry Timoshkov · 21 years ago
  51. 6ec42c0 Moved a bunch of definitions from gdi.h into a new gdi_private.h to by Alexandre Julliard · 21 years ago
  52. 53145d9 Moved some code around to avoid exporting DIB functions from gdi32. by Alexandre Julliard · 21 years ago
  53. a51bb81 ScrollDC doesn't need to be in the graphics driver. by Alexandre Julliard · 21 years ago
  54. 5d19e6c Converted DlgDirList to Unicode. by Alexandre Julliard · 21 years ago
  55. 30a520e Add missing \n on error message. by Robert Shearman · 21 years ago
  56. 892a283 Split up the Win16/32 MDI support a bit. by Steven Edwards · 21 years ago
  57. 4e2c036 Make the debug mark printing unconditional instead of conditional upon by Chris Morgan · 21 years ago
  58. 446d832 Store window icons in the window structure so that WM_SETICON can do by Alexandre Julliard · 21 years ago
  59. 1a620f2 Add MDI child creation tests. by Dmitry Timoshkov · 21 years ago
  60. 9a1e0a0 Prevent false matches in WIN_FindWindow. by Mike Hearn · 21 years ago
  61. bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
  62. b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
  63. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  64. 2fa87d2 Point size in DLG_TEMPLATE may be negative. by Andreas Rosenberg · 21 years ago
  65. 5f32566 Made all the RegisterClass and GetClassInfo variants call the by Alexandre Julliard · 21 years ago
  66. ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
  67. cc09196 Implemented GetTitleBarInfo. by Kevin Koltzau · 21 years ago
  68. 5329fc8 Get rid of clipboard.h. by Alexandre Julliard · 21 years ago
  69. 0979170 In RDW_ValidateParent, get rid of the parent update region if it is by Alexandre Julliard · 21 years ago
  70. cfcc449 Porting fixes. by Steven Edwards · 21 years ago
  71. 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
  72. 86e4079 Make Alt+[national key] menu shortcuts work. by Dmitry Timoshkov · 21 years ago
  73. 358fff8 Implement the TME_NONCLIENT flag in TrackMouseEvent to handle by Kevin Koltzau · 21 years ago
  74. b7976c0 Fixed declarations of BroadcastSystemMessage and TranslateAccelerator by Alexandre Julliard · 21 years ago
  75. f9be2f3 Removed some unnecessary includes. by Alexandre Julliard · 21 years ago
  76. b0c2e54 Add preliminary support for keyboard layout APIs. by Dmitry Timoshkov · 21 years ago
  77. df93214 If GetNextDlgTabItem() cannot find any next control, return the handle by Rein Klazes · 21 years ago
  78. 47f62a4 Set %fs and %gs in the register context to their current value when by Alexandre Julliard · 21 years ago
  79. 41566f2 Add common dialog notification messages and WM_SIZE. by Dmitry Timoshkov · 21 years ago
  80. 6d9350f Use a timeout when sending broadcast messages. by Alexandre Julliard · 21 years ago
  81. dc969d4 Correct the logic that decides whether a WM_SYSKEYUP/DOWN or a by Rein Klazes · 21 years ago
  82. dfa1f6a Initialize MinMax.ptReserved, use better defaults for child windows. by Dmitry Timoshkov · 21 years ago
  83. d7484a8 Use the extended window style for the previous style in the style by Rein Klazes · 21 years ago
  84. 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
  85. 0348649 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  86. 2999165 Implemented RealGetWindowClass. by Dmitry Timoshkov · 22 years ago
  87. c99b26d Fix MDISetMenu in the case it is called before a Windows Menu exists by Rein Klazes · 22 years ago
  88. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  89. 6982039 Modify CheckRadioButton function to be more consistent with Windows. by Kevin Groeneveld · 22 years ago
  90. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  91. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  92. 7df1b9e Start using the exported TEB structure from winternl.h where possible. by Alexandre Julliard · 22 years ago
  93. bf97962 Avoid including stackframe.h if it's not needed. by Alexandre Julliard · 22 years ago
  94. 3a5b7cf Extended WOWCallback16Ex to support register functions too. This by Alexandre Julliard · 22 years ago
  95. 5beaf47 Protect SystemParametersInfoA(SPI_GETxxx) from NULL pvParam. by Dmitry Timoshkov · 22 years ago
  96. 864ca06 winnls.h must not include winbase.h. by Alexandre Julliard · 22 years ago
  97. 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
  98. 0e27c97 Stub implementation of FlashWindowEx. by Mike McCormack · 22 years ago
  99. d9e7980 Protect CallWindowProcA/W from NULL pointers. by Dmitry Timoshkov · 22 years ago
  100. cb84de9 Make GetWindowInfo() work for all windows and return correct values. by Dmitry Timoshkov · 22 years ago