1. 90af5a0 server: Connect to the window station and desktop specified by startup info. by Alexandre Julliard · 19 years ago
  2. f978f61 server: Support for closing the desktop window. by Alexandre Julliard · 19 years ago
  3. 251be54 server: Infrastructure for having a thread own the desktop window. by Alexandre Julliard · 19 years ago
  4. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  5. 4a40b2e Store the global hooks table in the desktop object. by Alexandre Julliard · 20 years ago
  6. 5ad90c0 Tie windows and thread input structures to a specific desktop. by Alexandre Julliard · 20 years ago
  7. 499e343 Export the winstation and desktop structures to avoid having to write by Alexandre Julliard · 20 years ago
  8. 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
  9. 248f4b2 Store the global atom table in the process window station. by Alexandre Julliard · 20 years ago
  10. 45128bd Make the clipboard information local to the process window station. by Alexandre Julliard · 20 years ago
  11. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  12. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  13. 6334235 Store a bitmap of active hooks on the client side to try to avoid by Alexandre Julliard · 20 years ago
  14. d70a253 Make sure a thread has a queue as soon as it creates a window. by Alexandre Julliard · 20 years ago
  15. 43b2826 Removed no longer used create_region function, and directly export by Alexandre Julliard · 20 years ago
  16. 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
  17. 085ef06 Added is_window_visible function. by Alexandre Julliard · 20 years ago
  18. 807fe07 Don't bother to return partial region data in get_window_region and by Alexandre Julliard · 21 years ago
  19. 5e128dd Added xor_region, fixed rect_in_region. by Alexandre Julliard · 21 years ago
  20. edc90a9 Added rect_in_region function. by Alexandre Julliard · 21 years ago
  21. 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
  22. 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
  23. e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
  24. bd13ab8 Store a pointer to the client-side class structure in the server and by Alexandre Julliard · 21 years ago
  25. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  26. ca3ac8f Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context of the thread by Alexandre Julliard · 22 years ago
  27. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  28. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  29. 242e395 Store the hardware messages in the thread input structure, not in the by Alexandre Julliard · 22 years ago
  30. 14e68ba Added support for system-wide hooks. by Alexandre Julliard · 22 years ago
  31. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  32. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  33. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
  34. 31022d6 Signal and release the idle event when the process main thread exits. by Alexandre Julliard · 23 years ago
  35. 81f2a73 Send message for WSAAsyncSelect sockets directly from the server, by Alexandre Julliard · 23 years ago
  36. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  37. 47f9821 Moved WIN_FindWinToRepaint functionality to the server. by Alexandre Julliard · 23 years ago
  38. 805bdc5 Store the window caption text in the server. by Alexandre Julliard · 23 years ago
  39. a09da0c Added proper support for storing window parents in the server. by Alexandre Julliard · 24 years ago
  40. bc878ef Convert user handles received from client to full handles. by Alexandre Julliard · 24 years ago
  41. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago