Make IDirectMusicScriptImpl_IDirectMusicScript_CallRoutine return S_OK
[wine] / dlls / user / message.c
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...
2001-08-13  Alexandre JulliardAdded mappings for a few messages.
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.