Tried to make IsDialogMessageW more compatible. Changed
[wine] / dlls / user / message.c
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.