user: Allow creating windows of the desktop class.
[wine] / dlls / user / message.c
2006-03-06  Alexandre Julliarduser: Allow some Wine internal messages to act on the...
2006-02-24  Francois Gougetuser32: 0 vs. INFINITE timeout.
2006-01-30  Michael Kaufmannuser: Remove internal messages from the message queue...
2006-01-17  Robert Shearmanuser: Fix WM_QUIT message ordering from PostQuitMessage.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-10-27  Dmitry TimoshkovAdd some missing USER definitions, add a couple of...
2005-10-18  Frank RichterWhen doing A->W WM_GETTEXTLENGTH, use WM_GETTEXT behind...
2005-09-13  Alexandre JulliardTimeout 0 means infinite wait for SendMessageTimeout.
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardSendMessageTimeout takes a DWORD_PTR not a DWORD.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-22  Jacek CabanFix RegisterWindowMessage declaration and improve debug...
2005-08-11  Alexandre JulliardSet remove to TRUE in accept_hardware_message for messa...
2005-07-26  Phil KrylovTranslate the whole wparam to/from Unicode.
2005-07-19  Alexandre JulliardSave the scope window for mouse events before overwriti...
2005-07-18  Alexandre JulliardLoad the USER driver on demand instead of at user32...
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-06-02  Dmitry TimoshkovUpdate internal state only if the message is being...
2005-05-11  Alexandre JulliardStore a bitmap of active hooks on the client side to...
2005-04-28  Mike McCormackImplemented GetLastInputInfo.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-26  Alexandre JulliardMoved some messaging and input functions to message...
2005-04-20  Alexandre JulliardHandle posted internal messages directly in PeekMessage...
2005-04-20  Alexandre JulliardAllow nested hardware message processing by storing...
2005-03-24  Kevin KoltzauAdded full support for xbuttons (side mouse buttons).
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-23  Alexandre JulliardGet rid of the window lock suspend mechanism.
2005-03-23  Alexandre JulliardCreate a new server request for accepting hardware...
2005-03-22  Alexandre JulliardSimplify hardware message processing by merging the...
2005-03-14  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-10  Alexandre JulliardClear the internal paint flag in the server before...
2005-03-10  Alexandre JulliardMerge the rest of the messaging code into dlls/user...
2005-03-10  Alexandre JulliardProperly cope with get_message being called recursively...
2005-03-08  Alexandre JulliardMake sure to always pass valid QS_* flags to
2005-03-07  Alexandre JulliardMoved TranslateMessage and DispatchMessage to dlls...
2005-03-07  Ulrich CzekallaPrint out error message if we fail to remove message...
2005-03-04  Alexandre JulliardSupport sending WM_PAINT across processes when it doesn...
2005-02-03  Dmitry TimoshkovAdd support for winevent hooks.
2005-01-09  Vitaly LipatovAdded handling of SBM_GETSCROLLBARINFO message.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-08  Mike McCormackStub implementation for GetLastInputInfo.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-29  Alexandre JulliardGet rid of the client-side window timer structures.
2004-11-23  Alexandre JulliardFixed handling of NULL pointer in PeekMessageW, with...
2004-10-18  Dmitry TimoshkovProtect USER32 against early graphics driver unloading.
2004-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-10-04  Dmitry TimoshkovAdd more message conversion tests, make the tests pass...
2004-09-22  Robert ShearmanGetWindowLong -> GetWindowLongPtr.
2004-09-15  Dimitrie O. PaunUse the W version of the function were we can.
2004-09-01  Alexandre JulliardMoved keyboard.c to dlls/user/kbd16.c.
2004-05-06  Andrey PanovIn get_buffer_space() function, HeapReAlloc() will...
2004-01-26  Yoshiro TakenoIn Windows, the leading byte for multibyte characters...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-09-22  Mike McCormackAlways initialize send_message_info.flags.
2003-09-15  Eric Pouech- Implemented IsHungAppWindow.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-05-19  Dmitry TimoshkovExpect multiple DNS_ flags.
2003-05-19  Alexandre JulliardCatch broadcast window handles in functions that are...
2003-05-13  Mike McCormackFixed packing/unpacking of WM_WININICHANGE.
2003-05-11  Alexandre JulliardAdded A<->W mappings for WM_IME_CHAR.
2003-04-03  Vitaliy MargolenRemove bogus initialization in SetKeyboardState.
2003-03-19  Alexandre JulliardFixed bug that could cause SendMessage to return too...
2003-01-08  Alexandre JulliardStore the keyboard state in the thread input structure...
2003-01-08  Alexandre JulliardStore the hardware messages in the thread input structu...
2002-12-03  Alexandre JulliardRemoved input.h, queue.h, spy.h and sysmetrics.h and...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed more -DSTRICT issues.
2002-11-21  Steve LustbaderHave PostMessage call PostThreadMessage when hwnd is...
2002-10-31  Dmitry TimoshkovFix some types and function prototypes according to...
2002-10-29  Alexandre JulliardRewrote hook support to store the hook chain in the...
2002-10-28  Michael StefaniucSome fixes for the compilation of the user dll with...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-09  Alexandre JulliardAvoid infinite SendMessage recursion, just like Windows...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-08-13  Alexandre JulliardAdd QM_SMRESULT in wake bits too in case the changed...
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-11  Alexandre JulliardFixed inter-process packing of CB/LB_FINDSTRING, CB...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-18  Eric PouechImplemented interprocess DDE message posting.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-14  Alexandre JulliardMoved WIN_FindWinToRepaint functionality to the server.
2001-11-05  Guy AlbertelliMove SPY_EnterMessage call after all possible exits...
2001-10-22  Alexandre JulliardStore in the server all the window information accessib...
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-16  Alexandre JulliardAdded internal Wine messages to perform SetWindowPos...
2001-10-05  Gerard PatelFix sign extension problem in map_wparam_WtoA.
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-09-14  Alexandre JulliardMake sure that HWND comparisons are always done with...
2001-09-12  Alexandre JulliardMake sure that functions returning an HWND always retur...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
next