Alexandre Julliard
|
1fd55b7334
|
server: Get rid of the waitpid wrapper.
|
2012-09-24 22:27:30 +02:00 |
Adrian Bunk
|
9d5c178b24
|
server: Use waitpid() instead of wait4().
|
2012-09-24 22:27:30 +02:00 |
Alexandre Julliard
|
84fd7de0f7
|
server: Don't trigger repaints on position changes for layered windows.
|
2012-09-13 13:47:03 +02:00 |
Henri Verbeet
|
54efd8a430
|
server: Only remove WM_INPUT messages from the queue if PM_REMOVE is set.
|
2012-09-13 10:24:05 +02:00 |
Henri Verbeet
|
c6fcc0255c
|
user32: Add rawinput keyboard support.
|
2012-09-12 12:47:13 +02:00 |
Alexandre Julliard
|
43d465f86a
|
server: Ignore color-keyed windows when updating the z-order.
|
2012-09-11 18:12:16 +02:00 |
Henri Verbeet
|
faaf3d388e
|
user32: Add rawinput mouse support.
|
2012-09-11 18:06:34 +02:00 |
Henri Verbeet
|
5befb959dd
|
user32: Implement RegisterRawInputDevices().
|
2012-09-10 11:44:19 +02:00 |
Alexandre Julliard
|
a76f60d14e
|
server: Always repaint the whole non-client area if part of it is exposed.
|
2012-09-04 14:11:07 +02:00 |
Alexandre Julliard
|
044f790bcb
|
winex11: Always paint to the whole window.
|
2012-08-30 19:02:27 +02:00 |
Michael Stefaniuc
|
794ad90982
|
server: Avoid TRUE:FALSE conditional expressions.
|
2012-08-13 11:50:16 +02:00 |
Alexandre Julliard
|
0816a04d92
|
server: Subtract the current update region from the valid rect when a window client area is changed.
|
2012-07-17 12:50:23 +02:00 |
Erich Hoover
|
93552cc3df
|
server: STATUS_MORE_PROCESSING_REQUIRED indicates that an async operation should not send a completion.
|
2012-06-07 16:07:00 +02:00 |
Erich Hoover
|
e7dbb212a2
|
server: Access the completion from the file descriptor instead of the async object.
|
2012-06-06 13:47:28 +02:00 |
Dmitry Timoshkov
|
94c817e311
|
server: Make sure that region and rectangle have the same origin before calling rect_in_region().
|
2012-06-06 12:39:53 +02:00 |
André Hentschel
|
89e462b141
|
server: Add checks for DragonFly BSD.
|
2012-05-29 10:46:34 +02:00 |
Francois Gouget
|
fac36c55e9
|
Assorted typo, spelling, wording and case fixes.
|
2012-05-15 16:26:43 +02:00 |
Dmitry Timoshkov
|
16b7a7f707
|
server: Add access mapping for IO completion objects.
|
2012-04-17 12:24:55 +02:00 |
Hans Leidekker
|
d1b6cf9379
|
server: Include the Unix pid in the snapshot_next_process reply.
|
2012-04-16 17:49:32 +02:00 |
Dmitry Timoshkov
|
4b058e6e79
|
server: OpenMutex should perform a real access check instead of validating access flags.
This reverts 7b63fa658a .
|
2012-03-12 16:37:24 +01:00 |
Alexandre Julliard
|
9c6466ac34
|
server: Create some kernel notification events.
|
2012-03-12 10:44:02 +01:00 |
Vitaliy Margolen
|
d4e78d61e1
|
server: Add sessions directory and 0 session symlink.
|
2012-02-17 18:06:52 +01:00 |
Alexandre Julliard
|
36c76dcc24
|
winex11: Update only the key state on KeymapNotify without sending fake key events.
|
2012-02-02 17:19:34 +01:00 |
Dmitry Timoshkov
|
29b91206a8
|
server: Store correct protection for an image mapping.
|
2012-01-24 18:10:31 +01:00 |
Alexandre Julliard
|
6d2063f41b
|
ntdll: Set the thread exit code when a thread is killed inside a wait.
|
2012-01-16 14:04:39 +01:00 |
Alexandre Julliard
|
02442b52a4
|
user32: Return the cursor position in send_hardware_message and use it to update the driver's position.
|
2012-01-09 12:14:36 +01:00 |
Francois Gouget
|
c7cb3e6cb2
|
configure: Use errno.h instead of the non-standard sys/errno.h header.
|
2011-12-15 17:46:38 +01:00 |
Alexandre Julliard
|
5a30e31806
|
server: Optionally return the global key state when queueing a hardware message.
|
2011-12-15 14:46:53 +01:00 |
Alexandre Julliard
|
3acc2068a0
|
server: Cope with stdio file descriptors being closed on startup.
|
2011-11-15 11:39:42 +01:00 |
Bernhard Loos
|
507d929051
|
ntoskrnl: Correctly implement PsGetCurrentThread/ProcessId.
|
2011-10-28 13:04:00 +02:00 |
Bernhard Loos
|
c368df4865
|
server: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is invalid for named pipes.
|
2011-10-13 19:57:19 +02:00 |
Alexander Morozov
|
d0451f6b3f
|
server: Fix overlapping shared and exclusive locks support.
|
2011-10-12 17:10:54 +02:00 |
Bernhard Loos
|
e7ec00d22c
|
server: If a debugger is attached to a process, child processes shouldn't get debugged.
|
2011-10-10 13:41:24 +02:00 |
Charles Davis
|
a51aaf898c
|
server: Use syscall(2) instead of inline assembly on Mac OS, too.
|
2011-10-10 13:29:59 +02:00 |
Bernhard Loos
|
07b681e04a
|
ntdll: Implement the NamedPipeConfiguration value for the FilePipeLocalInformation class of NtQueryInformationFile.
|
2011-10-08 19:56:08 +02:00 |
Bernhard Loos
|
9034e694a3
|
server: Correctly implement permission checking for named pipes.
|
2011-10-08 19:55:35 +02:00 |
Bernhard Loos
|
e4c2a6d1cd
|
server: It's possible to call NtQueryInformationFile on a pipe if it was opened with access 0.
|
2011-10-08 19:55:19 +02:00 |
Bernhard Loos
|
bded698462
|
server: Sharing 0 is not allowed for named pipes.
|
2011-09-27 16:54:00 +02:00 |
Bernhard Loos
|
5098b13177
|
server: Only the sharing parameter of two instances of the same pipe have to match.
|
2011-09-27 16:54:00 +02:00 |
Bernhard Loos
|
039bacb0c9
|
server: Store sharing state for named pipes.
|
2011-09-27 16:54:00 +02:00 |
Bernhard Loos
|
527a985a3d
|
server: Correct mapping of mutex access rights.
|
2011-09-23 13:05:37 +02:00 |
Bernhard Loos
|
0d36c27e3b
|
server: ReleaseMutex doesn't need any access rights.
|
2011-09-23 13:05:33 +02:00 |
Bernhard Loos
|
7b63fa658a
|
server: Certain access flags are illegal for OpenMutex.
|
2011-09-23 13:05:31 +02:00 |
Marcus Meissner
|
df92979b39
|
server: Removed NULL check after usage (Coverity).
|
2011-09-23 12:38:54 +02:00 |
Henri Verbeet
|
e7728c4132
|
server: Try writing to /proc/<pid>/mem in write_process_memory().
|
2011-09-22 09:36:29 +02:00 |
Michael Stefaniuc
|
835171c2e0
|
server: Remove casts to the type of the casted expression.
|
2011-09-21 14:41:01 +02:00 |
Nikolay Sivov
|
573db9ef63
|
ntdll: While requesting TokenGroups calculate required user buffer size in server.
|
2011-08-23 16:53:54 +02:00 |
Francois Gouget
|
ff8f6e8662
|
user32: When destroying a window, preserve the first WM_QUIT message that was posted to it.
|
2011-08-23 11:50:59 +02:00 |
Nikolay Sivov
|
7381858e98
|
include: Fix definition name.
|
2011-08-03 14:15:48 +02:00 |
Bernhard Loos
|
bf3c2a06f5
|
server: Check for STATUS_OBJECT_TYPE_MISMATCH before STATUS_ACCESS_DENIED in get_handle_obj.
|
2011-07-20 19:23:04 +02:00 |