Sweden-Number/server
Alexandre Julliard 6c94d4466a server: Don't expose the desktop on window resizes. 2012-11-27 19:36:52 +01:00
..
Makefile.in makefiles: Add common rules for installing the main man page. 2010-12-05 16:17:58 +01:00
async.c server: STATUS_MORE_PROCESSING_REQUIRED indicates that an async operation should not send a completion. 2012-06-07 16:07:00 +02:00
atom.c server: Avoid shadowing a global variable. 2011-02-28 11:07:03 +01:00
change.c configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
class.c server: Make the class opaque data a client_ptr_t instead of a void pointer. 2008-12-29 17:24:39 +01:00
clipboard.c server: Make sure that last error doesn't get set during thread cleanup. 2009-12-01 15:10:23 +01:00
completion.c server: Add access mapping for IO completion objects. 2012-04-17 12:24:55 +02:00
console.c kernel32: Added support for insert/overwrite modes while editing a line. 2011-01-19 12:57:46 +01:00
debugger.c server: If a debugger is attached to a process, child processes shouldn't get debugged. 2011-10-10 13:41:24 +02:00
device.c ntoskrnl: Correctly implement PsGetCurrentThread/ProcessId. 2011-10-28 13:04:00 +02:00
directory.c server: Create some kernel notification events. 2012-03-12 10:44:02 +01:00
event.c server: Return correct object types in the get_directory_entry request. 2007-12-05 18:16:42 +01:00
fd.c server: Add checks for DragonFly BSD. 2012-05-29 10:46:34 +02:00
file.c configure: Use errno.h instead of the non-standard sys/errno.h header. 2011-12-15 17:46:38 +01:00
file.h server: Reuse existing file descriptor objects for duplicate file mappings. 2011-04-19 18:29:24 +02:00
handle.c server: Remove casts to the type of the casted expression. 2011-09-21 14:41:01 +02:00
handle.h server: Always free the process handle table even if the process didn't start. 2010-08-24 12:10:51 +02:00
hook.c server: Only avoid running low-level hooks in processes currently suspended by a debugger. 2011-06-17 11:54:29 +02:00
mach.c server: Use syscall(2) instead of inline assembly on Mac OS, too. 2011-10-10 13:29:59 +02:00
mailslot.c 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
main.c server: Print the usage to stdout when invoked with --help. 2012-11-23 14:40:07 +01:00
mapping.c server: Store correct protection for an image mapping. 2012-01-24 18:10:31 +01:00
mutex.c server: OpenMutex should perform a real access check instead of validating access flags. 2012-03-12 16:37:24 +01:00
named_pipe.c server: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is invalid for named pipes. 2011-10-13 19:57:19 +02:00
object.c server: Add support for returning the object name in NtQueryObject. 2010-01-08 13:01:50 +01:00
object.h server: Add support for opening a new file handle from a mapping object. 2011-04-18 14:27:44 +02:00
process.c user32: Add rawinput keyboard support. 2012-09-12 12:47:13 +02:00
process.h user32: Add rawinput keyboard support. 2012-09-12 12:47:13 +02:00
procfs.c server: Open mem file for write when writing memory. 2009-10-22 16:23:01 +02:00
protocol.def server: Add a request to compute the clipping region of a window surface. 2012-10-09 15:22:27 +02:00
ptrace.c server: Get rid of the waitpid wrapper. 2012-09-24 22:27:30 +02:00
queue.c server: Only remove WM_INPUT messages from the queue if PM_REMOVE is set. 2012-09-13 10:24:05 +02:00
region.c server: Mirror the window region for RTL windows in get/set_window_region and redraw_window. 2010-09-27 21:07:11 +02:00
registry.c server: Map the Unix user id to a local user SID instead of the interactive SID. 2011-03-02 12:50:59 +01:00
request.c server: Use waitpid() instead of wait4(). 2012-09-24 22:27:30 +02:00
request.h server: Add a request to compute the clipping region of a window surface. 2012-10-09 15:22:27 +02:00
security.h server: Avoid TRUE:FALSE conditional expressions. 2012-08-13 11:50:16 +02:00
semaphore.c server: Return correct object types in the get_directory_entry request. 2007-12-05 18:16:42 +01:00
serial.c server: Fix method name in comments for fd_ops. 2010-08-30 17:51:05 +02:00
signal.c server: Redesign the server shutdown processing. 2008-01-03 11:40:03 +01:00
snapshot.c server: Include the Unix pid in the snapshot_next_process reply. 2012-04-16 17:49:32 +02:00
sock.c server: Removed duplicate close of acceptfd (Coverity). 2012-10-10 10:35:38 +02:00
symlink.c server: Return the total length of the target in query_symlink. 2010-06-30 16:11:03 +02:00
thread.c ntdll: Set the thread exit code when a thread is killed inside a wait. 2012-01-16 14:04:39 +01:00
thread.h 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
timer.c server: Make timer callback function and argument client_ptr_t instead of void pointers. 2008-12-29 17:43:01 +01:00
token.c server: Avoid TRUE:FALSE conditional expressions. 2012-08-13 11:50:16 +02:00
trace.c server: Add a request to compute the clipping region of a window surface. 2012-10-09 15:22:27 +02:00
unicode.c server: Accept utf-8 data as input in registry files. 2008-01-07 21:17:10 +01:00
unicode.h server: Accept utf-8 data as input in registry files. 2008-01-07 21:17:10 +01:00
user.c server: Free client-side user handles at process exit. 2009-10-15 17:56:04 +02:00
user.h server: Implement RegisterHotKey/UnregisterHotKey. 2011-06-21 14:51:08 +02:00
window.c server: Don't expose the desktop on window resizes. 2012-11-27 19:36:52 +01:00
wineserver.de.man.in manpages: Fix formatting errors. 2010-04-09 11:47:05 +02:00
wineserver.fr.man.in wineserver: Fix French manpage. 2010-04-13 11:43:19 +02:00
wineserver.man.in manpages: Fix formatting errors. 2010-04-09 11:47:05 +02:00
winstation.c server: Implement RegisterHotKey/UnregisterHotKey. 2011-06-21 14:51:08 +02:00