wordpad: Updated French translation.
[wine] / server /
2007-11-13  Dmitry Timoshkovserver: Make timer id allocation algorithm conform...
2007-11-12  Rob Shearmanserver: In set_user_object_info len is in bytes, not...
2007-11-08  Alexandre Julliardserver: Don't drop mouse messages that should go to...
2007-11-06  Rob Shearmanserver: Don't do access checks on the security descript...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-02  Alexandre Julliardserver: Allow to specify the class name instead of...
2007-11-01  Alexandre Julliardserver: Support using a name to destroy a window class...
2007-11-01  Alexandre Julliardserver: Allow to send a name instead of an atom when...
2007-11-01  Rob Shearmanserver: Make sure to always initialise req_sd.owner_len...
2007-10-31  Alexandre Julliardserver: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
2007-10-31  Alexandre Julliardserver: Fix get_next/prev_window behavior for unlinked...
2007-10-31  Alexandre Julliardserver: Also return the new extended style in the set_w...
2007-10-30  Alexandre Julliardserver: Add the generated files missing from the last...
2007-10-30  Rob Shearmanserver: Pass the security descriptor into create_file...
2007-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
2007-10-30  Alexandre Julliardserver: Remove failed ioctls from the queue as soon...
2007-10-26  Rob Shearmanserver: Ignore ACEs with the INHERIT_ONLY_ACE flag...
2007-10-26  Rob Shearmanserver: Make create_mapping use struct object_attribute...
2007-10-26  Rob Shearmanserver: Make create_mutex use struct object_attributes...
2007-10-26  Rob Shearmanserver: Make create_semaphore use struct object_attribu...
2007-10-25  Rob Shearmanserver: Use the security descriptor passed in when...
2007-10-22  Rob Shearmanserver: Fix file_set_sd to handle NULL DACLs.
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-22  Lionel Debrouxserver: Remove redundant NULL checks before free (found...
2007-10-17  Alexandre Julliardserver: Don't expose the parent window in areas that...
2007-10-17  Alexandre Julliardserver: Avoid refreshing areas of a window that have...
2007-10-16  Rob Shearmanserver: Owner and group SIDs in security descriptors...
2007-10-16  Rob Shearmanserver: Fix token_access_check to allow full access...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-10-10  Karl Reltonwineserver: Allow already peeked messages to merge.
2007-10-09  Rob Shearmanserver: Only call fchmod in file_set_fd if the mode...
2007-10-09  Rob Shearmanserver: Remove an unnecessary check from file_set_fd.
2007-10-04  Rob Shearmanserver: Add primitive support for setting and getting...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-04  Rob Shearmanserver: Add a simple mapping from Unix uids to NT SIDs.
2007-10-03  Rob Shearmanserver: Use ACL_REVISION in create_default_dacl instead...
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-10-03  Rob Shearmanserver: Move set_security_object to handle.c and set_ob...
2007-10-02  Alexandre Julliardserver: Add a default access mapping function for files...
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-27  Michael Stefaniucserver: Include stdarg.h in completion.c. Needed for...
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-09-20  Alexandre Julliardserver: Clip the visible region of a window to the...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-09-11  Dmitry Timoshkovserver: Map ETXTBSY to STATUS_SHARING_VIOLATION.
2007-09-10  Dmitry Timoshkovserver: Print a more informative message when file_set_...
2007-08-31  Francois Gougetserver: Fix the crashed process exit code when the...
2007-08-30  Alexandre Julliardserver: Detaching from a process needs to continue...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Alexandre Julliardserver: Message results should be stored as longs,...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-24  Kirill K. Smirnovwineconsole: Implement GetConsoleWindow.
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-08-23  Tijl Coosemansserver: Use thr_kill2 syscall to signal threads on...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-09  Alexandre Julliardserver: Fixed handling of a relative start time for...
2007-08-09  Tijl Coosemansloader: Use thr_self syscall to get thread id on FreeBSD.
2007-07-31  Peter Dons Tychsenserver: Added the install driver privilege to the defau...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-25  Alexandre Julliardserver: Make crash error message more explicit.
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-20  Alexandre Julliardserver: Don't crash when trying to set a file lock...
2007-06-15  Alexandre Julliardserver: Enable kqueue support on Mac OS >= 10.5 now...
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-06-04  Alexandre Julliardserver: Run async I/O APCs from the SIGUSR1 handler.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-05-30  Rob Shearmanserver: When starting a new process, use the token...
2007-05-30  Rob Shearmanserver: Move most of the duplicate_token request to...
2007-05-22  Alexandre Julliardserver: Don't allow a waitable timer to be set to expir...
2007-05-18  Rob Shearmanserver: Add the logon SID to the default admin token...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-10  Kirill K. Smirnovserver: Fix access check in screen buffer handling.
2007-05-09  Marcus Meissnerserver: set_server_state needs to be called with non...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardserver: Add request to retrieve the next pending ioctl...
2007-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-05-03  Alexandre Julliardserver: Store valid file options in pseudo file descrip...
2007-05-01  Alexandre Julliardserver: Give system APCs priority over signaled objects.
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-23  Gerald Pfeiferserver: Silence compiler warning in fd_queue_async().
2007-04-18  Alexandre Julliardserver: Don't give out read/write access to the named...
2007-04-18  Alexandre Julliardserver: Use the standard file descriptor wait queue...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-18  Alexandre Julliardserver: Allow specifying the status code to return...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Add a specific data type for ioctl codes so...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
next