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 |
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
|
333313aa2b
|
server: Allow queuing async reads on listening sockets.
|
2010-08-31 14:23:49 +02:00 |
Mike Kaplinskiy
|
ae5ad61fa8
|
server: Add accept_into_socket to accept into an initialized socket.
|
2010-08-31 14:23:49 +02:00 |
Mike Kaplinskiy
|
92b83ddffb
|
server: Don't cache sockets until they are pollable.
|
2010-08-31 14:23:49 +02:00 |
Eric Pouech
|
1f25534628
|
server: Streamline a bit the console allocation code.
|
2010-08-30 17:52:11 +02:00 |
Eric Pouech
|
465f3d1a85
|
server: Use generic file access rights (inside of console specific ones) for console management.
|
2010-08-30 17:51:32 +02:00 |
Eric Pouech
|
c1d35ba540
|
server: Fix method name in comments for fd_ops.
|
2010-08-30 17:51:05 +02:00 |
Alexandre Julliard
|
350c0caba0
|
server: Always free the process handle table even if the process didn't start.
|
2010-08-24 12:10:51 +02:00 |
Alexandre Julliard
|
3557b9818c
|
server: Avoid a potential server crash when a thread dies on startup.
|
2010-08-23 19:59:57 +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 |
Dmitry Timoshkov
|
dfe6ae58af
|
user32: Protect from setting as a window owner one of its successors.
|
2010-08-04 17:35:22 +02:00 |
Mike Kaplinskiy
|
fae0b6fa63
|
ws2_32: Don't set FD_READ/FD_WRITE before the connection is complete.
|
2010-08-03 12:00:48 +02:00 |
Mike Kaplinskiy
|
a6203f8b53
|
server: Fix some comments.
Apparently windows reports only currently valid events for WSAEnumNetworkEvents.
|
2010-07-28 16:28:27 +02:00 |
Mike Kaplinskiy
|
93db86a7e0
|
server: Don't delay events, we simply shouldn't send them in the first place.
|
2010-07-28 16:28:27 +02:00 |
Mike Kaplinskiy
|
0b251c08f2
|
server: Consume events triggered.
|
2010-07-28 16:28:26 +02:00 |
Alexandre Julliard
|
10b6d6ba4d
|
server: Use tgkill to send signals on x86_64 too.
|
2010-07-28 16:28:26 +02:00 |
Michael Stefaniuc
|
5c8b44cd24
|
server: Simplify tkill() and remove unreachable code (Smatch).
|
2010-07-28 16:28:23 +02:00 |
Maarten Lankhorst
|
c054b5f86d
|
wineserver: Use syscall instead of int $0x80.
|
2010-07-22 10:24:45 +02:00 |
Alexandre Julliard
|
1a79912a10
|
server: Try to use /proc/pid/mem to read process memory since it should be faster.
|
2010-07-21 13:23:58 +02:00 |
Mike Kaplinskiy
|
8d9fbe59b3
|
server: Forward the correct error to asyncs.
|
2010-07-20 14:40:31 +02:00 |
Mike Kaplinskiy
|
be230adbb7
|
server: In case of hangup/error, wake up all asyncs that can no longer be completed.
|
2010-07-20 14:40:31 +02:00 |
Mike Kaplinskiy
|
394a142237
|
server: Propagate error from recv.
|
2010-07-20 14:40:31 +02:00 |
Mike Kaplinskiy
|
75c7c63886
|
server: Move signaling FD_* events to a separate function.
|
2010-07-20 14:40:31 +02:00 |
Alexandre Julliard
|
4c1f36cb68
|
server: Return the total length of the target in query_symlink.
|
2010-06-30 16:11:03 +02:00 |
Dmitry Timoshkov
|
66e981ec8d
|
server: Make layered windows transparent for mouse messages.
|
2010-06-11 14:16:03 +02:00 |
Hans Leidekker
|
0a4984280f
|
server: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.
|
2010-05-25 13:29:07 +02:00 |