Map 32 bits resource for 16 bits print dialog.
[wine] / windows / message.c
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...
1999-03-17  Ulrich WeigandInter-thread SendMessage() bugfixes:
1999-03-10  Stephane LussierImplemented SendMessageTimeout() functions.
1999-03-09  Ulrich WeigandBugfix: DirectedYield() only to 16-bit tasks in ReplyMe...
1999-02-28  Francis BeaudetOrder of send message processing was not respected...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Stephane LussierFixed some SendMessage bugs.
1999-02-19  Francis BeaudetTemporary fix suggested by Ulrich to allow the
1999-02-18  Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Stephane LussierFix some thread-safeness problem when accessing the...
1999-02-09  Stephane Lussier-Fixed MESSAGE functions that were thunking down to...
1999-02-05  Noel BorthwickAdded management and allocation of the PERQUEUEDATA...
1999-01-28  Stephane Lussier- Made the message queue access to be thread safe....
1999-01-26  Stephane Lussier- Changing MESSAGEQUEUE structure according to Ulrich...
1999-01-24  Marcus MeissnerMissing WINAPI.
1999-01-23  Andreas MohrImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
1999-01-01  Alexandre JulliardMoved MsgWaitForMultipleObject implementation to USER...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Ulrich WeigandImplemented stub for InitThreadInput.
1998-12-18  Ulrich WeigandBugfix: always clear QS_... from *both* changeBits...
1998-12-15  Paul QuinnLots of new defines and stubs.
1998-12-10  Alexandre JulliardAuthors: Francis Beaudet <francis@macadamian.com>,...
1998-12-07  Patrik StridvallMoved more code to the X11 driver.
1998-11-15  Alexandre JulliardSmall atom fixes.
1998-11-08  Ulrich WeigandAdapted to new input event handling.
1998-11-01  Jesper Skovegcs 'ambiguous else' warnings fixes.
1998-11-01  Marcus MeissnerAdded stubs for user32,advapi32 functions.
1998-10-25  Douglas RidgwayAPI Documentation for SendMessage, GetTickCount, PostQu...
1998-10-24  Kai MorichAdded FIXME message in PostMessage32x if parameters...
1998-10-11  Rein KlazesGetTickCounts() has a granularity in windows of 25...
1998-09-27  Alexandre JulliardRelease 980927 wine-980927
1998-09-13  Alexandre JulliardRelease 980913 wine-980913
1998-08-22  Alexandre JulliardRelease 980822 wine-980822
next