x11drv: Do not use the scroll rectangle for clipping in ScrollDC.
[wine] / server /
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...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in token...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in proce...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in snaps...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in conso...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in file...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in socke...
2005-12-05  Vitaliy Margolenserver: Remove sync_namespace.
2005-12-05  Alexandre Julliardserver: Let the directory code handle device names.
2005-12-05  Vitaliy MargolenMove mailslot devices into directory name space.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-05  Alexandre Julliardserver: Move handle allocation out of open_object_dir.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-02  Vitaliy MargolenMove timer objects into directory name space.
2005-12-02  Vitaliy MargolenMove semaphore objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-12-01  Alexandre JulliardFixed some compiler warnings on Darwin.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-22  Alexandre JulliardUse struct unicode_str instead of null-terminated strin...
2005-11-22  Robert LunnonAdd stdarg.h where missing.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Alexandre JulliardFixed handling of mailslot read timeout to avoid compil...
2005-11-21  Vitaliy MargolenReplace inherit flag with object attributes in winstati...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
2005-11-14  Alexandre JulliardAdded support for the QS_ALLPOSTMESSAGE flag.
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-02  Alexandre JulliardMoved the platform-independent part of the get/set_thre...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Alexandre JulliardDon't send the incoming context to the server for get_t...
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-10-31  Marcus MeissnerDo not overflow the stackbased "nt" struct when reading...
2005-10-29  Vitaliy MargolenPass object attributes to create_named_object & find_ob...
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-10-27  Alexandre JulliardMake the unmount_device request take a handle to the...
2005-10-12  Alexandre JulliardRemoved incorrect process queue check in wait_input_idle.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-09-28  Vitaliy MargolenFix refcount leak and return correct error in create_na...
2005-09-27  Alexandre JulliardInitial version of a wineserver man page.
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-27  Alexandre JulliardUse the proper format to print handles in handle_table_...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-16  Alexandre JulliardPreliminary version of the context support for x86-64.
2005-09-16  Alexandre JulliardUse the proper size for the cmsg_fd structure on 64...
2005-09-14  Alexandre JulliardRemove an exiting thread from the process only after...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-08-24  Alexandre JulliardDon't cache file descriptors open on removable devices.
2005-08-23  Alexandre JulliardAdded a separate set_handle_cached_fd request instead...
2005-08-22  Alexandre JulliardDon't try to detach from a thread that is exiting,...
2005-08-19  Alexandre JulliardAdded a watchdog mechanism to break out of the wait4...
2005-08-16  Alexandre JulliardAvoid a crash in find_hardware_message_window when...
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-08-09  Alexandre JulliardThe temp buffer always stores WCHARs, fixed its type...
2005-08-08  Alexandre JulliardAdded an unmount_device request that invalidates all...
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-30  Alexandre JulliardAdded a separate device object to keep track of inodes...
2005-07-29  Alexandre JulliardAutomatically generate the list of error names in make_...
2005-07-29  Alexandre JulliardRemoved a no longer used variable.
2005-07-29  Alexandre JulliardFixed a couple of error codes.
2005-07-28  Alexandre JulliardRenamed fd to unix_fd in the closed_fd structure to...
2005-07-19  Alexandre JulliardCreate the desktop class when needed without requiring...
2005-07-18  Robert Shearman- Change the default user SID to match what was previou...
2005-07-14  Robert ShearmanMake mailslots use as much of the default async fd...
2005-07-14  Alexandre JulliardMoved the server start time to the init_thread request...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Robert ShearmanStore the default DACL in the token.
2005-07-13  Alexandre JulliardGet rid of the boot_done request.
2005-07-13  Alexandre JulliardAlready initialize the process in the first init_thread...
2005-07-13  Alexandre JulliardAvoid potential crashes when there is no handle table.
2005-07-12  Alexandre JulliardMoved the fields that depends on startup info from...
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Alexandre JulliardStore the global hooks table in the desktop object.
2005-07-11  Alexandre JulliardTie windows and thread input structures to a specific...
next