wined3d: Pack ARB srgb constants better.
[wine] / server /
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...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Alexandre Julliardserver: Avoid crash on initialization of the thread...
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-30  Alexandre Julliardserver: Make the message callback function a client_ptr...
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-29  Alexandre Julliardserver: Make the device opaque data a client_ptr_t...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store debugging output strings as client_ptr_t...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-26  Alexandre Julliardserver: Get rid of the unused count parameter in fd_que...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Add a mem_size_t type to represent memory sizes...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-06  Alexandre Julliardserver: The name len in the get_directory_entry request...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-12-05  Vincent Povirkserver: Fix string format warning.
2008-12-04  Alexandre Julliardserver: Limit the number of allocated handles before...
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-01  Francois Gougetserver: Remove an unneeded cast.
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-07  Paul Bryan Robertsserver: Clone file_get_sd() and file_set_fd() for direc...
2008-11-07  Paul Bryan Robertsserver: Refactor server side implementation of GetFileS...
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-11-04  Alexandre Julliardntdll: Add a noexec flag for memory views where we...
2008-11-04  Alexandre Julliardntdll: Store the per-view flags in the high word of...
2008-10-20  Alexandre Julliardserver: Added a request to unlink an object from its...
2008-10-18  Alexandre Julliardserver: Convert source files to utf-8.
2008-10-09  Alexandre Julliardserver: Follow symlink even with OBJ_OPENLINK unless...
2008-09-12  Alexandre Julliardserver: Implemented the server side of Get/SetLayeredWi...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-07-23  H. Verbeetserver: Calling ResumeThread() on a terminated thread...
2008-07-10  Alexandre Julliardserver: Better handling of errors when accessing the...
2008-07-03  Alexandre Julliardserver: Set the visible rect in the set_window_pos...
2008-06-26  Alexandre Julliardserver: Fix a potential desktop reference leak.
2008-06-25  Alexandre Julliarduser32: Make sure that IsWindowVisible returns FALSE...
2008-06-25  Alexandre Julliarduser32: Add support for finding HWND_MESSAGE windows...
2008-06-25  Alexandre Julliardserver: Also return the top-level message window in...
2008-06-25  Alexandre Julliardserver: Add support for a top-level message parent...
2008-06-25  Alexandre Julliardserver: Use a unicode_str to represent atom names.
2008-06-20  Alexandre Julliardserver: Move the process pipe hangup handling into...
2008-05-22  Vitaliy Margolenwineserver: Add support for long command line options.
2008-05-14  Marcus Meissnerserver: Remove superflous empty region allocation.
2008-05-12  Alexandre Julliardserver: Crop the invalidate region against the rectangl...
2008-05-12  Alexandre Julliardserver: Also crop the update region of children when...
2008-05-12  Alexandre Julliardserver: When moving/resizing a window crop the update...
2008-05-05  Alexandre Julliardserver: Don't touch the users count when a system proce...
2008-04-17  Maarten Lankhorstserver: Make enum_desktop enumerate all the desktops...
2008-04-17  Maarten Lankhorstserver: Make enum_winstations enumerate all the window...
2008-04-17  Alexandre Julliardserver: Keep a file descriptor open to the config direc...
2008-04-11  Petr Sumberaserver: Workaround for conflict between Wine and Solari...
2008-04-09  Steven Edwardsserver: Remove unneeded semicolon.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-04-03  Maarten Lankhorstuser32: Implement BroadcastSystemMessage.
next