user32: Pack the low-level hook structure in messages to allow crossing 32/64 boundaries.
[wine] / dlls / user32 / message.c
2010-03-30  Alexandre Julliarduser32: Pack the low-level hook structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MDICREATESTRUCTW structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MDINEXTMENU structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the MSG structure in messages to allow...
2010-03-30  Alexandre Julliarduser32: Pack the NCCALCSIZE_PARAMS structure in message...
2010-03-30  Alexandre Julliarduser32: Pack the HELPINFO structure in messages to...
2010-03-30  Alexandre Julliarduser32: Pack the COPYDATASTRUCT structure in messages...
2010-03-30  Alexandre Julliarduser32: Pack the WINDOWPOS structure in messages to...
2010-03-30  Alexandre Julliarduser32: Pack the various owner-draw structures in messa...
2010-03-30  Alexandre Julliarduser32: Pack the CREATESTRUCTW structure in messages...
2010-03-04  Jörg Höhlewinex11: Log keycode decimal <-> hex for keysym & MS...
2010-03-03  Alexandre Julliarduser32: Pass HWND_BOTTOM unmodified to the server in...
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2009-12-28  Michael Stefaniucuser32: Remove some explicit LPARAM/WPARAM casts.
2009-12-24  Alexandre Julliarduser32: Use the wait message handler for the yield...
2009-12-24  Alexandre Julliarduser32: Add a WoW wrapper for message waiting to allow...
2009-12-18  Alexandre Julliarduser32: Make WINPROC_AllocProc take a unicode flag...
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-18  Alexandre Julliarduser32: Pre-allocate the window procedure for the messa...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when a queue is destro...
2009-12-15  Alexandre Julliarduser32: Return failure in WaitForInputIdle if we can...
2009-11-12  Alexandre Julliarduser32: Reimplement UserYield using PeekMessageW.
2009-10-14  Stefan Dösingeruser32: Make some functions hookable.
2009-09-30  Peter Dons Tychsenuser32: Add exception handling for timer callbacks.
2009-08-19  Andrew Eikumuser32: Handle VK_PACKET messages in TranslateMessage.
2009-06-12  Dmitry Timoshkovuser32: Add a test for PeekMessage((HWND)-1), make...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2009-01-26  Paul Vriensuser32: Allocate buffer on heap.
2009-01-15  Alexandre Julliarduser32: Use the message_data_t union when receiving...
2008-12-30  Alexandre Julliardserver: Make the message callback function a client_ptr...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-12  Alexandre Julliarduser32: Don't process other messages when recursing...
2008-11-11  Hans Leidekkeruser32: Add a stub implementation of ChangeWindowMessag...
2008-10-29  Alexandre Julliarduser32: Use a local buffer in peek_message to save...
2008-10-29  Alexandre Julliarduser32: Specify the new queue mask separately from...
2008-10-29  Alexandre Julliarduser32: Move thread info setting and WH_GETMESSAGE...
2008-10-29  Alexandre Julliarduser32: Move handling of internal messages into peek_me...
2008-08-27  Alexandre Julliarduser32: Apply the SendMessage recursion counter to...
2008-07-08  Huw Daviesuser32: sizeof DDEPOKE and DDEDATA is six, which is...
2008-06-25  Alexandre Julliarduser32: Treat the top-level message window as a desktop...
2008-06-25  Alexandre Julliarduser32: Register the builtin 'Message' window class.
2008-05-21  Andrew Talbotuser32: Remove unused function.
2008-04-30  Andrew Talbotuser32: Remove unused variables.
2008-04-28  ByeongSik Jeonuser32: Set the vkey value to VK_PROCESSKEY when IME...
2008-04-14  Aric Stewartuser32: Call ImmProcessKey in TranslateMessage to allow...
2008-04-14  Dmitry Timoshkovuser32: Use appropriate type for lresult.
2008-04-03  Maarten Lankhorstuser32: Implement BroadcastSystemMessage.
2008-03-31  Vitaliy Margolenuser32: Properly translate keyboard left/right-shift...
2008-03-24  Vitaliy Margolenuser32: Fix F1 message sequence.
2008-02-04  Michael Stefaniucuser32: Remove duplicated get_hook_proc() function.
2007-12-28  Dmitry Timoshkovuser32: Reimplement IsHungAppWindow.
2007-12-10  Alexandre Julliarduser32: Keep waiting for posted messages in peek_messag...
2007-11-12  Alexandre Julliarduser32: Remove a few traces that only duplicate the...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
2007-08-08  Alexandre Julliarduser32: Added support for the magic WM_CHAR A->W conver...
2007-08-08  Alexandre Julliarduser32: Factor out the calling of a window's winproc...
2007-08-08  Alexandre Julliarduser32: Factor out the various SendMessage functions...
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-08-07  Alexandre Julliarduser32: Fixed the return value of DispatchMessageA/W.
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-04  Alexandre Julliardwinex11.drv: Store the display file descriptor directly...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-02-26  Fabian Bieleruser32: Do not call NULL message callback.
2007-02-21  Alexandre Julliardserver: Added support for the PM_QS_* flags in PeekMessage.
2007-02-06  Andrew Talbotuser32: Remove unused function.
2006-12-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-11-27  Kevin Koltzauuser32: Generate WM_APPCOMMAND messages for browser...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.