Alexandre Julliard
|
b00d60f125
|
server: Only check read/write-specific access bits for file sharing access checks.
|
2011-07-01 18:33:33 +02:00 |
Marcus Meissner
|
67320c448b
|
server: Do not promote lparam to signed int (Coverity).
|
2011-06-28 11:57:51 -05:00 |
Alexandre Julliard
|
6b0d9ff1cd
|
server: Allow setting a zero-size clip rectangle.
|
2011-06-21 15:04:24 +02:00 |
Vincent Povirk
|
cc0ea69867
|
server: Post WM_HOTKEY when a hotkey is pressed.
|
2011-06-21 14:51:14 +02:00 |
Vincent Povirk
|
4c83138f72
|
server: Implement RegisterHotKey/UnregisterHotKey.
|
2011-06-21 14:51:08 +02:00 |
Alexandre Julliard
|
f6b0ce3c44
|
server: Don't queue low-level hooks to a hung queue.
|
2011-06-17 11:54:43 +02:00 |
Alexandre Julliard
|
457a847849
|
server: Only avoid running low-level hooks in processes currently suspended by a debugger.
|
2011-06-17 11:54:29 +02:00 |
Alexandre Julliard
|
a0c0878805
|
server: Allow creating a process without any parent or startup info.
|
2011-06-16 22:45:45 +02:00 |
Marcus Meissner
|
27c9a61e15
|
server: Remove superflous NULL check (Coverity).
|
2011-06-14 15:27:13 +02:00 |
Alexandre Julliard
|
be23f5a7a6
|
server: Grab the current pointer to avoid referencing it after it could become invalid.
|
2011-05-23 19:51:00 +02:00 |
Alexandre Julliard
|
055c883ee0
|
server: Fix the status code for get/set_thread_context on a terminated thread.
|
2011-05-06 14:23:25 +02:00 |
Alexandre Julliard
|
5dc9c73c31
|
server: Check for the need to suspend a thread again once it leaves an exception or suspend block.
|
2011-05-06 12:49:57 +02:00 |
Alexandre Julliard
|
90982480f0
|
server: Add support for suspending the thread directly in the get/set_thread_context requests.
|
2011-05-06 12:40:52 +02:00 |
Alexandre Julliard
|
45075b2f9c
|
server: Add separate requests for getting/setting the thread context during suspend.
|
2011-05-06 12:25:34 +02:00 |
Alexandre Julliard
|
f2b34dddfb
|
server: Set the fd user when duplicating a mapping file descriptor into a new file.
|
2011-04-22 17:51:29 +02:00 |
Alexandre Julliard
|
8aa1a26886
|
user32: Pass a NULL rectangle in the ClipCursor entry point when clipping is reset because of focus change.
|
2011-04-22 17:51:28 +02:00 |
Alexandre Julliard
|
abe5440e32
|
server: Also return the previous cursor position in the set_cursor request.
|
2011-04-20 20:29:16 +02:00 |
André Hentschel
|
417e926a80
|
server: Remove Alpha support.
|
2011-04-20 13:10:06 +02:00 |
Alexandre Julliard
|
200f8d958f
|
server: Reuse existing file descriptor objects for duplicate file mappings.
|
2011-04-19 18:29:24 +02:00 |
Alexandre Julliard
|
1b868f4967
|
server: Fix sharing parameters for debug event files, and don't fail if the file can't be opened.
|
2011-04-19 10:29:44 +02:00 |
Alexandre Julliard
|
900352bc6b
|
server: Store a mapping instead of a file for process dlls.
|
2011-04-18 14:45:32 +02:00 |
Alexandre Julliard
|
eb2fe39d63
|
server: Add support for opening a new file handle from a mapping object.
|
2011-04-18 14:27:44 +02:00 |
Alexandre Julliard
|
35431ed0e7
|
server: Check sharing options when duplicating an fd object.
|
2011-04-18 13:41:32 +02:00 |
Alexandre Julliard
|
500d77245c
|
server: Retrieve the Unix thread affinity for the initial thread.
|
2011-04-15 10:07:52 +02:00 |
Alexandre Julliard
|
4fd8bab99e
|
server: Inherit the process affinity from the parent process.
|
2011-04-14 19:57:52 +02:00 |
Alexandre Julliard
|
3909f51122
|
server: Don't queue a hardware WM_MOUSEMOVE if the position hasn't changed.
|
2011-04-06 21:07:04 +02:00 |
Alexandre Julliard
|
34b8c639ce
|
server: Warp the mouse inside the clipping rectangle when it's set.
|
2011-04-06 20:36:36 +02:00 |
Alexandre Julliard
|
39bac05188
|
server: Queue a WM_MOUSEMOVE message when the cursor position is explicitly changed.
|
2011-04-06 20:29:38 +02:00 |
Alexandre Julliard
|
9c8bbcd1cd
|
server: Fix a memory leak.
|
2011-04-06 20:00:40 +02:00 |
Alexandre Julliard
|
21e86f60ec
|
server: Post a message to the desktop window when the cursor clip rectangle changes.
|
2011-04-05 13:36:57 +02:00 |
Alexandre Julliard
|
85358b10f3
|
server: Add a more general way of posting messages to the desktop window.
|
2011-04-05 13:36:56 +02:00 |
Alexandre Julliard
|
437a838470
|
server: Don't run low-level hooks in debugged processes.
|
2011-04-05 13:36:56 +02:00 |
Alexandre Julliard
|
6576703fac
|
server: Return the time of last change along with the current cursor position.
|
2011-03-31 20:15:56 +02:00 |
Alexandre Julliard
|
c64c36f573
|
server: Store all desktop cursor information in a separate structure.
|
2011-03-31 19:54:22 +02:00 |
Dmitry Timoshkov
|
f834d23197
|
server: FILE_OVERWRITE and FILE_OVERWRITE_IF need the FILE_WRITE_ATTRIBUTES permission.
|
2011-03-30 15:10:20 +02:00 |
Alexandre Julliard
|
2b96875b6a
|
server: Reset the cursor clip rectangle when the foreground thread changes.
|
2011-03-30 13:28:04 +02:00 |
Dmitry Timoshkov
|
1b5602e59c
|
server: Add excute permission when read file access is allowed.
|
2011-03-28 17:16:01 +02:00 |
Dmitry Timoshkov
|
da077956e1
|
server: Explicitly add FILE_DELETE_CHILD permission when file write access is allowed.
|
2011-03-16 16:31:56 +01:00 |
Alexandre Julliard
|
0b8571e3dc
|
server: Fix checking of X button flags when updating the input key state.
|
2011-03-07 23:48:03 +01:00 |
Alexandre Julliard
|
34efca05c9
|
server: Fix the contents of the mouse data for the low-level hook.
|
2011-03-07 11:07:35 +01:00 |
Alexandre Julliard
|
c7efa293f0
|
server: Invoke low-level hardware hooks directly from the server side.
|
2011-03-02 21:26:13 +01:00 |
Hans Leidekker
|
c65bcce589
|
server: Map the Unix user id to a local user SID instead of the interactive SID.
|
2011-03-02 12:50:59 +01:00 |
Alexandre Julliard
|
0f18d2bb09
|
server: Set the message code for mouse input on the server side.
|
2011-03-02 11:59:38 +01:00 |
Alexandre Julliard
|
9731d44921
|
server: Set the message code for keyboard input on the server side.
|
2011-03-02 11:34:59 +01:00 |
Alexandre Julliard
|
02e30f5f77
|
server: Pass the original hardware input data to the server and set the message parameters on the server side.
|
2011-03-02 11:34:15 +01:00 |
Alexandre Julliard
|
bc4afb0786
|
server: Don't pass a thread id to send_hardware_message, determine it from the window.
|
2011-03-01 13:21:58 +01:00 |
Alexandre Julliard
|
22468ec65c
|
server: Maintain the "set since last time" bit for the global keystate.
|
2011-02-28 22:28:21 +01:00 |
Alexandre Julliard
|
b9e4b5a28c
|
server: Fill the key state in mouse events from the server-side state.
|
2011-02-28 21:37:09 +01:00 |
Marcus Meissner
|
7f602db55b
|
server: Avoid shadowing a global variable.
|
2011-02-28 11:07:03 +01:00 |
Alexandre Julliard
|
e7a032c131
|
server: Work around Mac OS not being able to set global breakpoint flags.
|
2011-02-26 12:41:36 +01:00 |