comdlg32: Correct title of "Save As" dialog.
[wine] / dlls / user32 / tests /
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...
2011-02-23  Marcus Meissneruser32: Remove side effect code out of asserts() (Cover...
2011-02-23  Marcus Meissneruser32: Move functional code out of assert() (Coverity).
2011-02-21  Dmitry Timoshkovuser32: Cope with failing SetForegroundWindow().
2011-02-18  Dmitry Timoshkovuser32: Use the windows created by the SetParent()...
2011-02-14  Austin Englishuser32/tests: Make sure return values are used (LLVM...
2011-02-10  Austin Englishuser32/tests: Remove some dead assignments (LLVM/Clang).
2011-02-09  Dmitry Timoshkovuser32: Add message tests for SetParent().
2011-02-09  Dmitry Timoshkovuser32: Add a test for reparenting a WS_POPUP window...
2011-02-09  Austin Englishuser32/tests: Remove unneeded assignment (LLVM/Clang).
2011-02-07  Joris Huizeruser32/tests: Don't test function directly when reporti...
2011-01-28  Alexander Scott... user32/tests: Test getting the data from synthesized...
2011-01-24  Greg Geldorpuser32/tests: Fix edit tests.
2011-01-17  Greg Geldorpuser32/tests: Fix DDE test failures on DBCS machines.
2011-01-13  Greg Geldorpuser32/tests: Fix menu test failures on East-Asian...
2011-01-05  André Hentscheluser32/tests: Don't test function directly when reporti...
2011-01-03  Greg Geldorpuser32/tests: Skip DefWindowProc tests on Vista+.
2010-12-31  André Hentscheluser32/tests: Don't test function directly when reporti...
2010-12-03  Austin Lunduser32/tests: Disable IME for msg tests.
2010-12-03  Austin Lunduser32/tests: Close second window in DBCS WM_CHAR tests.
next