Do not use the PEB lock as loader lock, use a separate critical
[wine] / windows / message.c
2001-12-06  Andriy PalamarchukImplemented processing for actions: SPI_GET/SETGRIDGRAN...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-06  Alexandre JulliardWindow activation cleanups.
2001-10-17  Alexandre JulliardMake sure that GetMessagePos and GetMessageTime return...
2001-10-15  Alexandre JulliardRenamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
2001-10-08  Francois GougetBetter handling of the timeout in WaitForInputIdle.
2001-10-02  Alexandre JulliardMerged mouse buttons states into the key state array.
2001-09-24  Alexandre JulliardA couple of optimizations to avoid some server calls...
2001-09-07  Guy L. AlbertelliEnhance SPY_GetMsgName to translate common control...
2001-08-24  Alexandre JulliardImplemented GetAncestor and removed WIN_GetTopParent.
2001-08-18  Alexandre JulliardRemoved a number of direct accesses to the window struc...
2001-08-07  Alexandre JulliardRewrote most of SendMessage/PeekMessage.
2001-07-26  Alexandre JulliardAvoid using GetFastQueue16 from USER.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Alexandre JulliardReject pointer messages in SendNotifyMessage[AW] and
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Travis MichielsenFixed handling of WM_MOUSEWHEEL messages in non-client...
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-05-24  Andreas MohrGet rid of GetCurrentTime16().
2001-05-22  Alexandre JulliardMake WIN_WindowFromPoint take a POINT instead of a...
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-09  Alexandre JulliardUse 32-bit hook functions where possible. Cleaned up...
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-17  Gerard PatelDo not send WM_MOUSEACTIVATE for children of desktop.
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-02-23  Alexandre JulliardDo not allocate any USER data on the system heap.
2001-02-13  Marcus MeissnerPostMessageA/W ignores messages containing pointers...
2001-02-12  Andreas MohrMake sure that MSG_PeekMessage uses an internal variabl...
2001-02-12  Patrik StridvallDocumentation name fixes (always use external name).
2001-01-29  Ulrich WeigandSynchronize access to MESSAGEQUEUE members.
2001-01-28  Eric PouechAdded a few missing exports.
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-11  Ulrich WeigandFixed byteorder problems caused by non-portable code.
2000-12-22  Eric PouechReplaced calls to KERNEL.Yield16 by calls to KERNEL32...
2000-12-22  Patrik StridvallVarious documentation fixes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-09  Andreas Mohr- README update
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-25  Ove KaavenCheck whether senderQ is NULL before trying to lock it.
2000-11-25  Dmitry TimoshkovAlways generate unicode CHAR messages.
2000-11-25  Ove KaavenImplemented SendNotifyMessage().
2000-11-15  Dmitry TimoshkovAdded mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-10-22  Guy L. AlbertelliAdded wParam and lParam as parameters in SPY_ExitMessage
2000-09-29  Stephane LussierBefore calling the timer window proc, make sure it...
2000-09-24  Alexandre JulliardCall WH_GETMESSAGE hook in PeekMessage too (based on...
2000-09-22  Andreas MohrSpelling, trace fixes.
2000-09-12  Andreas Mohr- fixes debugger output
2000-08-29  Andreas Mohr- fix one locking ignorant return 0; in MSG_SendMessage...
2000-08-14  Peter GantenThreads without active or focus window should not recei...
2000-07-28  Ove KaavenAlways get a hardware message from the system queue...
2000-07-15  John R . SheetsWe also have to validate the frame to avoid an infinite...
2000-06-15  Sheri SteevesAdded setting of cursor postition to MSG_PostToQueue.
2000-06-03  Alexandre JulliardRemoved MSG_WineStartTicks (does not work for multiple...
2000-06-01  Andreas MohrLots of spelling fixes that accumulated in my tree...
2000-05-30  Alexandre JulliardMoved idle event handling to the server.
2000-05-23  Alexandre JulliardSend a normal mouse message code in WM_PARENTNOTIFY...
2000-04-11  Ulrich CzekallaMSG_ProcessKbdMsg can be called from peek, so only...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-18  Alexandre JulliardAvoid calling the *Rect USER functions from inside...
2000-02-26  Ulrich CzekallaSend WM_HELP message when F1 is pressed.
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-01-23  Huw D M DaviesActually print return value of message.
2000-01-04  Andreas Mohr"resultp" can be NULL in SendMessageTimeout*().
2000-01-01  Peter GantenImplemented WaitForInputIdle.
1999-12-10  Ulrich WeigandPerform 16/32A/32W message mapping for posted messages.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-08-15  Francis BeaudetEnsure that the WM_ENTERIDLE message is not sent if...
1999-07-27  Abey GeorgeSend normal mouse messages to WM_SETCURSOR when non...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-11  Gerard PatelRevert last change in window activation on mouse click.
1999-07-04  Per ÅngströmFixed a problem with apps that override the default...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-05  Uwe BonnesAdd back lost treatment of HWND_TOPMOST.
1999-05-22  Ulrich WeigandRemoved EVENT_WaitNetEvent() calls.
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-14  Noel BorthwickFix a deadlock with the system message queue by ensurin...
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Juergen Schmied- new SendMessageCallbackW
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Alex KorobkaFixes for ignored WVR_[VH]REDRAW flags, made minimizati...
1999-03-28  Ulrich WeigandCall EVENT_Pending() to flush X11 output queue before...
1999-03-28  Francois BoisvertFixed some bugs in thread safeness for wnd struct.
1999-03-28  Alex KorobkaFixed occasional loss of SendMessage() return value.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
next