Release 1.5.29.
[wine] / server / winstation.c
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-04-05  Alexandre Julliardserver: Add a more general way of posting messages...
2011-03-31  Alexandre Julliardserver: Store all desktop cursor information in a separ...
2011-02-25  Alexandre Julliardserver: Store the global key state in the server.
2011-02-25  Alexandre Julliardserver: Store the cursor clip rectangle in the server.
2011-02-25  Alexandre Julliardserver: Store the global cursor position in the server.
2011-02-25  Alexandre Julliardserver: Make the foreground thread input per-desktop...
2009-12-01  Alexandre Julliardserver: Don't set last error in close_handle(), return...
2008-06-25  Alexandre Julliardserver: Add support for a top-level message parent...
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-03  Maarten Lankhorstuser32: Implement BroadcastSystemMessage.
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2008-03-07  Maarten Lankhorstserver: Fix reference leak in enum_desktop.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-12-05  Alexandre Julliardserver: Implemented EnumWindowStations and EnumDesktops.
2007-11-12  Rob Shearmanserver: In set_user_object_info len is in bytes, not...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-01-19  Vitaliy Margolenserver: Add generic access mapping for winstation and...
2006-11-02  Alexandre Julliardserver: Get rid of the server-side file descriptor...
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.