1. b062210 System classes must not have the CS_GLOBALCLASS style. by Alexandre Julliard · 21 years ago
  2. c99b26d Fix MDISetMenu in the case it is called before a Windows Menu exists by Rein Klazes · 22 years ago
  3. 9d61596 SLOWORD and SHIWORD do not exist on Win32 (reported by Filip Navara). by Alexandre Julliard · 22 years ago
  4. cf52644 Removed the A/W constants for builtin cursors, icons and resource by Alexandre Julliard · 22 years ago
  5. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  6. 040b3e1 Restore MDI window in the case of disabled maximize button. by Dmitry Timoshkov · 22 years ago
  7. 0fd521f Change RECT to use LONG to match win32 standard headers and fix format by Dan Kegel · 22 years ago
  8. 3f17416 Fix some unicode->ascii calls. by Matthew Davison · 22 years ago
  9. aff7dda Made user compile with -DSTRICT. by Alexandre Julliard · 22 years ago
  10. a8a422f Fixed more -DSTRICT issues. by Alexandre Julliard · 22 years ago
  11. 7ef66af Moved some more 16-bit functions to user16.c. A few fixes for -DSTRICT. by Alexandre Julliard · 22 years ago
  12. 601a3ab Fix some types and function prototypes according to Platform SDK definitions. by Dmitry Timoshkov · 22 years ago
  13. 95591a6 Some fixes for the compilation of the user dll with -DSTRICT. by Michael Stefaniuc · 22 years ago
  14. 9abcad5 Restore setting of caption "Error". by Dmitry Timoshkov · 22 years ago
  15. 0ca051e Fixed wownt32.h to make it usable from inside Wine, and use it to by Alexandre Julliard · 22 years ago
  16. bc54d78 - change the internal functions in windows/cursoricon.c to use 32bit by Michael Stefaniuc · 22 years ago
  17. 3e7b710 Removed reference to SCROLL_SetNCSbState. by Andrew M. Johnston · 22 years ago
  18. 2247af3 - Rename WIN_Handle16 to HWDN_16 and make it a macro. by Michael Stefaniuc · 23 years ago
  19. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  20. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  21. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  22. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  23. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  24. cb97a3b Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr. by Mike McCormack · 23 years ago
  25. 1e8b025 Fix the case where child=0 (last child) in MDI_ChildActivate. by Gerard Patel · 23 years ago
  26. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  27. 26c4d6b Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI windows. by Joshua Thielen · 24 years ago
  28. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  29. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  30. 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
  31. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  32. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  33. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  34. cb25e25 Replace SendMessage16 by SendMessageW where possible. by Alexandre Julliard · 24 years ago
  35. ef06b4a Got rid of HEAP_strdupW. by Alexandre Julliard · 24 years ago
  36. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  37. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  38. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  39. 31eaee4 Only measure child rectangles of visible children when deciding about by Bill Medland · 24 years ago
  40. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  41. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  42. 2b560c7 Remove redundant parameters from MDICreateChild and MDIDestroyChild. by Dmitry Timoshkov · 24 years ago
  43. 91adf0a Added unicode MDI client window proc. by Dmitry Timoshkov · 24 years ago
  44. aab85d7 Initialize MENUITEMINFO structure before calling GetMenuItemInfo. by Dmitry Timoshkov · 24 years ago
  45. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  46. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  47. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  48. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  49. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  50. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  51. 94a6832 WM_SETTEXT should return TRUE on success. by Andreas Mohr · 24 years ago
  52. 2682bc2 Fixed a few dependencies on 16-bit or internal functions. Fixed a few warnings. by Alexandre Julliard · 24 years ago
  53. 1848c80 Watch out for DefMDIChildProc calls on non-MDI-child windows. by Ulrich Weigand · 24 years ago
  54. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  55. 73968f0 Simplify a bit MDI child window creation. by Dmitry Timoshkov · 25 years ago
  56. a1ce916 Serge Ivanov Delay destroying menu entry until all messages are sent. by Alexandre Julliard · 25 years ago
  57. 60cf612 Henning Hoffmann Augment menu when a mdi window starts maximized. by Alexandre Julliard · 25 years ago
  58. bd616cb Francis Beaudet MDI Patch which fixes problems in PR, QP, WP and Paradox. by Alexandre Julliard · 25 years ago
  59. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  60. 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
  61. f58d80d Implemented the More Windows... menu item for MDI. by David Lassonde · 25 years ago
  62. c0504ca Verify the menu handle is non-zero prior to use. by Guy L. Albertelli · 25 years ago
  63. a2e1b41 Always calls SetMenu in MDISetMenu. by Gerard Patel · 25 years ago
  64. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  65. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  66. 738c06d Fixed copying of the MDI 'Windows' menu items if the items are not of by Huw D M Davies · 25 years ago
  67. c448c5c Check that ci->hWindowMenu is not zero before using it. by Matthew Cline · 25 years ago
  68. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  69. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  70. e8a3d07 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg. by Gerard Patel · 25 years ago
  71. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  72. e6c6390 Check for passed invalid window handle in DefMDIChildProc*. by Marcus Meissner · 25 years ago
  73. 458719d Fixed a small bug in the behavior of maximized MDI children. by Francis Beaudet · 25 years ago
  74. 891d4d2 Fixed loop with WM_SYSCHAR. by Pierre Mageau · 25 years ago
  75. 22614a3 We have to activate MDI child windows. by Thuy Nguyen · 25 years ago
  76. 55b9247 Protect MDISetMenu from rogue menu handles. by Richard Cohen · 26 years ago
  77. 1cc0a9a Make sure that all MDI children have the WS_EX_MDICHILD style set. by Francis Beaudet · 26 years ago
  78. 402dc20 Removed an inappropriate if statement from MDI_ChildActivate that by Dan Langlois · 26 years ago
  79. 4691d0c Fixed a memory leak that occurs when we maximize/minimize an MDI child. by Francis Beaudet · 26 years ago
  80. fa9724f Fixed some bad ptr occurrence in this class WndProc. by Eric Pouech · 26 years ago
  81. edd3d4a MDIDestroyChild: MDI window menu item was deleted only if the current by Noomen Hamza · 26 years ago
  82. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  83. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  84. 967ec70 The system menu icon on a MDI child window was corrupted when the by Abey George · 26 years ago
  85. fe0a5e8 Fixed imprecision in the MDI tiling functionality. by Noomen Hamza · 26 years ago
  86. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  87. 9090502 Set the default menu item of the window menu by Juergen Schmied · 26 years ago
  88. d753a99 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in by Francois Boisvert · 26 years ago
  89. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  90. 8dde5a4 Added missing WIN_ReleaseWndPtr. by Eric Pouech · 26 years ago
  91. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  92. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  93. 7851394 - use fonts/fontsizes given by SystemParametersInfo by Juergen Schmied · 26 years ago
  94. e38b0e1 Fixed window locking bug in CalcChildScroll. by Gerard Patel · 26 years ago
  95. 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
  96. 3130fce Fixed "reached end of non void..." warnings. by Veksler Michael · 26 years ago
  97. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  98. 4a6af35 Handle null wndPtr for mdi window. by Guy Albertelli · 26 years ago
  99. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  100. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago