user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under...
[wine] / dlls / user32 / tests /
2010-05-17  Dmitry Timoshkovuser32: Add BM_SETSTATE/BM_SETCHECK message tests for...
2010-05-17  Wolfram Sanguser32: Apply sanity-check in BITMAP_Load.
2010-05-12  Gerald Pfeiferuser32/tests: Make checks in test_LoadImageFile and...
2010-05-10  Gerald Pfeiferuser32/tests: Remove variable atom which is not really...
2010-05-10  Wolfram Sanguser32: Honor bfOffBits in BITMAP_Load.
2010-05-10  Gerald Pfeiferuser32/tests: Remove SetShellWindowEx from test_shell_w...
2010-05-08  Andrew Eikumuser32: Don't use DLGTEMPLATE's ExStyle when creating...
2010-05-07  Alexandre Julliarduser32: Use the correct rop when blitting an icon in...
2010-05-04  Gerald Pfeiferuser32/tests: Remove variable old_left_margin which...
2010-05-04  Gerald Pfeiferuser32/tests: Destroy the window we created at the...
2010-05-03  Paul Vriensuser32/tests: Run the tests again on Win95.
2010-04-29  Alexandre Julliardwinex11: Make the cursor window global instead of per...
2010-04-26  Wolfram Sanguser32: Ignore reserved bytes in BMP fileheader.
2010-04-26  Nikolay Sivovuser32/tests: Add some GetDlgItem() tests regarding...
2010-04-25  Vincent Povirkuser32: Focus editboxes when the context menu is opened.
2010-04-22  Gerald Pfeiferuser32: Remove variable mask which is not really used...
2010-04-13  Alexandre Julliarduser32: The Z-order of owned windows doesn't depend...
2010-04-09  Nikolay Sivovuser32: Block TrackPopupMenu if menu is already active.
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-06  Alexandre Julliarduser32/tests: Fix a test that was incorrectly skipped...
2010-04-02  Alexandre Julliarduser32/tests: Use the correct type for the bits pointer...
2010-03-25  Sébastien Ramageuser32: End scrollbar tracking if the mouse capture...
2010-03-23  Alexandre Julliarduser32/tests: Fix a couple of race conditions.
2010-03-22  Alexandre Julliarduser32: Store the current cursor and show count in...
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-19  Paul Vriensuser32/tests: Fix timeouts on Win9x/WinMe.
2010-03-19  Alexandre Julliarduser32: Return fake global information in GetCursorInfo...
2010-03-19  Alexandre Julliarduser32/tests: Add some tests for GetCursorInfo.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests for ShowCursor.
2010-03-18  Alexandre Julliarduser32/tests: Add some tests demonstrating that SetCurs...
2010-03-18  Henri Verbeetuser32/tests: Add a test for foreground windows on...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-03  David Hedberguser32: Fix case where EM_SCROLL with page down results...
2010-03-03  David Hedberguser32: Fix return value of EDIT_EM_Scroll.
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-03-02  Henri Verbeetuser32: Also show dialogs right after a WM_TIMER message.
2010-02-24  Alexandre Julliarduser32/tests: Fix broken check of the ok() macro return...
2010-02-24  Nikolay Sivovuser32/tests: Test to show that caption added for WS_EX...
2010-02-23  Andrew Nguyenuser32/tests: Fix a failure message trace.
2010-02-23  Andrew Nguyenuser32: Ensure that WM_INITDIALOG passes the first...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-19  Alexandre Julliarduser32: Fix Z-order handling of windows that have a...
2010-02-08  Reece Dunnuser32/tests: Make the MDI client take up the whole...
2010-02-08  Paul Vriensuser32/tests: Fix crash on Win9x/WinMe.
2010-02-08  Paul Vriensuser32/tests: Don't try to detect Win9x/WinMe several...
2010-02-05  Bernhard Übelackeruser32: Don't hide the window in SetParent when window...
2010-02-05  Alexandre Julliarduser32/tests: Fix the menu capture test for NT4.
2010-02-02  Alexandre Julliarduser32: Fix the WM_CONTEXTMENU parameter for 64-bit.
2010-02-02  Alexandre Julliarduser32/tests: Dispatch a message in case we can a WM_PAINT.
2010-01-25  Jason Edmeadesuser32: Preselect all editbox text when combo gets...
2010-01-25  Jason Edmeadesuser32/tests: Combo should preselect all text on first...
2010-01-22  Paul Vriensuser32/tests: Don't crash on Win9x/WinMe.
2010-01-18  Kusanagi Kouichiuser32: F10 key deactivates menu.
2010-01-18  Paul Vriensuser32/tests: Run tests again on Win95.
2010-01-14  Kusanagi Kouichiuser32/tests: Add test for Shift+F10.
2010-01-14  Peter Dons Tychsenuser32: Do not allow a change of capture if the current...
2010-01-08  Nikolay Sivovuser32/tests: Forward test proc to default dialog proce...
2009-12-30  Nikolay Sivovuser32/uitools: Fix FillRect behaviour for invalid...
2009-12-30  Nikolay Sivovuser32/sysparams: Return NULL from GetSysColorBrush...
2009-12-29  Nikolay Sivovuser32/tests: Add tests for invalid index in GetSysColo...
2009-12-28  Michael Stefaniucuser32/tests: Remove some explicit LPARAM/WPARAM casts.
2009-12-23  Alexandre Julliarduser32/tests: Fix some last error checks for WoW64.
2009-12-21  Michael Stefaniucuser32/tests: Don't cast NULL to an integer type.
2009-12-16  Alexandre Julliardserver: Set the idle event when retrieving a timer...
2009-12-16  Alexandre Julliardserver: Don't set the idle event when waiting for a...
2009-12-16  Alexandre Julliardserver: Any thread can set the idle event, don't treat...
2009-12-16  Alexandre Julliardserver: Don't reset the idle event when the client...
2009-12-16  Alexandre Julliarduser32/tests: Always reset events when starting a WaitF...
2009-12-16  Alexandre Julliarduser32/tests: Fix a number of message test failures...
2009-12-15  Alexandre Julliarduser32/tests: Add a number of tests for WaitForInputIdle.
2009-12-03  Nikolay Sivovuser32/tests: Free window after use.
2009-12-03  Nikolay Sivovuser32/tests: Restore original procedure to let control...
2009-12-03  Dan Kegeluser32/tests: Allocate big enough buffer for UnpackDDEl...
2009-11-30  Nikolay Sivovuser32/tests: Free memory after use.
2009-11-16  Ilya Shpigoruser32: Destroy EDITSTATE structure in the WM_NCDESTROY...
2009-11-05  Ilya Shpigoruser32: Fix switching focus to parent after child hiding.
2009-10-23  Paul Vriensuser32/tests: Fix a typo.
2009-10-23  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-10-23  Alexandre Julliarduser32: Fix the return value of EnumThreadWindows.
2009-10-22  Julius Schwartzenberguser32/tests: Test extra value of standard dialog and...
2009-10-19  Alexandre Julliarduser32/tests: Use the correct lparam in the WM_DDE_ACK...
2009-10-16  Rein Klazesuser32: Handle MN_GETHMENU in PopupMenuWndProc.
2009-10-14  Erich Hooveruser32: Test for 'F10' key events.
2009-10-12  Paul Vriensuser32/tests: Fix an intermittent test failure.
2009-10-08  Paul Vriensuser32/tests: Skip some tests on Win9x/WinMe.
2009-10-06  Paul Vriensuser32/tests: Fix some test failures with 9x/Me on...
2009-10-06  Alexandre Julliardtests: Build all tests with strict prototypes.
2009-10-06  Ge van Geldorpuser32/tests: Fix sysparams test failure on Win7.
2009-10-05  Wilfried Pasquazzouser32: DrawState always uses real icon size for drawing.
2009-10-05  Wilfried Pasquazzouser32/tests: DrawState: New test case for correct...
2009-10-02  Michael Stefaniucuser32/tests: Use LONG instead of long.
2009-10-01  Paul Vriensuser32/tests: Don't crash on Win9x/WinMe/NT4.
2009-09-30  Peter Dons Tychsenuser32: Add exception handling for timer callbacks.
2009-09-28  Vincent Povirkuser32: Invert y in DrawTextEx in GM_COMPATIBLE mode...
2009-09-25  Alexandre Julliarduser32/tests: Add missing flush_events in ScrollWindow...
2009-09-24  Rein Klazesuser32: In ScrollWindowEx do not clip the clipping...
2009-09-23  Alexander Scott... user32: Send a WM_DRAWCLIPBOARD message to the new...
2009-09-23  Alexander Scott... user32: When sending the WM_DRAWCLIPBOARD message,...
2009-09-23  Alexander Scott... user32/tests: Add some clipboard viewer tests.
2009-09-23  Wilfried Pasquazzouser32/tests: Test for correct scaling of DrawIcon.
next