Alexandre Julliard
|
71b94726d9
|
server: Avoid crash in set_thread_desktop if the thread doesn't have a queue.
|
2006-03-06 15:10:59 +01:00 |
|
Alexandre Julliard
|
28beba31d6
|
server: Added infrastructure for access rights mapping.
|
2005-12-12 14:57:40 +01:00 |
|
Alexandre Julliard
|
24560e70bb
|
server: Make alloc_handle use attributes instead of inherit flag.
|
2005-12-09 13:58:25 +01:00 |
|
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
|
Vitaliy Margolen
|
baffcb95d3
|
Add name_lookup function in object_ops.
|
2005-11-22 14:55:42 +00:00 |
|
Vitaliy Margolen
|
893987b871
|
Return correct error on name collision when creating new named
objects.
Check for correct error in affected places.
|
2005-11-21 16:27:03 +00:00 |
|
Vitaliy Margolen
|
83ef91ce2d
|
Replace inherit flag with object attributes in winstation and desktop
create & open. Use OBJ_OPENIF flag to create winstation & desktop.
|
2005-11-21 12:05:38 +00:00 |
|
Alexandre Julliard
|
ead9b062e3
|
Added a struct unicode_str to encapsulate object names.
|
2005-11-18 16:31:18 +00:00 |
|
Vitaliy Margolen
|
1ca6e899ec
|
- Use OBJ_CASE_INSENSITIVE in object lookup.
- Remove case_sensitive flag from namespace.
- Remove todo_wine from now succeeding tests.
|
2005-11-01 10:22:38 +00:00 |
|
Vitaliy Margolen
|
3585f2fa77
|
Pass object attributes to create_named_object & find_object.
|
2005-10-29 12:38:23 +00:00 |
|
Vitaliy Margolen
|
a996000ad5
|
- Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
inherit flag.
- Pass DesiredAccess to the server when creating mailslot.
|
2005-10-27 18:30:37 +00:00 |
|
Alexandre Julliard
|
4a40b2eefb
|
Store the global hooks table in the desktop object.
|
2005-07-11 18:05:50 +00:00 |
|
Alexandre Julliard
|
5ad90c0f37
|
Tie windows and thread input structures to a specific desktop.
Support multiple desktop windows (one per desktop object).
Use the window desktop to find the window station to use for property
atoms.
|
2005-07-11 13:30:23 +00:00 |
|
Alexandre Julliard
|
499e343d9f
|
Export the winstation and desktop structures to avoid having to write
too many accessor functions.
|
2005-07-11 10:55:53 +00:00 |
|
Alexandre Julliard
|
248f4b29fe
|
Store the global atom table in the process window station.
|
2005-07-07 11:29:23 +00:00 |
|
Alexandre Julliard
|
45128bdcdd
|
Make the clipboard information local to the process window station.
|
2005-06-29 20:13:36 +00:00 |
|
Alexandre Julliard
|
92fec7b67a
|
Keep track of the windows and hooks used by a thread to properly
refuse to change the thread desktop when it's in use.
|
2005-06-28 19:37:52 +00:00 |
|
Alexandre Julliard
|
b9b1ea9c9f
|
Added a close_handle method to the object operations, and use it to
implement registry notifications and the strange behavior of
CloseHandle on winstation/desktop handles.
|
2005-06-09 15:39:52 +00:00 |
|
Alexandre Julliard
|
78a3e63377
|
The desktop of a new thread should be set from the process initial
desktop, not from the parent thread.
Fixed a couple of bugs in the desktop name handling.
|
2005-06-09 12:07:12 +00:00 |
|
Mike McCormack
|
c61580133d
|
Include user.h in the new winstation.c to avoid a warning from
-Wmissing-declarations.
|
2005-06-09 09:43:54 +00:00 |
|
Alexandre Julliard
|
1bf96e09a9
|
Beginnings of support for window stations and desktops.
|
2005-06-08 18:44:50 +00:00 |
|