1. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  2. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  3. 9877906 Removed dependencies on the internals of the CLASS structure. by Alexandre Julliard · 24 years ago
  4. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  5. 5956b98 Slightly rearrange WIN16/WIN32A/WIN32 window creation. by Dmitry Timoshkov · 24 years ago
  6. ac7efef Changed GetProcAddress16 and 16-bit resource functions to take normal by Alexandre Julliard · 24 years ago
  7. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  8. 1f029ea Authors: Gerard Patel <g.patel@wanadoo.fr>, Marcus Meissner <marcus@jet.franken.de> by Alexandre Julliard · 24 years ago
  9. 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
  10. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  11. 0ff083b Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob Farnum). by Alexandre Julliard · 25 years ago
  12. 06057e7 - Separate application calls to ShowOwnedPopups from Wine calls (in by Louis Philippe Gagnon · 25 years ago
  13. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  14. cb10fda Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need by Alexandre Julliard · 25 years ago
  15. 646c562 Cleaned up some more USER dependencies. by Alexandre Julliard · 25 years ago
  16. a14ca86 Initialize hrgnWnd. by Huw D M Davies · 25 years ago
  17. 72b93d4 Allow SetWindowLong(... GWL_STYLE) to change visible bit. by Gerard Patel · 25 years ago
  18. 04da8b8 Convert WND.text field to Unicode. by Dmitry Timoshkov · 25 years ago
  19. 68dd679 Moved zero-sized window hack to x11drv. by Lawson Whitney · 25 years ago
  20. 6aa2843 Yet another attempt at fixing CW_USEDEFAULT handling. by Alexandre Julliard · 25 years ago
  21. 5e9dab5 The window dimensions have to be initialized before sending the by Alexandre Julliard · 25 years ago
  22. 78f52b5 Set a default size for windows when CW_USEDEFAULT is used. by Gerard Patel · 25 years ago
  23. 9baa51e Use GetStartupInfoA() instead of accessing process structure directly. by Alexandre Julliard · 25 years ago
  24. b8774f9 Serge Ivanov SetParent: call SetWindowPos with SWP_NOACTIVATE flag set. by Alexandre Julliard · 25 years ago
  25. 38db098 Clear menu handle after destroying menu. by Guy Albertelli · 25 years ago
  26. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  27. 7f3418f Store monitor size and depth in the generic structure. by Alexandre Julliard · 25 years ago
  28. d6c0d86 Moved gdi/user thunking functions into their respective dlls. by Alexandre Julliard · 25 years ago
  29. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  30. 4f15239 ATOMs are considered unique, so we don't need to check class by Alexandre Julliard · 25 years ago
  31. 1c20b39 - fixed my slightly incorrect EndDialog patch - cleaned up win.c by Andreas Mohr · 25 years ago
  32. ff72776 Popup windows will be hidden when minimizing the main frame. by Noomen Hamza · 25 years ago
  33. 90476d6 Moved SystemHeap allocations to the process heap. by Alexandre Julliard · 25 years ago
  34. 6fdb5dd Do not use GlobalFindAtom with atom handles in CreateWindow* functions. by Gerard Patel · 25 years ago
  35. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  36. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  37. f1f6831 Fixed potential buffer overflows (spotted by Francois Gouget). by Alexandre Julliard · 25 years ago
  38. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  39. 238b6d7 Fixed a couple of compiler warnings. by Huw D M Davies · 25 years ago
  40. 7361916 Warn users to use -the -desktop option together with the native user DLLs. by Uwe Bonnes · 25 years ago
  41. d4a2cee Use the module handle, if CreateWindowEx is called with hInstance==NULL. by Rein Klazes · 25 years ago
  42. a018d85 Rewrite the ShowOwnedPopups function with a safety algorithm. by Noomen Hamza · 26 years ago
  43. 48c6eb5 Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME styles. by Abey George · 26 years ago
  44. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  45. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  46. a2b938c WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom. by Uwe Bonnes · 26 years ago
  47. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  48. 31c5854 EnableWindow doesn't release the capture of a child window. by Pascal Lessard · 26 years ago
  49. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  50. a27807d o check for both CW_USEDEFAULT and CW_USEDEFAULT16. by Slava Monich · 26 years ago
  51. 21d50f8 Fixed a behavior of the focus when a parent window is disabled. by Francis Beaudet · 26 years ago
  52. 4812647 Fixed a major memory leak in the window management code. by Francis Beaudet · 26 years ago
  53. c5b8b3a Improved syslevel handling, store currently held syslevels in thread by Ulrich Weigand · 26 years ago
  54. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  55. b7e8e80 Fixed GetTopWindow so it will correctly handle the NULL parameter. by Francis Beaudet · 26 years ago
  56. d7c565f Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE), by Marcus Meissner · 26 years ago
  57. bcb4bb6 Cleaner Suspend/RestoreWndsLock, which should fix some slowness. by Ove Kaaven · 26 years ago
  58. 9844749 Rearranged PAINT_RedrawWindow() so that it first recursively updates by Alex Korobka · 26 years ago
  59. 9d14a00 Removed #include "wine/winuser16.h" and use "struct tag????" instead. by Michael Veksler · 26 years ago
  60. ef61c0b Initialize WIN_CritSection earlier. by Ulrich Weigand · 26 years ago
  61. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  62. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  63. 3be8e3b Properly handling cases like calling SetWindowPos while processing WM_NCCREATE. by Eric Pouech · 26 years ago
  64. 0ed478d Enabled thread safeness for wnd structure code. by Francois Boisvert · 26 years ago
  65. c049e81 No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of by Eric Pouech · 26 years ago
  66. 86e2e11 Transfered the window struct memory release from WIN_DestroyWindow to by Francois Boisvert · 26 years ago
  67. d96bc15 Suspend all windows locks before the control is passed to the by Francois Boisvert · 26 years ago
  68. 44a1b59 Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed by Alex Korobka · 26 years ago
  69. b87fe2e More code moved to the X11 driver (bitmap and palette and misc). by Patrik Stridvall · 26 years ago
  70. 3a3cd9f Fixed some bugs in thread safeness for wnd struct. by Francois Boisvert · 26 years ago
  71. 4f1ac05 Moved hrgnUpdate from client to window coordinates, made nonclient by Alex Korobka · 26 years ago
  72. 7c2f0fe Clear update region before WM_NCDESTROY. by Francis Beaudet · 26 years ago
  73. c501207 Fixed WIN_SendDestroyMsg. by Pavel Roskin · 26 years ago
  74. eb6a9f0 Implemented a more defensive version of WIN_SendDestroyMsg. by Francis Beaudet · 26 years ago
  75. 598993f Fixed bug introduced in WIN_FindWindow. by Pavel Roskin · 26 years ago
  76. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  77. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  78. 1e0bc84 FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0. by Juergen Schmied · 26 years ago
  79. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  80. 566e854 Make GetWindowLong(GWL_HWNDPARENT) return the same thing as by Alexandre Julliard · 26 years ago
  81. 93e3f90 Adding of new functions to make the wnd struct thread safe. Adding of by Francois Boisvert · 26 years ago
  82. 3fbb8dc - Fix headers to include less or smaller header files. by Michael Veksler · 26 years ago
  83. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  84. b9544f1 Changed some functions prototypes (were returning void). by Eric Pouech · 26 years ago
  85. 72d8dbe Changed SetParent32 to adhere to Windows behaviour (mostly), by Ove Kaaven · 26 years ago
  86. 0aa7fdb FindWindow failed for 32 bit windows with style != WS_CHILD. by Juergen Schmied · 26 years ago
  87. b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
  88. 8d8703c Moved some more code to the X11 driver. by Patrik Stridvall · 26 years ago
  89. 1c4786f - Made the message queue access to be thread safe. (Using two new by Stephane Lussier · 26 years ago
  90. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  91. a4c8445 - Changing MESSAGEQUEUE structure according to Ulrich proposition. by Stephane Lussier · 26 years ago
  92. 463eb29 Reparenting a window with SetParent in Windows should cause the child by Noel Borthwick · 26 years ago
  93. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  94. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  95. a844189 Desktop window queue handling adapted. by Ulrich Weigand · 26 years ago
  96. 1beaae5 Lots of new defines and stubs. by Paul Quinn · 26 years ago
  97. 181fa7c Fix the Z-order of maximized/minimized child windows. by NF Stevens · 26 years ago
  98. 2f09818 Removed deferred Expose events handling. by Ulrich Weigand · 26 years ago
  99. 7af95ae Bugfix: WIN_ResetQueueWindows would skip some windows. by Ulrich Weigand · 26 years ago
  100. e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago