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