user32: IsDialogMessage should allow control ids other than IDOK when processing...
[wine] / dlls / user32 / tests /
2012-03-29  Dmitry Timoshkovuser32: IsDialogMessage should allow control ids other...
2012-02-22  Thomas Faberuser32/tests: Do not depend on argument evaluation...
2012-02-15  Alexandre Julliarduser32: Fix GetKeyNameText returned length.
2012-02-08  Alexandre Julliarduser32: Draw the mask with SRCCOPY in DrawIcon when...
2012-02-07  Dmitry Timoshkovuser32: Make FlashWindowEx tests pass under Windows.
2012-02-07  Dmitry Timoshkovuser32: Fix a couple of typos.
2012-02-06  Dmitry Timoshkovuser32: RealChildWindowFromPoint should skip invisible...
2012-02-06  Dmitry Timoshkovuser32: Add a bunch of RealChildWindowFromPoint tests.
2012-01-17  Alexandre Julliarduser32: Fix some printf format warnings.
2012-01-09  Alexandre Julliarduser32/tests: Fix some test failures on Windows.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetActiveWindow.
2012-01-05  Dmitry Timoshkovuser32: Add an invalid window check to SetFocus.
2012-01-04  Dmitry Timoshkovuser32: Add some tests for SetFocus/SetActiveWindow...
2011-12-30  Dmitry Timoshkovuser32: Add some SetFocus message tests.
2011-12-30  Alexandre Julliarduser32/tests: Remove a crashing test.
2011-12-20  Ken Thomasesuser32/tests: Test that ToUnicode null-terminates the...
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-12  Rico Schüllerd3dx9: Implement D3DXSHAdd().
2011-12-12  Dmitry Timoshkovuser32: Strip WS_CAPTION|WS_SYSMENU when a dialog has...
2011-12-07  Dmitry Timoshkovuser32: Add the tests for dialog window styles, make...
2011-12-07  Dmitry Timoshkovuser32: Add more window style tests, make them pass...
2011-12-05  Alex Henrieuser32: If a dialog has no tab-accessible controls...
2011-11-22  Alexandre Julliarduser32: Don't allow activating a WS_CHILD top-level...
2011-11-21  Michael Stefaniucuser32/tests: Drop superfluous function pointer casts.
2011-11-18  Erich Hooveruser32: Prioritize focus for dialog owner on EndDialog.
2011-11-16  Alexandre Julliarduser32/tests: Add tests for small sizes of cursor bitmaps.
2011-11-15  Dmitry Timoshkovuser32: Dialog creation code should force WS_CHILD...
2011-11-15  Dmitry Timoshkovuser32: Add tests for mixed WS_CHILD | WS_POPUP window...
2011-11-08  Alexandre Julliarduser32/tests: Flush events before the key flags test.
2011-10-31  Michael Stefaniucinclude: Make "long" numeric constants LP64/LLP64 proof...
2011-10-08  Dmitry Timoshkovuser32: Add support for iPaddedBorderWidth in NONCLIENT...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-26  André Hentscheluser32/tests: Don't test function directly when reporti...
2011-09-22  Alexandre Julliarduser32/tests: Try harder to flush paint events before...
2011-09-21  Francois Gougetuser32/tests: Skip some tests if not privileged enough...
2011-09-09  Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2011-09-08  Alexandre Julliarduser32/tests: Allow an approximate color match for...
2011-09-08  Bruno Jesususer32/tests: Add SetCaretPos/GetCaretPos tests.
2011-09-02  Bruno Jesususer32: Fix support for CB_SETDROPPEDWIDTH in combobox.
2011-08-24  Thomas Faberuser32/tests: Fix build with MSVC.
2011-08-23  Francois Gougetuser32: When destroying a window, preserve the first...
2011-08-23  Francois Gougetuser32/tests: Test what happens to a WM_QUIT posted...
2011-08-22  Bruno Jesususer32/tests: Add combobox CB_SETDROPPEDWITH/CB_GETDROP...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-28  Austin Englishuser32/tests: Remove win9x hacks.
2011-07-28  André Hentscheluser32: Fix for finding nested default buttons.
2011-07-25  Alexandre Julliarduser32: Add support for 64-bit formats in wsprintf.
2011-07-25  Alexandre Julliarduser32/tests: Make hook messages optional in the SetPar...
2011-07-22  Alexandre Julliarduser32/tests: Fix test failures when the low-level...
2011-07-22  Alexandre Julliarduser32/tests: Fix some last error tests that fail on...
2011-07-22  Alexandre Julliarduser32/tests: Mark some messages optional in the SetPar...
2011-07-22  André Hentscheluser32/tests: Fix two typos.
2011-07-18  André Hentscheluser32/tests: Add test for nested default button in...
2011-07-06  Vincent Povirkuser32: Test that QS_HOTKEY is properly set and cleared.
2011-07-06  André Hentscheluser32: Remove dead initializations (clang).
2011-07-04  Nikolay Sivovuser32/tests: Test that class data is set with wrong...
2011-06-21  Alexandre Julliarduser32: Always pass 0 as item id for WM_MEASUREITEM...
2011-06-21  Alexandre Julliarduser32: Don't truncate bitmap ids in InsertMenu.
2011-06-21  Alexandre Julliardserver: Allow setting a zero-size clip rectangle.
2011-06-21  Vincent Povirkserver: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-06-21  Vincent Povirkuser32/tests: Test that hotkeys are really replaced...
2011-06-15  Francois GougetStandardize the OK buttons.
2011-06-14  Vincent Povirkuser32: Add a test to find the queue containing hotkey...
2011-06-14  Vincent Povirkuser32: Ignore painting messages in the hotkey test...
2011-06-13  Marcus Meissneruser32: Initialize all of msg (Coverity).
2011-06-08  Vincent Povirkuser32/tests: Do not check the last error on succeeding...
2011-06-08  Vincent Povirkuser32/tests: Test registering the same hotkey hwnd...
2011-06-08  Vincent Povirkuser32/tests: Add test showing hotkeys change the async...
2011-06-08  Vincent Povirkuser32/tests: Ignore paint messages in hotkey tests.
2011-06-08  Vincent Povirkuser32/tests: Add test for flags on keyboard messages.
2011-05-26  Vincent Povirkuser32: Add message test for hotkeys.
2011-05-26  Vincent Povirkuser32: Add test for RegisterHotKey/UnregisterHotKey.
2011-05-24  André Hentscheluser32/tests: Add tests for FlashWindowEx.
2011-05-05  Marcus Meissneruser32: Use left shift instead of right shift (Coverity).
2011-04-27  Tim Hentenaaruser32: GetTabbedTextExtent() returns non-zero value...
2011-04-21  Alexandre Julliarduser32: Don't start menu tracking when the owner window...
2011-04-12  Dmitry Timoshkovuser32: Fix the single menu item activation using a...
2011-04-06  Dmitry Timoshkovuser32: Add a test for activating a menu consisting...
2011-04-05  Dmitry Timoshkovuser32: DefDlgProc on WM_QUIT should repost it and...
2011-04-05  Dmitry Timoshkovuser32: Add a test for WM_QUIT handling by DefDlgProc.
2011-04-01  Austin Lunduser32/tests: Fixed SetParent test on 64bit Vista.
2011-03-30  David Hedberguser32: Fix return value when passing a non-sibling...
2011-03-30  David Hedberguser32/tests: Add some more tests for SetWindowPos.
2011-03-30  Jörg Höhleuser32/tests: Add a few IsWindow checks.
2011-03-17  Alexandre Julliarduser32/tests: Fix the GetCursorFrameInfo parameter...
2011-03-17  Erich Hooveruser32: Add support for sequence-based animated cursors.
2011-03-17  Erich Hooveruser32: Add support for retrieving individual animated...
2011-03-16  Francois Gougetuser32/tests: Use NULL instead of casting 0.
2011-03-16  Austin Lunduser32/tests: Output error information in cursoricon...
2011-03-10  Erich Hooveruser32: Add preliminary support for reading and storing...
2011-03-10  Erich Hooveruser32: Fix GetCursorFrameInfo when passed the proper...
2011-03-07  Alexandre Julliarduser32: Get rid of the RegisterClipboardFormat driver...
2011-03-07  Erich Hooveruser32: Implement semi-stub of GetCursorFrameInfo.
2011-03-07  Erich Hooveruser32: Permit loading animated cursors with CreateIcon...
2011-03-04  Dmitry Timoshkovuser32: Add a test to make sure that SendInput sets...
2011-03-04  Alexandre Julliarduser32: Remove GetClipboardFormatName from the user...
2011-02-28  Wolfram Sanguser32: Make DIB_GetBitmapInfo checks stricter.
2011-02-28  Wolfram Sanguser32/tests: Modify proper fields instead of magic...
2011-02-25  Marcus Meissneruser32: Fixed some more side effect functions in assert...
next