server: Only call gettimeofday once per poll loop.
[wine] / server / winstation.c
2006-08-10  Alexandre Julliardserver: Only call gettimeofday once per poll loop.
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-03-27  Alexandre Julliardserver: Connect to the window station and desktop speci...
2006-03-06  Alexandre Julliardserver: Support for closing the desktop window.
2006-03-06  Alexandre Julliardserver: Avoid crash in set_thread_desktop if the thread...
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
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-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
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-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...
2005-07-11  Alexandre JulliardExport the winstation and desktop structures to avoid...
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-06-29  Alexandre JulliardMake the clipboard information local to the process...
2005-06-28  Alexandre JulliardKeep track of the windows and hooks used by a thread...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-06-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-09  Mike McCormackInclude user.h in the new winstation.c to avoid a warni...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.