1. c07a6cf Fixed ShowWindowAsync. by Alexandre Julliard · 22 years ago
  2. 48f860c Moved a few remaining 16-bit window functions to wnd16.c and moved it by Alexandre Julliard · 22 years ago
  3. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  4. 85350c8 Dump SetWindowPos flags. by Dmitry Timoshkov · 23 years ago
  5. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  6. 284bcfc Fixed a memory leak in find_child_from_point(). by Andreas Mohr · 23 years ago
  7. 07439cd Removed dependencies on the internals of the region object. by Alexandre Julliard · 23 years ago
  8. 392f6f8 Replace some SendMessage with SendNotifyMessage in case the target by François Gouget · 23 years ago
  9. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  10. 5d6aacc Altered the algorithm for selecting a new focus after a window is by Dave Hawkes · 23 years ago
  11. 5797fbb Added WIN_GetRectangles function. by Alexandre Julliard · 23 years ago
  12. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  13. 03e07b5 Window activation cleanups. by Alexandre Julliard · 23 years ago
  14. e0f0a2e Switch focus to activated window even if no window previously had the focus. by Joshua Thielen · 23 years ago
  15. ddc3317 Store in the server all the window information accessible with by Alexandre Julliard · 23 years ago
  16. 3d4d086 Only modify the ancestor if you find it. by Bill Medland · 23 years ago
  17. fb0ff05 Added internal Wine messages to perform SetWindowPos, ShowWindow and by Alexandre Julliard · 23 years ago
  18. 80593bf Removed next and child fields in the window structure and use by Alexandre Julliard · 23 years ago
  19. 556607a Store window parent as an HWND instead of a pointer. by Alexandre Julliard · 23 years ago
  20. 7695d69 A couple of optimizations to avoid some server calls in WIN_FindWndPtr by Alexandre Julliard · 23 years ago
  21. d23a82b Made all 16<->32 HWND conversions use explicit functions instead of by Alexandre Julliard · 24 years ago
  22. f44bbb8 Make sure that HWND comparisons are always done with full 32-bit handles. by Alexandre Julliard · 24 years ago
  23. 37a4639 Make sure that functions returning an HWND always return a full 32-bit handle. by Alexandre Julliard · 24 years ago
  24. 9d9dac0 Added WIN_ListParents function and renamed WIN_BuildWinArray into by Alexandre Julliard · 24 years ago
  25. 0801ffc Implemented GetAncestor and removed WIN_GetTopParent. by Alexandre Julliard · 24 years ago
  26. fa42aa8 Removed WIN_GetDesktop(). by Alexandre Julliard · 24 years ago
  27. 4ff32c8 Removed a number of direct accesses to the window structure. by Alexandre Julliard · 24 years ago
  28. de42428 Removed a number of direct accesses to the WND structure, replacing by Alexandre Julliard · 24 years ago
  29. cb25e25 Replace SendMessage16 by SendMessageW where possible. by Alexandre Julliard · 24 years ago
  30. 8afe662 Avoid using GetFastQueue16 from USER. by Alexandre Julliard · 24 years ago
  31. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  32. 361f980 Trace rectangles returned by GetClientRect and GetWindowRect. by Guy L. Albertelli · 24 years ago
  33. e9782fa Documentation fixes. by Patrik Stridvall · 24 years ago
  34. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  35. ed15fc7 Moved ForceWindowRaise to the USER driver and removed the WND driver. by Alexandre Julliard · 24 years ago
  36. ee8ab7a Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint. by Alexandre Julliard · 24 years ago
  37. a57befe Replace more PROFILE_ functions by RegQueryValueExA. by Dmitry Timoshkov · 24 years ago
  38. db4aae2 Stub implementation of AnimateWindow(). by Bobby Bingham · 24 years ago
  39. dc4fe77 Create an X window for every window, including children. by Alexandre Julliard · 24 years ago
  40. 5db8d2f Make WIN_WindowFromPoint take a POINT instead of a POINT16. by Alexandre Julliard · 24 years ago
  41. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  42. 32ee168 Use 32-bit hook functions where possible. Cleaned up a couple of by Alexandre Julliard · 24 years ago
  43. 9ae0fe5 Moved most of the implementation of SetWindowPos and SetDrawable into by Alexandre Julliard · 24 years ago
  44. 4ae481e SetWindowRgn shouldn't activate the window. by James Hatheway · 24 years ago
  45. f88e5aa Cleaned up assumptions about WS_CHILD flag so that we can allow it to by Alexandre Julliard · 24 years ago
  46. e17aaa2 Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set, by Ove Kaaven · 24 years ago
  47. 0c2885e Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has by Dmitry Timoshkov · 24 years ago
  48. 0d86ffe Avoid crash at end of list. by Dominik Strasser · 24 years ago
  49. 282f727 Small 'typos in comments' fixes. by Francois Gouget · 24 years ago
  50. da2892c Do not allocate any USER data on the system heap. by Alexandre Julliard · 24 years ago
  51. d1e3245 Fixed SW_RESTORE handling. by Martin Pilka · 24 years ago
  52. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  53. 8cc20f8 Always restore the bit_gravity to BGForget after using BGNorthwest to by Susan Farley · 24 years ago
  54. 7d5bc5c Removed some direct accesses to the 16-bit task structure. by Alexandre Julliard · 24 years ago
  55. 2ece70e Various documentation fixes. by Patrik Stridvall · 24 years ago
  56. e1f3803 Removed the dummy mouse event in SetWindowPos. by Alexandre Julliard · 24 years ago
  57. cc3e0c5 WM_GETMINMAXINFO track min size should be used in SetWindowPos also by Gerard Patel · 24 years ago
  58. ce1398e Avoid a couple of dependencies on input.c internal variables. by Alexandre Julliard · 24 years ago
  59. f6168db Fixed some warnings. by Alexandre Julliard · 24 years ago
  60. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  61. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  62. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  63. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  64. 354f982 In SWP_DoNCCalcSize() when determining whether the client area has by Rein Klazes · 24 years ago
  65. e4ab07e - Calculate changes in the client area relative to the window by Louis Philippe Gagnon · 24 years ago
  66. 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
  67. 8e26436 If window was not resized and not moved, repaint only itself excluding parent. by Dmitry Timoshkov · 24 years ago
  68. 3489997 KDE 1.x has problems with using XShapeCombineMask when there was no by James Hatheway · 25 years ago
  69. 7d0968e Enables showing of hidden windows when the app ask *only* to maximize it. by Gerard Patel · 25 years ago
  70. b00c012 WINPOS_WindowFromPoint should respect hrgnWnd. by Huw D M Davies · 25 years ago
  71. 64c86ffe Removed local variable shadows warnings. by Marcus Meissner · 25 years ago
  72. b0efe28 Removed a few dependencies on GDI internals from USER dll. by Alexandre Julliard · 25 years ago
  73. 5b6879c - implementation of SetWindowsRgn and GetWindowRgn by Francois Jacques · 25 years ago
  74. f2355e0 Don't destroy the caret on SWP_HIDEWINDOW. by Susan Farley · 25 years ago
  75. 69d39ab Ensure the validity of hOldFocus before calling WIN_GetTopParent. by Jean-Claude Batista · 25 years ago
  76. b3f8a63 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows. by Susan Farley · 25 years ago
  77. cdbe644 BeginDeferWindowPos should allow zero count. by Slava Monich · 25 years ago
  78. 6effb23 Made SetWindowPos handle the case when inserting a window after itself by Noomen Hamza · 25 years ago
  79. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  80. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  81. 28dab87 Activate a hidden window only when explicitely asked by the application. by Gerard Patel · 25 years ago
  82. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  83. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  84. d38f600 Avoid problems during changing the Z-order if the window and the by Rein Klazes · 25 years ago
  85. be89816 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent by Huw D M Davies · 25 years ago
  86. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  87. 983f90a Changed WINPOS_CanActivate to not to consider WS_VISIBLE style. by Abey George · 25 years ago
  88. 22614a3 We have to activate MDI child windows. by Thuy Nguyen · 25 years ago
  89. c684d8e Check new coordinates received in WM_NCCALCSIZE message. by Abey George · 26 years ago
  90. 8623fdc If the window is already the topmost window in ShowWindow(SW_SHOW), it by Francis Beaudet · 26 years ago
  91. a961c44 Tried to fix the code for SetWindowPos to erase the background properly. by Yuxi Zhang · 26 years ago
  92. f18e7c3 Check if the window has the WS_CLIPSIBLINGS style before using the by Thuy Nguyen · 26 years ago
  93. 8beefb5 Validate the parent with the child window client rectangle when the by Abey George · 26 years ago
  94. 203780e Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback by Ulrich Weigand · 26 years ago
  95. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  96. 8e35d65 Fix a bug in SetWindowPos to prevent parent from erasing its child by Yuxi Zhang · 26 years ago
  97. 7f53c57 - Do not call XConfigureWindow if SetWindowPos was called due to a by Ulrich Weigand · 26 years ago
  98. b38e1de Better implementation of [GS]etForegroundWindow. by Ulrich Weigand · 26 years ago
  99. 153334e Removed DummyMotionNotify EVENT driver routine. by Ulrich Weigand · 26 years ago
  100. 6cf348d In SetWindowPos if changing Z order and child window not yet in its by Eric Pouech · 26 years ago