Release 1.5.29.
[wine] / server / request.h
2013-02-11  Alexandre Julliardserver: Return the window paint flags in the get_visibl...
2012-10-09  Alexandre Julliardserver: Add a request to compute the clipping region...
2012-10-09  Alexandre Julliardserver: Add flags in the set_window_pos request to...
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-04-16  Hans Leidekkerserver: Include the Unix pid in the snapshot_next_proce...
2012-02-02  Alexandre Julliardwinex11: Update only the key state on KeymapNotify...
2012-01-09  Alexandre Julliarduser32: Return the cursor position in send_hardware_mes...
2011-10-28  Bernhard Loosntoskrnl: Correctly implement PsGetCurrentThread/ProcessId.
2011-10-08  Bernhard Loosntdll: Implement the NamedPipeConfiguration value for...
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2011-04-20  Alexandre Julliardserver: Also return the previous cursor position in...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
2011-03-02  Alexandre Julliardserver: Pass the original hardware input data to the...
2011-03-01  Alexandre Julliardserver: Don't pass a thread id to send_hardware_message...
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in MapWindow...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-09-01  Eric Pouechserver: Report in get_console_mode request whether...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-09-01  Eric Pouechserver: Enhanced the console input object so that it...
2010-08-31  Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-06-30  Alexandre Julliardserver: Return the total length of the target in query_...
2010-05-11  Alexandre Julliardserver: Return the cursor information for a thread...
2010-04-21  Alexandre Julliardserver: Return the current cursor when queuing a hardwa...
2010-04-20  Alexandre Julliardserver: Fix structure padding for requests that have...
2010-03-22  Alexandre Julliardserver: Add support for storing the cursor and show...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-11-12  Henri Verbeetserver: Store the Unix name in the fd.
2009-10-12  Alexandre Julliardserver: Add support for allocating purely client-side...
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
2009-07-07  Alexandre Julliardserver: Return the process CPU in the get_process_info...
2009-04-21  Hans Leidekkerserver: Add requests to set and retrieve default dacl.
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Alexandre Julliardserver: Generate padding in request structures from...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-10-20  Alexandre Julliardserver: Added a request to unlink an object from its...
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-07-03  Alexandre Julliardserver: Set the visible rect in the set_window_pos...
2008-04-17  Alexandre Julliardserver: Keep a file descriptor open to the config direc...
2008-01-22  Alexandre Julliardserver: Add a separate request to set the window visibl...
2008-01-03  Alexandre Julliardserver: Redesign the server shutdown processing.
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-05  Alexandre Julliardserver: Partial implementation of NtQueryDirectoryObject.
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-11-15  Andrey Turkinws2_32: Make certain winsock functions generate i/o...
2007-10-03  Rob Shearmanserver: Add a new get_security_object call for getting...
2007-09-28  Andrey Turkinserver: Allow completion object to be attached to an...
2007-09-26  Andrey Turkinserver: Implement server-side completion queues and...
2007-09-14  Rob Shearmanserver: Add get_token_statistics server call and use...
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
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 generic device objects managed...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
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.
2007-04-04  Alexandre Julliardserver: Add support for associating a file descriptor...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-07  Juan Langntdll: Implement NtAllocateLocallyUniqueId with server...
2007-02-21  Rob Shearmanserver: Add get_token_impersonation_level server call...
2007-02-15  Vitaliy Margolenntdll/server: Implement NtSetSecurityObject. With tests.
2007-01-25  Vitaliy Margolenserver/ntdll: Simplistic implementation of NtQueryObjec...
2007-01-15  Alexandre Julliardserver: Added mechanism for returning results of APC...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
2006-10-05  Alexandre Julliardserver: Changed the get_next_hook request to allow...
2006-08-14  Alexandre Julliardserver: Make sure to completely kill processes before...
2006-08-09  Alexandre Julliardserver: Split the queuing of hardware messages into...
2006-07-26  Alexandre Julliardserver: Rename the wait_input_idle request to better...
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Robert Shearmanserver: Retrieve the groups for a token from the server.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
next