Alexandre Julliard
|
d8a8c1131d
|
Added atom_t type for atoms to make sure we use the same type
everywhere. Handle MIN_STR_ATOM offset in the server.
|
2001-10-12 18:45:29 +00:00 |
Alexandre Julliard
|
003f02b733
|
Removed the cleanup_window_queue request.
|
2001-10-11 20:50:10 +00:00 |
Alexandre Julliard
|
844ceb98ba
|
Store window class atom in the server.
Keep unlinked windows on a separate list.
Implemented inter-process FindWindow().
|
2001-10-09 23:26:40 +00:00 |
Mike McCormack
|
568c67e173
|
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
|
2001-10-08 20:40:57 +00:00 |
Mike McCormack
|
ff58be5c7f
|
Fetch a handle type in FILE_GetUnixHandle.
|
2001-10-04 16:18:15 +00:00 |
Alexandre Julliard
|
7695d69046
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
|
2001-09-24 01:19:59 +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
|
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 |
Mike McCormack
|
f2e7ce7f6a
|
Implemented GetNamedPipeInfo.
|
2001-08-27 19:03:42 +00:00 |
Mike McCormack
|
bf55457f24
|
Implement WaitNamedPipe and DisconnectNamedPipe.
Add a state for each pipe handle in the server.
Create a socket on when the pipe is opened, not before.
|
2001-08-23 23:29:20 +00:00 |
Alexandre Julliard
|
d253c58b1b
|
Rewrote most of SendMessage/PeekMessage.
Implemented inter-process messaging.
Moved most message routines to dlls/user, and split off 16-bit
routines to a separate file.
|
2001-08-07 19:19:08 +00:00 |
Alexandre Julliard
|
37ec927536
|
Use the new protocol.def file to build the request structures.
Define protocol structures in a separate server_protocol.h file.
Removed __WINE_SERVER__ checks now that all includes are in the right
directory.
|
2001-07-19 00:35:37 +00:00 |