ntdll: Add Bolivian time zone info.
[wine] / dlls / user32 / tests / msg.c
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-19  Vitaliy Margolenuser32/test: Destroy no longer needed test dialog windows.
2007-07-11  Alexandre Julliarduser32/tests: Flush messages more aggressively in a...
2007-06-21  Paul Vriensuser32/tests: Only do the GetProcAddress once.
2007-06-13  Anatoly Lyutinuser32: tests:msg Add test for switching MDI children.
2007-06-01  Vitaliy Margolenuser32/test: Add few tests for messages sent from SetFo...
2007-05-29  Francois Gougetuser32/tests: SWP_STATECHANGED is an undocumented flag...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-08  Dmitry Timoshkovuser32: Windows doesn't send the initialization message...
2007-04-26  Dmitry Timoshkovuser32: Windows doesn't redraw a window if it is being...
2007-04-12  Lei Zhanguser32: WM_ACTIVATEAPP on minimize message test.
2007-03-14  Rob Shearmanuser32: Add several more MsgWaitForMultipleObjects...
2007-03-05  Dmitry Timoshkovuser32: Fix most of test failures when running message...
2007-02-28  Dmitry Timoshkovuser32: Fix a test failure when running under Windows...
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-20  Dmitry Timoshkovuser32: Add a test for DefDlgProc(WM_SETFOCUS), make...
2007-02-14  Dmitry Timoshkovuser32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID...
2007-02-13  Kirill K. Smirnovuser32/tests: Add tests for WM_SETICON.
2007-02-06  Clinton Stimpsonuser32: WM_SETFONT on button doesn't repaint directly.
2007-02-05  Dmitry Timoshkovuser32: Add the tests for minimize/restore MDI child...
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2007-01-08  Dmitry Timoshkovuser32: Add one more GetSystemMenu test.
2007-01-08  Dmitry Timoshkovuser32: Make message tests pass cleanly under XP SP2.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures in the MDI message test.
2007-01-04  Dmitry Timoshkovuser32: Fix some failures of the ShowWindow test under...
2007-01-01  Dmitry Timoshkovuser32: Make more ShowWindow tests pass under Wine.
2007-01-01  Dmitry Timoshkovuser32: Update the ShowWindow test to pass cleanly...
2006-12-26  Dmitry Timoshkovuser32: Check lParam of the HCBT_MINMAX hook message...
2006-12-22  Dmitry Timoshkovuser32: Add a message test for various ShowWindow(...
2006-12-19  Juris Smotrovsuser32: Extend the support for SWP_STATECHANGED for...
2006-12-15  Dmitry Timoshkovuser32: Add support for the VK_APPS (Menu) key.
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-11-21  Dmitry Timoshkovuser32: Add a rudimentary WM_SETFONT message test for...
2006-11-21  Dmitry Timoshkovuser32: Add some optional messages to the button messag...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.