1. adf9dcd user32: Fix Z-order handling of windows that have a top-most owner. by Alexandre Julliard · 15 years ago
  2. 5dcf157 server: Hide a window before destroying it if it was still visible. by Alexandre Julliard · 16 years ago
  3. f2c4e09 server: Make module handles always 64-bit. by Alexandre Julliard · 16 years ago
  4. cb2788e server: Add a module_handle_t type to represent client-side module handles. by Alexandre Julliard · 16 years ago
  5. 517b2f6 server: Windows properties are actually generic params, not handles. by Alexandre Julliard · 16 years ago
  6. 31282b3 server: Define an lparam_t type for message parameters that can hold all sorts of data. by Alexandre Julliard · 16 years ago
  7. d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  8. 05b4181 server: Implemented the server side of Get/SetLayeredWindowAttributes. by Alexandre Julliard · 17 years ago
  9. 0f9484a server: Set the visible rect in the set_window_pos request again. by Alexandre Julliard · 17 years ago
  10. 42e2c99 server: Fix a potential desktop reference leak. by Alexandre Julliard · 17 years ago
  11. 6536868 user32: Make sure that IsWindowVisible returns FALSE for HWND_MESSAGE windows. by Alexandre Julliard · 17 years ago
  12. 612c010 user32: Add support for finding HWND_MESSAGE windows in FindWindowEx. by Alexandre Julliard · 17 years ago
  13. 6b36e21 server: Also return the top-level message window in the get_desktop_window request. by Alexandre Julliard · 17 years ago
  14. 81e6edb server: Add support for a top-level message parent window in parallel to the desktop window. by Alexandre Julliard · 17 years ago
  15. 25e070c server: Use a unicode_str to represent atom names. by Alexandre Julliard · 17 years ago
  16. a82455e server: Remove superflous empty region allocation. by Marcus Meissner · 17 years ago
  17. 30c0639 server: Crop the invalidate region against the rectangles of all parents. by Alexandre Julliard · 17 years ago
  18. bc25119 server: Also crop the update region of children when moving a window. by Alexandre Julliard · 17 years ago
  19. e02969d server: When moving/resizing a window crop the update region against the new rectangle of the parents. by Alexandre Julliard · 17 years ago
  20. 34fe91b user32: Implemented EnumDesktopWindows. by Alexandre Julliard · 17 years ago
  21. b2ea572 server: Fix desktop window coordinates mapping in expose_window. by Alexandre Julliard · 17 years ago
  22. e42eaaa server: Invalidate the newly exposed child region on the parent too if it doesn't clip children. by Alexandre Julliard · 17 years ago
  23. 8ee07d4 winex11: Re-introduce a separate X11 window for the client area of top-level windows. by Alexandre Julliard · 17 years ago
  24. 2921f5c server: Invalidate the correct region when custom valid rects are specified. by Alexandre Julliard · 17 years ago
  25. 2f69329 server: Add a separate request to set the window visible rect. by Alexandre Julliard · 17 years ago
  26. 30d84fc user32,server: Set the initial window rectangles to 0,0-0,0. by Alexandre Julliard · 17 years ago
  27. a54a990 server: Allow to specify the class name instead of the atom to find a window. by Alexandre Julliard · 17 years ago
  28. 1fc461f server: Allow to specify the class name instead of the atom to create a window. by Alexandre Julliard · 17 years ago
  29. c183a9e server: Added support for HWND_TOPMOST and HWND_NOTOPMOST. by Alexandre Julliard · 17 years ago
  30. b843534 server: Fix get_next/prev_window behavior for unlinked windows. by Alexandre Julliard · 17 years ago
  31. 917f288 server: Also return the new extended style in the set_window_pos request. by Alexandre Julliard · 17 years ago
  32. a771c53 server: Don't expose the parent window in areas that are now part of the child visible region. by Alexandre Julliard · 17 years ago
  33. 952c82c server: Avoid refreshing areas of a window that have already been copied by the X server. by Alexandre Julliard · 17 years ago
  34. 5874b85 server: Clip the visible region of a window to the desktop window. by Alexandre Julliard · 18 years ago
  35. df13cee server: Store a separate flag for windows that need to be erased in WM_PAINT. by Alexandre Julliard · 18 years ago
  36. 5bd497f server: Moving a window should only expose the immediate parent. by Alexandre Julliard · 18 years ago
  37. 149cbb1 server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW. by Alexandre Julliard · 18 years ago
  38. dcdf7c5 server: Treat desktop as a top-level window. by Vitaliy Margolen · 18 years ago
  39. b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  40. 1767b45 server: Expose areas revealed by changes to the window region. by Alexandre Julliard · 18 years ago
  41. cae37b1 wineserver: Validate the children of windows being hidden. by Ulrich Czekalla · 18 years ago
  42. 4bdf434 winex11.drv: Store window and drawable rects in X11DRV_PDEVICE. by Ulrich Czekalla · 18 years ago
  43. 844374a server: Always ignore the root window position when computing coordinates offsets. by Alexandre Julliard · 18 years ago
  44. 5ceccec server: Remove redundant NULL check before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  45. 81c1472 user32: The per-window user data must be a DWORD_PTR. by Alexandre Julliard · 18 years ago
  46. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  47. 19e7fab user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine. by Dmitry Timoshkov · 19 years ago
  48. 38e74b3 server: Don't attach the thread input when changing parents if the new by Robert Shearman · 19 years ago
  49. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  50. 0fab85a server: Don't attach thread input to the desktop. by Alexandre Julliard · 19 years ago
  51. 2eb46bb explorer: Don't use ExitWindows on shutdown. by Alexandre Julliard · 19 years ago
  52. 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
  53. 641e9e3 server: Store window properties in the global atom table instead of by Alexandre Julliard · 19 years ago
  54. 1a4f6e5 user: Launch explorer to manage the desktop window. by Alexandre Julliard · 19 years ago
  55. f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
  56. 251be54 server: Infrastructure for having a thread own the desktop window. by Alexandre Julliard · 19 years ago
  57. 4be3d4c server: Return real parent and owner in the create_window request. by Alexandre Julliard · 19 years ago
  58. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  59. 5ad90c0 Tie windows and thread input structures to a specific desktop. by Alexandre Julliard · 20 years ago
  60. c3ac57d Explicitly pass the winstation to the atom functions so that they can by Alexandre Julliard · 20 years ago
  61. 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
  62. 86af38c Make IsWindowUnicode work in the case when window belongs to another process. by Dmitry Timoshkov · 20 years ago
  63. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  64. db412aa Added a from_child parameter to the get_update_region request to allow by Alexandre Julliard · 20 years ago
  65. 50dc5a3 Crop the update region to the new window rectangle when resizing a window. by Alexandre Julliard · 20 years ago
  66. b4b7f05 Fix several memory leaks. by Rob Shearman · 20 years ago
  67. 9e73cdd Allow passing a string to the window property server requests instead by Alexandre Julliard · 20 years ago
  68. d70a253 Make sure a thread has a queue as soon as it creates a window. by Alexandre Julliard · 20 years ago
  69. 962a5e7 Fix potential region leak. by Raphael Junqueira · 20 years ago
  70. bc75f2f Return the coordinates information needed to setup the DC parameters by Alexandre Julliard · 20 years ago
  71. eea7069 The update region passed in WM_NCPAINT and the clipping region passed by Alexandre Julliard · 20 years ago
  72. 4d32a47 Replace the link_window request by a set_parent request since that is by Alexandre Julliard · 20 years ago
  73. 5054c79 Try to always keep the server window Z-order in sync with the X11 one by Alexandre Julliard · 20 years ago
  74. f756090 Make the server know about the visible area of a window, which is the by Alexandre Julliard · 20 years ago
  75. 4e47afb Compute the top clipping window directly on the server side. by Alexandre Julliard · 20 years ago
  76. 705909a Converted the window children lists to standard lists. by Alexandre Julliard · 20 years ago
  77. b9a9de6 Clear the internal paint flag in the server before returning a by Alexandre Julliard · 20 years ago
  78. 1bc2caa Don't check children of minimized windows in get_update_region. by Alexandre Julliard · 20 years ago
  79. 548c973 Allow the client rectangle to be of arbitrary size and dimensions, by Alexandre Julliard · 20 years ago
  80. 04995ce Don't overwrite last byte of the window structure as we might not have by Robert Shearman · 20 years ago
  81. ae661da Properly compute the client area valid rects and pass them to the by Alexandre Julliard · 20 years ago
  82. 5620637 Desktop window is repainted on WM_ERASEBKGND, it must never get a WM_PAINT. by Alexandre Julliard · 20 years ago
  83. 5defa49 Moved update region handling to the server. by Alexandre Julliard · 20 years ago
  84. 085ef06 Added is_window_visible function. by Alexandre Julliard · 20 years ago
  85. 807fe07 Don't bother to return partial region data in get_window_region and by Alexandre Julliard · 21 years ago
  86. 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
  87. 3365eb7 get_visible_region: do not clip out siblings of the top-level window. by Alexandre Julliard · 21 years ago
  88. 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
  89. e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
  90. bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
  91. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  92. ebf1243 Added support for inter-process GetWindowWord. by Alexandre Julliard · 21 years ago
  93. 97903d2 Added support for inter-process GetWindowLong on the window extra bytes. by Alexandre Julliard · 21 years ago
  94. 76adb1f - Move shell window into the background. - Add tests for Get/SetShellWindow(). by Martin Fuchs · 21 years ago
  95. 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
  96. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  97. 3783e49 Removed no longer used local variable (spotted by Dmitry Timoshkov). by Alexandre Julliard · 22 years ago
  98. 242e395 Store the hardware messages in the thread input structure, not in the by Alexandre Julliard · 22 years ago
  99. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  100. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago