wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.
[wine] / server /
2010-03-29  Mikhail Maroukhineserver: Fix compiler warning with flag -Wcast-qual.
2010-03-23  Mike Kaplinskiyws2_32: Use ntstatus in overlapped functions.
2010-03-22  Alexandre Julliardserver: Add support for storing the cursor and show...
2010-03-22  Alexandre Julliardserver: Add a helper function to change a queue thread...
2010-03-19  Francois Gougetserver: Don't include winsock.h to avoid creating a...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-03-15  Henri Verbeetserver: Debugging our own process is disallowed.
2010-03-05  Henri Verbeetserver: Allow the debugger to be debugged.
2010-03-05  Alexandre Julliardserver: Fix a typo in the context tracing.
2010-03-04  Alexandre Julliardserver: Add support for Wow64 sharing of the HKLM\Softw...
2010-03-04  Alexandre Julliardserver: Add a helper function for the common functional...
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-03-03  Alexandre Julliarduser32: Pass HWND_BOTTOM unmodified to the server in...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardserver: Make the standard registry key creation non...
2010-03-01  Alexandre Julliardserver: Add a separate function for internal registry...
2010-02-23  XueFeng Changserver: Check create_event return value in console...
2010-02-19  Alexandre Julliarduser32: Fix Z-order handling of windows that have a...
2010-02-18  Alexandre Julliardserver: Fix tracing of invalid ACLs.
2010-02-16  Alexandre Julliardserver: Save and load registry symlinks to/from disk...
2010-02-16  Alexandre Julliardserver: Save and load the registry class names to/from...
2010-02-15  Alexandre Julliardserver: Implement registry symlinks.
2010-02-02  Alexandre Julliardserver: Set the initial thread affinity from the process.
2010-02-02  Alexandre Julliardserver: Allow changing a thread affinity before it...
2010-02-02  Alexandre Julliardserver: Make terminate_process more robust against...
2010-01-22  Rob Shearmanserver: Fix symbol was not declared and using plain...
2010-01-19  Mike Kaplinskiyserver: Activate pending asyncs on a hangup/error.
2010-01-14  Peter Dons Tychsenuser32: Do not allow a change of capture if the current...
2010-01-08  Alexandre Julliardserver: Add support for returning the object name in...
2010-01-07  Alexandre Julliardserver: Don't dump more than 1024 bytes in a trace.
2009-12-16  Alexandre Julliardserver: Set the idle event when retrieving a timer...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when waiting for a...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't reset the idle event when the client...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when a queue is destro...
2009-12-11  Alexandre Julliardserver: Simplify computation of file modes from the...
2009-12-11  Ben Peddellserver: Include user groups in file mode calculation...
2009-12-08  Paul Chitescuserver: Only check if permission bits changed before...
2009-12-08  Alexandre Julliardserver: Improve parameter checks when opening a directory.
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
2009-12-01  Alexandre Julliardserver: Make sure that last error doesn't get set durin...
2009-12-01  Alexandre Julliardserver: Don't set last error in close_handle(), return...
2009-12-01  Alexandre Julliardserver: Don't set last error in get_handle(), move...
2009-11-24  Paul Chitescuwineserver: Do not uselessly set the KEY_DIRTY flag...
2009-11-24  Albert Leeserver: Support event ports on Solaris.
2009-11-23  Alexandre Julliardserver: Implement the file sharing check for delete...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check when truncatin...
2009-11-23  Alexandre Julliardserver: Implement the special file sharing rules for...
2009-11-23  Alexandre Julliardserver: Don't create a file object for anonymous mappings.
2009-11-23  Alexandre Julliardserver: Moved the create_temp_file function to mapping.c.
2009-11-23  Alexandre Julliardserver: Store a duplicate of the file descriptor for...
2009-11-23  Alexandre Julliardserver: Use the file descriptor instead of the file...
2009-11-23  Alexandre Julliardserver: Also store a file descriptor object for mappings.
2009-11-23  Alexandre Julliardserver: Move the functions to extend file to mapping...
2009-11-20  Alexandre Julliardserver: Use the correct thread id to set affinity.
2009-11-20  Alexandre Julliardserver: Only require REG_OPTION_VOLATILE when creating...
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-22  Andrey Turkinserver: Open mem file for write when writing memory.
2009-10-15  Alexandre Julliardserver: Free client-side user handles at process exit.
2009-10-12  Alexandre Julliardserver: Add support for allocating purely client-side...
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-10-01  Michael Stefaniucserver: A signed 1-bit bitfield doesn't make much sense...
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Use kernel support for thread affinity when...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-09-01  Alexandre Julliardserver: Disable large files for procfs on Solaris.
2009-08-27  Alexandre Julliardntdll: Fix handling of the duplicate MxCsr entry in...
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
2009-08-17  Alexandre Julliardserver: Don't use the cached file mode when setting...
2009-08-17  Alexandre Julliardserver: Properly initialize mode and uid for file and...
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-08-12  Alexandre Julliardserver: Add support for image mappings for both 32...
2009-07-13  Andrew Nguyenserver: Remap the EROFS errno value to STATUS_ACCESS_DE...
2009-07-07  Alexandre Julliardserver: Return the process CPU in the get_process_info...
2009-06-26  Alexandre Julliardserver: Use sys/inotify.h if it exists instead of hardc...
2009-06-18  Alexandre Julliardserver: The ptrace interfaces uses longs, not ints.
2009-06-13  Alexandre Julliardserver: Restart at the head of the wait queue when...
2009-06-12  Dmitry Timoshkovuser32: Add a test for PeekMessage((HWND)-1), make...
2009-06-09  Alexandre Julliardserver: Avoid a crash when trying to wait on a disconne...
2009-06-03  Alexandre Julliardserver: Hide a window before destroying it if it was...
2009-06-03  Alexandre Julliardserver: Reset events on the message queue fd to avoid...
2009-05-19  Alexandre Julliardntdll: Tweak the file mapping permission checks some...
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-08  Alexandre Julliardserver: Make all dump function take a prefix string...
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-03-03  Alexandre Julliardserver: Make the new named pipe server fd inherit the...
2009-03-02  Alexandre Julliardserver: Overlapped named pipes are never blocking,...
2009-01-30  Alexandre Julliardserver: Don't return a value from a void function.
2009-01-29  Marcus Meissnerserver: Handle NULL thread in send_hardware_message...
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...
2009-01-16  Alexandre Julliardserver: Set stderr in line-buffered mode before doing...
2009-01-15  Alexandre Julliarduser32: Use the message_data_t union when receiving...
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
next