Release 1.5.29.
[wine] / server / user.h
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-04-06  Alexandre Julliardserver: Don't queue a hardware WM_MOUSEMOVE if the...
2011-04-05  Alexandre Julliardserver: Post a message to the desktop window when the...
2011-04-05  Alexandre Julliardserver: Add a more general way of posting messages...
2011-03-31  Alexandre Julliardserver: Return the time of last change along with the...
2011-03-31  Alexandre Julliardserver: Store all desktop cursor information in a separ...
2011-03-02  Alexandre Julliardserver: Invoke low-level hardware hooks directly from...
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...
2010-09-27  Alexandre Julliardserver: Mirror the window region for RTL windows in...
2010-06-11  Dmitry Timoshkovserver: Make layered windows transparent for mouse...
2009-10-15  Alexandre Julliardserver: Free client-side user handles at process exit.
2009-10-12  Alexandre Julliardserver: Add support for allocating purely client-side...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-06-25  Alexandre Julliardserver: Add support for a top-level message parent...
2008-03-19  Alexandre Julliarduser32: Implemented EnumDesktopWindows.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-06-08  Mike McCormackserver: Make wparam and lparam values unsigned long...
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: Infrastructure for having a thread own the...
2005-11-18  Alexandre JulliardAdded a struct unicode_str to encapsulate object names.
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-08  Alexandre JulliardPut in place the basic infrastructure to allow supporti...
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-09  Alexandre JulliardThe desktop of a new thread should be set from the...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-26  Alexandre JulliardMake sure a thread has a queue as soon as it creates...
2005-02-22  Alexandre JulliardRemoved no longer used create_region function, and...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2004-10-27  Alexandre JulliardAdded is_window_visible function.
2004-09-17  Alexandre JulliardDon't bother to return partial region data in get_windo...
2004-09-08  Alexandre JulliardAdded xor_region, fixed rect_in_region.
2004-09-01  Alexandre JulliardAdded rect_in_region function.
2004-07-20  Alexandre JulliardMoved the WindowFromPoint functionality to the server...
2004-06-29  Alexandre JulliardAdded support for window regions in the server.
2004-06-23  Alexandre JulliardMoved visible region calculation to the server.
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-03  Alexandre JulliardStore the hook table in the thread queue instead of...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-11-20  Alexandre JulliardAdded support for system-wide hooks.
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-08-16  Alexandre JulliardSignal and release the idle event when the process...
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-13  Alexandre JulliardStore the window caption text in the server.
2001-09-21  Alexandre JulliardAdded proper support for storing window parents in...
2001-09-12  Alexandre JulliardConvert user handles received from client to full handles.
2001-08-28  Alexandre JulliardAdded global management of user handles in the server.