wined3d: Implement WineD3DSurface palette methods.
[wine] / server /
2006-05-05  Robert Shearmanserver: Threads should start off without having an...
2006-04-21  Alexandre Julliardserver: Ignore the SizeOfHeaders field and compute...
2006-04-20  Alexandre Julliardserver: Remove some no longer needed ptrace code to...
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-04-19  Alexandre Julliardserver: Use the standard suspend mechanism to simulate...
2006-04-14  Thomas Khox11drv: Properly handle VK_LMENU input.
2006-04-13  Alexandre Julliardserver: Remove the use_ptrace variable.
2006-04-12  Alexandre Julliardserver: Don't attach thread input to the desktop.
2006-04-10  Alexandre Julliardserver: Moved the tkill function to ptrace.c.
2006-04-10  Alexandre Julliardserver: Get rid of the no longer used get_thread_single...
2006-04-10  Alexandre Julliardserver: Removed the thread attached flag, since we...
2006-04-10  Alexandre Julliardserver: Always detach from the thread when we are done...
2006-04-07  Alexandre Julliardexplorer: Don't use ExitWindows on shutdown.
2006-04-07  Alexandre Julliardserver: Moved read/write_process_memory and get_selecto...
2006-04-07  Alexandre Julliardserver: Hide assumptions about alignment inside the...
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-04-07  Robert Shearmanserver: Free ptr in console_input_append_hist.
2006-04-07  Robert Shearmanserver: Handle failure of mem_alloc in duplicate_token.
2006-04-07  Robert Shearmanserver: Handle possible mem_alloc failure in create_token.
2006-04-07  Robert Shearmanserver: Should use release_object on an object instead...
2006-04-07  Mike McCormackserver: Avoid comparison of -1 with an unsigned variable.
2006-04-03  Alexandre Julliardserver: Don't single step into signal handlers.
2006-03-31  Alexandre Julliardserver: Avoid crash on startup when the configuration...
2006-03-30  Robert Shearmanserver: Store the token source.
2006-03-28  Mike McCormackserver: Fix a race condition in the delivery of change...
2006-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-27  Alexandre Julliardserver: Store window properties in the global atom...
2006-03-27  Alexandre Julliardserver: Fixed process exit code on FreeBSD.
2006-03-24  Ken Thomasesserver: Fix memory leak in read_process_memory handler.
2006-03-24  Phil Krylovserver: Fix compilation under Darwin 7.
2006-03-22  Alexandre Julliardserver: Class and global atoms should not be local...
2006-03-22  Alexandre Julliardserver: New scheme for cleaning up objects on server...
2006-03-07  Alexandre Julliardserver: Fixed length check in dump_inline_unicode_string.
2006-03-07  Alexandre Julliarduser: Launch explorer to manage the desktop window.
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-03-06  Alexandre Julliardserver: Added unlink_named_object function.
2006-03-06  Alexandre Julliardserver: Infrastructure for having a thread own the...
2006-03-06  Alexandre Julliardserver: Avoid crash in set_thread_desktop if the thread...
2006-03-06  Alexandre Julliardserver: Return real parent and owner in the create_wind...
2006-03-02  Alexandre JulliardFixed some compiler warnings on old gcc versions.
2006-03-01  Mike McCormackserver: Print a message if wineserver crashes and we...
2006-02-27  Eric Pouechkernel32: ClearCommError.
2006-02-24  Francois GougetAssorted spelling fixes.
2006-02-23  Mike McCormackserver: Add directories to recursive watches as they...
2006-02-22  Mike McCormackserver: Make sure we don't get into an infinite loop...
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardserver: Avoid hang on process startup.
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-20  Mike McCormackserver: Distinguish between a directory and a file...
2006-02-20  Alexandre Julliardconfigure: Use --rpath if supported when building binar...
2006-02-17  Mike McCormackserver: Use a single inotify watch, as it scales better...
2006-02-16  Alexandre Julliardserver: Store the process exe module in the standard...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-14  Eric Pouechserver: When possible, use tgkill instead of tkill...
2006-02-14  Alexandre Julliardserver: Try to update the input key state even when...
2006-02-08  Alexandre Julliardserver: Remove the no longer needed exe_file parameter...
2006-02-08  Alexandre Julliardserver: Allow the main exe to be registered as a normal...
2006-02-08  Alexandre Julliardserver: Fixed handling of inotify record length.
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-02-05  Alexandre Julliardserver: Remove no longer used create_flags from get_sta...
2006-02-05  Alexandre Julliardserver: Fixed compile without inotify.
2006-01-30  Mike McCormackserver: Initial inotify support.
2006-01-27  Eric PouechSuppress some false-positives reported by valgrind.
2006-01-27  Alexandre Julliardserver: Make the FILE_SHARE_DELETE sharing checks depen...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-27  Alexandre Julliardserver: Fixed low-level hardware hooks.
2006-01-25  Alexandre Julliardserver: Allow opening a directory with write access...
2006-01-24  Alexandre Julliardserver: Use the new set_fd_user function in create_seri...
2006-01-24  Mike McCormackserver: Modify open_fd to create an fd without a user.
2006-01-23  Alexandre JulliardFixed a couple of warnings on MacOS.
2006-01-23  Alexandre Julliardserver: More generic mechanism for adding typecasts...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2006-01-17  Mike McCormackserver: Make sure to release the fd we grabbed in all...
2006-01-13  Alexandre Julliardntdll: Add debug registers to the context of all except...
2006-01-11  Alexandre Julliardserver: Don't round up the header size for image mappings.
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2006-01-03  Eric Pouechntdll: Correct implementation for atom query functions.
2006-01-03  Vitaliy Margolenserver: Fix va_list compile error.
2005-12-22  Alexandre Julliardserver: Fixed console access rights handling.
2005-12-21  Alexandre Julliardserver: Set the context flags in get_thread_context...
2005-12-14  Vitaliy Margolenntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
2005-12-13  Alexandre Julliardserver: Added get_file_info implementation for named...
2005-12-13  Alexandre Julliardserver: Fixed refcounting in get_fd requests for named...
2005-12-12  Alexandre Julliardserver: Don't enable polling on regular files in add_queue.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to process and...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to registry key...
2005-12-12  Alexandre Julliardserver: Added access rights mapping to symlink objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to token objects.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to synchronization...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-12  Alexandre Julliardserver: Allow the mailslot device to be opened as a...
2005-12-12  Alexandre Julliardserver: Allow the named pipe device to be opened as...
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-12-12  Alexandre Julliardserver: Use a better error code for a zero-size mapped...
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in dup_h...
next