1. b3f8a63 Check for WS_DISABLED parent in WindowFromPoint for un-managed windows. by Susan Farley · 25 years ago
  2. cdbe644 BeginDeferWindowPos should allow zero count. by Slava Monich · 25 years ago
  3. 6effb23 Made SetWindowPos handle the case when inserting a window after itself by Noomen Hamza · 25 years ago
  4. 54fe838 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  5. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  6. 28dab87 Activate a hidden window only when explicitely asked by the application. by Gerard Patel · 25 years ago
  7. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  8. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  9. d38f600 Avoid problems during changing the Z-order if the window and the by Rein Klazes · 25 years ago
  10. be89816 Avoid infinite loop in WINPOS_FindIconPos if the width of the parent by Huw D M Davies · 25 years ago
  11. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  12. 983f90a Changed WINPOS_CanActivate to not to consider WS_VISIBLE style. by Abey George · 25 years ago
  13. 22614a3 We have to activate MDI child windows. by Thuy Nguyen · 25 years ago
  14. c684d8e Check new coordinates received in WM_NCCALCSIZE message. by Abey George · 26 years ago
  15. 8623fdc If the window is already the topmost window in ShowWindow(SW_SHOW), it by Francis Beaudet · 26 years ago
  16. a961c44 Tried to fix the code for SetWindowPos to erase the background properly. by Yuxi Zhang · 26 years ago
  17. f18e7c3 Check if the window has the WS_CLIPSIBLINGS style before using the by Thuy Nguyen · 26 years ago
  18. 8beefb5 Validate the parent with the child window client rectangle when the by Abey George · 26 years ago
  19. 203780e Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback by Ulrich Weigand · 26 years ago
  20. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  21. 8e35d65 Fix a bug in SetWindowPos to prevent parent from erasing its child by Yuxi Zhang · 26 years ago
  22. 7f53c57 - Do not call XConfigureWindow if SetWindowPos was called due to a by Ulrich Weigand · 26 years ago
  23. b38e1de Better implementation of [GS]etForegroundWindow. by Ulrich Weigand · 26 years ago
  24. 153334e Removed DummyMotionNotify EVENT driver routine. by Ulrich Weigand · 26 years ago
  25. 6cf348d In SetWindowPos if changing Z order and child window not yet in its by Eric Pouech · 26 years ago
  26. c758201 Don't change Z-order of child windows when activating. by Ulrich Weigand · 26 years ago
  27. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  28. d9a3d70 Fixed an infinite loop in ChildWindowFromPointEx. by Francis Beaudet · 26 years ago
  29. 9844749 Rearranged PAINT_RedrawWindow() so that it first recursively updates by Alex Korobka · 26 years ago
  30. 9d14a00 Removed #include "wine/winuser16.h" and use "struct tag????" instead. by Michael Veksler · 26 years ago
  31. 10619e9 Fixed an unbalanced windows lock/unlock sequence in WINPOS_ActivateOtherWindow. by Noel Borthwick · 26 years ago
  32. ddb2e29 - better stubs for Get/Set special (Progman/Taskman) window functions by Juergen Schmied · 26 years ago
  33. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  34. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  35. 3be8e3b Properly handling cases like calling SetWindowPos while processing WM_NCCREATE. by Eric Pouech · 26 years ago
  36. 71bdc7c Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the QUEUE_Lock. by Francois Boisvert · 26 years ago
  37. 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
  38. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  39. 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
  40. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
  41. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  42. dae09c9 Added checks to guard against NULL active window. by Francis Beaudet · 26 years ago
  43. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  44. 077c273 Added extra child arguments to DCE_GetVisRgn() to be able to handle by Ove Kaaven · 26 years ago
  45. 6ec132b Resetting X focus should not be done with SetFocus32. Called by Ove Kaaven · 26 years ago
  46. b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
  47. ae80689 Changed SetWindowPos32 to force the update of the non-client area. by Francois Boisvert · 26 years ago
  48. 65e1f75 Some warnings fixed, one useless VERSION warning removed (winelib). by Marcus Meissner · 26 years ago
  49. a4e29e5 Don't call EVENT_DummyMotionNotify for hidden windows. by Ove Kaaven · 26 years ago
  50. b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
  51. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  52. 1b45020 Fix typo in SetWindowPos32. by Huw D M Davies · 26 years ago
  53. 114899a In Window SetWindowPos with SWP_HIDEWINDOW does not remove by NF Stevens · 26 years ago
  54. 1c4786f - Made the message queue access to be thread safe. (Using two new by Stephane Lussier · 26 years ago
  55. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  56. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  57. 1babe5b Queue handling adapted to new queue routines. by Ulrich Weigand · 26 years ago
  58. e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago
  59. eede6b0 Implementation of ChildWindowFromPointEx functions. by Paul Quinn · 26 years ago
  60. 04e57f9 Allow SWP_HIDEWINDOW to be called on windows that are already hidden by John Richardson · 26 years ago
  61. 5c3e457 egcs 'ambiguous else' warnings fixes. by Jesper Skov · 26 years ago
  62. bbf2efe Fixed an error when an owned window activates its owner during creation. by Rein Klazes · 26 years ago
  63. 2c20591 New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW, by Juergen Schmied · 26 years ago
  64. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  65. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  66. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  67. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  68. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  69. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  70. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  71. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  72. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  73. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  74. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  75. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  76. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  77. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  78. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  79. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  80. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  81. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  82. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  83. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  84. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  85. 7ff1c41 Release 970525 by Alexandre Julliard · 28 years ago wine-970525
  86. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  87. df2673b Release 970329 by Alexandre Julliard · 28 years ago wine-970329
  88. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  89. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  90. 01d6346 Release 970120 by Alexandre Julliard · 28 years ago wine-970120
  91. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  92. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  93. 7e6ae4b Release 961208 by Alexandre Julliard · 28 years ago wine-961208
  94. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  95. 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
  96. 530ee84 Release 961023 by Alexandre Julliard · 28 years ago wine-961023
  97. bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
  98. 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
  99. 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
  100. d1ce8b2 Release 960902 by Alexandre Julliard · 29 years ago wine-960902