1. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  2. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  3. cc2d382 Use DrawFrameControl instead of bitmaps in certain cases. by Alexandre Julliard · 23 years ago
  4. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  5. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  6. cb97a3b Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr. by Mike McCormack · 23 years ago
  7. 1e8b025 Fix the case where child=0 (last child) in MDI_ChildActivate. by Gerard Patel · 23 years ago
  8. 8fd26b9 Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding by Alexandre Julliard · 23 years ago
  9. 26c4d6b Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI windows. by Joshua Thielen · 24 years ago
  10. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  11. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  12. 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
  13. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  14. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  15. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  16. cb25e25 Replace SendMessage16 by SendMessageW where possible. by Alexandre Julliard · 24 years ago
  17. ef06b4a Got rid of HEAP_strdupW. by Alexandre Julliard · 24 years ago
  18. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  19. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  20. 56a1992 Replace some 16-bit calls by their 32-bit equivalents. by Dmitry Timoshkov · 24 years ago
  21. 31eaee4 Only measure child rectangles of visible children when deciding about by Bill Medland · 24 years ago
  22. 15a3b74 Documentation name fixes. by Patrik Stridvall · 24 years ago
  23. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  24. 2b560c7 Remove redundant parameters from MDICreateChild and MDIDestroyChild. by Dmitry Timoshkov · 24 years ago
  25. 91adf0a Added unicode MDI client window proc. by Dmitry Timoshkov · 24 years ago
  26. aab85d7 Initialize MENUITEMINFO structure before calling GetMenuItemInfo. by Dmitry Timoshkov · 24 years ago
  27. a41b2cf Moved tweak support to USER dll. Removed tweak.h and cache.h. by Alexandre Julliard · 24 years ago
  28. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  29. 44a1822 winuser.h now requires that we include winbase.h first. by François Gouget · 24 years ago
  30. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  31. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  32. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  33. 94a6832 WM_SETTEXT should return TRUE on success. by Andreas Mohr · 24 years ago
  34. 2682bc2 Fixed a few dependencies on 16-bit or internal functions. Fixed a few warnings. by Alexandre Julliard · 24 years ago
  35. 1848c80 Watch out for DefMDIChildProc calls on non-MDI-child windows. by Ulrich Weigand · 24 years ago
  36. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 24 years ago
  37. 73968f0 Simplify a bit MDI child window creation. by Dmitry Timoshkov · 25 years ago
  38. a1ce916 Serge Ivanov Delay destroying menu entry until all messages are sent. by Alexandre Julliard · 25 years ago
  39. 60cf612 Henning Hoffmann Augment menu when a mdi window starts maximized. by Alexandre Julliard · 25 years ago
  40. bd616cb Francis Beaudet MDI Patch which fixes problems in PR, QP, WP and Paradox. by Alexandre Julliard · 25 years ago
  41. c7e7df8 Replaced all lstr* calls from inside Wine code by their str* equivalent. by Alexandre Julliard · 25 years ago
  42. 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
  43. f58d80d Implemented the More Windows... menu item for MDI. by David Lassonde · 25 years ago
  44. c0504ca Verify the menu handle is non-zero prior to use. by Guy L. Albertelli · 25 years ago
  45. a2e1b41 Always calls SetMenu in MDISetMenu. by Gerard Patel · 25 years ago
  46. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  47. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  48. 738c06d Fixed copying of the MDI 'Windows' menu items if the items are not of by Huw D M Davies · 25 years ago
  49. c448c5c Check that ci->hWindowMenu is not zero before using it. by Matthew Cline · 25 years ago
  50. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  51. b2f6f0e Removed resource.h. by Alexandre Julliard · 25 years ago
  52. e8a3d07 Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg. by Gerard Patel · 25 years ago
  53. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  54. e6c6390 Check for passed invalid window handle in DefMDIChildProc*. by Marcus Meissner · 25 years ago
  55. 458719d Fixed a small bug in the behavior of maximized MDI children. by Francis Beaudet · 25 years ago
  56. 891d4d2 Fixed loop with WM_SYSCHAR. by Pierre Mageau · 25 years ago
  57. 22614a3 We have to activate MDI child windows. by Thuy Nguyen · 25 years ago
  58. 55b9247 Protect MDISetMenu from rogue menu handles. by Richard Cohen · 26 years ago
  59. 1cc0a9a Make sure that all MDI children have the WS_EX_MDICHILD style set. by Francis Beaudet · 26 years ago
  60. 402dc20 Removed an inappropriate if statement from MDI_ChildActivate that by Dan Langlois · 26 years ago
  61. 4691d0c Fixed a memory leak that occurs when we maximize/minimize an MDI child. by Francis Beaudet · 26 years ago
  62. fa9724f Fixed some bad ptr occurrence in this class WndProc. by Eric Pouech · 26 years ago
  63. edd3d4a MDIDestroyChild: MDI window menu item was deleted only if the current by Noomen Hamza · 26 years ago
  64. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  65. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  66. 967ec70 The system menu icon on a MDI child window was corrupted when the by Abey George · 26 years ago
  67. fe0a5e8 Fixed imprecision in the MDI tiling functionality. by Noomen Hamza · 26 years ago
  68. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  69. 9090502 Set the default menu item of the window menu by Juergen Schmied · 26 years ago
  70. d753a99 Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in by Francois Boisvert · 26 years ago
  71. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  72. 8dde5a4 Added missing WIN_ReleaseWndPtr. by Eric Pouech · 26 years ago
  73. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  74. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  75. 7851394 - use fonts/fontsizes given by SystemParametersInfo by Juergen Schmied · 26 years ago
  76. e38b0e1 Fixed window locking bug in CalcChildScroll. by Gerard Patel · 26 years ago
  77. 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
  78. 3130fce Fixed "reached end of non void..." warnings. by Veksler Michael · 26 years ago
  79. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  80. 4a6af35 Handle null wndPtr for mdi window. by Guy Albertelli · 26 years ago
  81. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  82. 61afa33 Some more recursive include fixes/optimizations. by Marcus Meissner · 26 years ago
  83. bc1d1df WIN31 Look still needs a close button on the left of the menu bar. by Huw D M Davies · 26 years ago
  84. ce14194 Set hwndActiveChild when maximizing a mdi child window because it is by Norman Stevens · 26 years ago
  85. 197a8e1 Implemented the WIN31 Look mdi buttons and also some defines for the by Francois Boisvert · 26 years ago
  86. 47e2b85 The systems buttons (minimize/restore/close) now appear on the menu by Francois Boisvert · 26 years ago
  87. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  88. 40097cc - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for by NF Stevens · 26 years ago
  89. 4d7f5b6 Two missing WINAPIs. by Marcus Meissner · 26 years ago
  90. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  91. 5c6fc1b CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD by Rein Klazes · 26 years ago
  92. 4f7abc0 MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES by Rein Klazes · 26 years ago
  93. 1410cdd A couple of TRACE messages are missing a newline at the end. by NF Stevens · 26 years ago
  94. 9552483 Fixed a minor problem with the menus for mdi child windows. by NF Stevens · 26 years ago
  95. d208584 Got rid of flickering scrollbar arrows. MDI scrolling speeded up a bit. by Alex Korobka · 26 years ago
  96. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  97. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  98. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  99. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  100. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614