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 |
Alexandre Julliard
|
06b78feade
|
server: Store the global key state in the server.
|
2011-02-25 13:50:25 +01:00 |
Alexandre Julliard
|
02e8174067
|
server: Store the cursor clip rectangle in the server.
|
2011-02-25 13:50:19 +01:00 |
Alexandre Julliard
|
183c41b49a
|
server: Store the global cursor position in the server.
|
2011-02-25 11:25:15 +01:00 |
Alexandre Julliard
|
ac4aac747c
|
server: Make the foreground thread input per-desktop instead of global.
|
2011-02-25 11:19:46 +01:00 |
Alexandre Julliard
|
f0396489e6
|
server: Increment the usage count of the global table also when starting a local hook.
|
2011-02-24 12:15:38 +01:00 |
Alexandre Julliard
|
8dbd06a1f8
|
server: Create anonymous file mappings in the config directory if the server directory is mounted noexec.
|
2011-01-28 17:41:26 +01:00 |
Andrew Nguyen
|
ed657182ee
|
server: Filter the WOW64 registry access flags before performing the access check.
|
2011-01-24 16:04:18 +01:00 |
Mike Kaplinskiy
|
f58c709b5f
|
server: Fix connect failures on newer kernels.
|
2011-01-24 14:43:28 +01:00 |
Alexandre Julliard
|
b3882bb339
|
server: Add symbolic names in filesystem change actions traces.
|
2011-01-19 14:20:40 +01:00 |
Piotr Caban
|
be5a757c7a
|
server: Don't report rename events when file is moved between directories.
|
2011-01-19 14:13:58 +01:00 |
Piotr Caban
|
b614a15328
|
server: Return multiple events in read_changes.
|
2011-01-19 14:13:33 +01:00 |
Eric Pouech
|
2a219b948c
|
kernel32: Added support for insert/overwrite modes while editing a line.
|
2011-01-19 12:57:46 +01:00 |
Austin English
|
599afa06b7
|
server: Add missing checks for FreeBSD_kernel.
|
2011-01-17 14:26:24 +01:00 |
Alexandre Julliard
|
185f637080
|
server: Use the tgkill system call on all Linux platforms.
|
2010-12-27 12:07:16 +01:00 |
Alexandre Julliard
|
0ae3816264
|
server: Use the syscall function instead of inline assembly.
|
2010-12-23 16:10:12 +01:00 |
Piotr Caban
|
f4e64a442f
|
server: Handle more inotify mask values.
|
2010-12-17 13:26:03 +01:00 |
Alexandre Julliard
|
15ccabc9a8
|
makefiles: Add common rules for installing the main man page.
|
2010-12-05 16:17:58 +01:00 |
Francois Gouget
|
c4c03180b0
|
server: Make sock_check_pollhup() more reliable on Solaris.
|
2010-11-29 19:43:35 +01:00 |
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
|
d771f4d17c
|
server: Return an error in get_handle_unix_name for objects that don't have a file name.
This way we fall back to retrieving the Win32 name.
|
2010-10-19 17:03:40 +02:00 |
Vladimir Panteleev
|
824c5089d2
|
user32: Update last active popup for all parents.
|
2010-10-18 19:47:58 +02:00 |
Alexandre Julliard
|
fcd685977d
|
server: Valid rects are in parent coordinates.
|
2010-10-07 15:58:10 +02:00 |
Alexandre Julliard
|
d076dfa8e8
|
server: Update child window positions when resizing a mirrored parent.
|
2010-10-05 11:01:21 +02:00 |
Austin English
|
c99609a5a0
|
wineserver: Return the version information in the same format as wine --version.
|
2010-10-01 14:22:16 +02:00 |
Alexandre Julliard
|
179715251d
|
server: Make the fd passing code slightly more portable.
|
2010-09-30 11:53:07 +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
|
3f026cafa5
|
user32: Add support for RTL window layouts in WIN_GetRectangles.
|
2010-09-22 20:28:20 +02:00 |
Alexandre Julliard
|
5702324b37
|
user32: Add support for RTL window layouts in MapWindowPoints.
|
2010-09-22 20:27:52 +02:00 |
Eric Pouech
|
04607ca632
|
server: Fix console creation logic.
|
2010-09-22 12:43:34 +02:00 |
André Hentschel
|
ccaeb3ed83
|
server: Add ARM support.
|
2010-09-20 12:59:53 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
1cb09660ce
|
server: Fix a couple of leaks in the new console code.
|
2010-09-19 12:27:12 +02:00 |
Eric Pouech
|
687b3dc25c
|
server: Ensure we set proper errors when getting a NULL fd out of a handle.
|
2010-09-18 13:03:07 +02:00 |
Eric Pouech
|
a2322e3735
|
kernel32: Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created.
|
2010-09-13 14:45:18 -05:00 |
Alexandre Julliard
|
7295b6746d
|
user32: Add support for fetching window rectangles relative to various origins.
|
2010-09-07 14:31:30 +02:00 |
Gerald Pfeifer
|
87624c2c21
|
server: Remove pollev from set_socket_event.
|
2010-09-06 16:13:22 +02:00 |
Eric Pouech
|
daaee9e50f
|
server: Properly return the errors for bare console objects.
|
2010-09-01 14:01:03 +02:00 |
Eric Pouech
|
2f7af56d41
|
server: Simplify the wineconsole event notification code.
|
2010-09-01 14:01:02 +02:00 |