Alexandre Julliard
|
14e68ba7fe
|
Added support for system-wide hooks.
|
2002-11-20 19:54:32 +00:00 |
Alexandre Julliard
|
0286135de3
|
Rewrote hook support to store the hook chain in the server.
Split off 16-bit hook functions and re-implemented them on top of the
32-bit ones; system-wide 16-bit hooks are no longer supported at this
point.
|
2002-10-29 00:41:42 +00:00 |
Alexandre Julliard
|
5030bda77c
|
Reimplemented Get/SetActiveWindow, Get/SetFocus and
Get/SetForegroundWindow by storing the information in the
server. Implemented correct inter-process window activation.
|
2002-10-11 23:41:06 +00:00 |
Alexandre Julliard
|
ab5063b217
|
Added server-side infrastructure for the thread input structure.
Reimplemented AttachThreadInput() and added GetGUIThreadInfo().
|
2002-10-11 18:50:15 +00:00 |
Alexandre Julliard
|
31022d66ca
|
Signal and release the idle event when the process main thread exits.
|
2002-08-16 23:30:41 +00:00 |
Alexandre Julliard
|
81f2a7307b
|
Send message for WSAAsyncSelect sockets directly from the server,
instead of using the service thread. Finished separation of ws2_32.
|
2002-03-23 20:43:52 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
47f9821817
|
Moved WIN_FindWinToRepaint functionality to the server.
|
2001-11-14 21:28:36 +00:00 |
Alexandre Julliard
|
805bdc53e8
|
Store the window caption text in the server.
Maintain a paint count separately for each window.
|
2001-11-13 22:23:48 +00:00 |
Alexandre Julliard
|
a09da0cbbd
|
Added proper support for storing window parents in the server.
Added a few requests to query the window hierarchy.
|
2001-09-21 21:08:40 +00:00 |
Alexandre Julliard
|
bc878ef4d9
|
Convert user handles received from client to full handles.
|
2001-09-12 17:09:24 +00:00 |
Alexandre Julliard
|
1a66d226eb
|
Added global management of user handles in the server.
Very preliminary support for shared window handles.
|
2001-08-28 18:44:52 +00:00 |