Eric Pouech
|
91e3a40e41
|
server: Removed the no longer used bare parameter out of get_console_mode request.
|
2010-11-08 13:30:25 +01:00 |
Alexandre Julliard
|
fcd685977d
|
server: Valid rects are in parent coordinates.
|
2010-10-07 15:58:10 +02:00 |
Alexandre Julliard
|
6ee4521886
|
server: Pass the rectangle in client coordinates for update_window_zorder.
|
2010-09-27 21:12:49 +02:00 |
Alexandre Julliard
|
d56ac06260
|
server: Mirror the window region for RTL windows in get/set_window_region and redraw_window.
|
2010-09-27 21:07:11 +02:00 |
Alexandre Julliard
|
bc20ff50b6
|
server: Mirror the rectangles for RTL windows in set_window_pos.
|
2010-09-23 17:50:10 +02:00 |
Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +02:00 |
André Hentschel
|
ccaeb3ed83
|
server: Add ARM support.
|
2010-09-20 12:59:53 +02:00 |
Alexandre Julliard
|
7295b6746d
|
user32: Add support for fetching window rectangles relative to various origins.
|
2010-09-07 14:31:30 +02:00 |
Eric Pouech
|
4fdcdefccf
|
server: Report in get_console_mode request whether it's a bare console or not.
|
2010-09-01 14:01:02 +02:00 |
Eric Pouech
|
6f32644aa0
|
server: Allow a screen buffer to be attached to a given fd (for bare consoles).
|
2010-09-01 14:01:02 +02:00 |
Eric Pouech
|
b39a8d9ea2
|
server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
|
2010-09-01 14:01:02 +02:00 |
Mike Kaplinskiy
|
ae5ad61fa8
|
server: Add accept_into_socket to accept into an initialized socket.
|
2010-08-31 14:23:49 +02:00 |
Alexandre Julliard
|
a2ca2ebd50
|
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
|
2010-08-23 17:09:45 +02:00 |
Alexandre Julliard
|
4c1f36cb68
|
server: Return the total length of the target in query_symlink.
|
2010-06-30 16:11:03 +02:00 |
Alexandre Julliard
|
c545982472
|
server: Return the cursor information for a thread input, and use it for GetCursorInfo.
|
2010-05-11 11:27:03 +02:00 |
Alexandre Julliard
|
cd28e2be7c
|
server: Return the current cursor when queuing a hardware message.
|
2010-04-21 11:07:31 +02:00 |
Alexandre Julliard
|
27f2a35742
|
server: Fix 64-bit alignment of the context structure.
|
2010-04-01 19:56:09 +02:00 |
Alexandre Julliard
|
8159d4eb99
|
server: Add support for storing the cursor and show count in the thread input structure.
|
2010-03-22 17:52:23 +01:00 |
Henri Verbeet
|
f0a5045254
|
ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess().
|
2010-03-15 15:56:42 +01:00 |
Alexandre Julliard
|
658dae988d
|
server: Add support for returning the object name in NtQueryObject.
|
2010-01-08 13:01:50 +01:00 |
Rob Shearman
|
bd56916f90
|
server: Extend get_token_user server call to also retrieve SIDs for the token's owner or primary group.
|
2009-11-17 15:14:54 +01:00 |
Henri Verbeet
|
27705d51e1
|
server: Store the Unix name in the fd.
|
2009-11-12 15:31:38 +01:00 |
Alexandre Julliard
|
9018e13c5e
|
server: Add support for allocating purely client-side user handles.
|
2009-10-12 17:07:04 +02:00 |
Andrey Turkin
|
3eaecf0476
|
kernel32: Always use ANSI version of OutputDebugString.
|
2009-10-06 12:03:35 +02:00 |
Alexandre Julliard
|
b8ae3f073b
|
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
|
2009-08-27 16:49:53 +02:00 |
Alexandre Julliard
|
da8acbc47d
|
server: Define an architecture-independent structure for process startup info.
|
2009-08-21 20:00:12 +02:00 |
Mike Kaplinskiy
|
b05774ee7e
|
server: Change cancel_async to take an optional iosb and only_thread.
|
2009-08-18 12:26:30 +02:00 |
Alexandre Julliard
|
6056e8a52b
|
server: Return the process CPU in the get_process_info request.
|
2009-07-07 11:37:47 +02:00 |
Hans Leidekker
|
24af6f3e01
|
server: Add requests to set and retrieve default dacl.
|
2009-04-21 15:40:26 +02:00 |
Alexandre Julliard
|
5316dd011f
|
server: Define a generic context structure instead of using the platform-specific version.
|
2009-04-08 19:59:23 +02:00 |
Alexandre Julliard
|
279defe66e
|
server: Verify that the client is using a supported CPU type.
|
2009-04-03 14:59:12 +02:00 |
Alexandre Julliard
|
653d2c4a8d
|
server: Store the type of CPU that the client is running on.
|
2009-04-03 14:49:10 +02:00 |
Alexandre Julliard
|
b06a919c3c
|
server: Use the thread entry point field to pass the PEB in the initial thread.
|
2009-04-03 14:30:34 +02:00 |
Alexandre Julliard
|
913e792b57
|
server: Store process/thread affinity as a 64-bit value.
|
2009-01-19 14:15:51 +01:00 |
Alexandre Julliard
|
7f1dc355ec
|
server: Generate padding in request structures from make_requests.
Add compile-time asserts to check that the structures have the expected layout.
|
2009-01-19 14:01:39 +01:00 |
Alexandre Julliard
|
0ffd26ab17
|
user32: Use the message_data_t union when receiving a message.
|
2009-01-15 12:50:59 +01:00 |
Alexandre Julliard
|
9f365e7705
|
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
|
2009-01-02 20:12:46 +01:00 |
Alexandre Julliard
|
bc03f0ee39
|
server: Simplify the debug_event_t structure.
|
2009-01-02 20:09:25 +01:00 |
Alexandre Julliard
|
8c8c665a3c
|
server: Reorganize some requests to avoid padding, and make remaining padding explicit.
|
2008-12-31 15:14:29 +01:00 |
Alexandre Julliard
|
0c914e475d
|
server: Make atom_t an unsigned int to avoid padding issues.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
fa8643805b
|
server: Make TEB and PEB client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
c6c335d70e
|
server: Make thread entry points client_ptr_t instead of void pointers.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
2cf868c0be
|
server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
|
2008-12-31 15:09:59 +01:00 |
Alexandre Julliard
|
6db201080f
|
server: Make the various async I/O parameters client_ptr_t instead of void pointers.
|
2008-12-30 21:09:41 +01:00 |
Alexandre Julliard
|
f507ccbf52
|
server: Specify the user APC to call only once the system APC has executed.
|
2008-12-30 20:51:55 +01:00 |
Alexandre Julliard
|
7ec95c5bee
|
server: Explicitly specify when an ioctl call needs to be blocking.
|
2008-12-30 20:37:20 +01:00 |
Alexandre Julliard
|
f69e62207b
|
server: Make the arguments for CreateRemoteThread client_ptr_t instead of void pointers.
|
2008-12-30 15:30:11 +01:00 |
Alexandre Julliard
|
c86ec6445c
|
server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures.
|
2008-12-30 15:22:45 +01:00 |
Alexandre Julliard
|
7560a89022
|
server: Make padding explicit in the wake_up_reply structure.
|
2008-12-30 15:15:06 +01:00 |
Alexandre Julliard
|
838803ce24
|
server: Make the address parameters in inter-process virtual memory calls client_ptr_t.
Add explicit padding fields in the corresponding structures.
|
2008-12-30 15:05:38 +01:00 |