wined3d: Filter out some shader compilation spam.
[wine] / dlls / user32 / message.c
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.