msi: Add tests for MsiEnumPatches.
[wine] / dlls / user32 /
2008-12-08  Lei Zhanguser32: Check input to GetAsyncKeyState().
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliarduser32/tests: Added some tests for behavior of 64-bit...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-05  Paul Vriensuser32/tests: Fix some typos.
2008-12-04  Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-12-04  Francois GougetMake sure we have a space before the ellipses in Sloven...
2008-12-03  Maarten Lankhorstuser32: Fix dialogs for 64-bits wine.
2008-12-01  Andrew Riediuser32: The frames of .ani cursors are .ico's, not...
2008-12-01  Andrew Riediuser32: Cursors can have more than one color.
2008-11-26  Andrew Riediuser32: Make the hotspot ICON_HOTSPOT when loading...
2008-11-26  Alexandre Julliarduser32/tests: Fix a number of window tests on Win9x...
2008-11-25  Francois Gougetuser32: Remove WINAPI/CALLBACK on static functions...
2008-11-21  Alexandre Julliarduser32/tests: Only test the window caption status if...
2008-11-21  Andrew Riediuser32: Fix the loading of stretched cursors.
2008-11-21  Paul Vriensuser32/tests: Fix a few test failures on Win9x.
2008-11-20  Alexandre Julliarduser32/tests: Allow the foreground window to be null...
2008-11-20  Alexandre Julliarduser32/tests: Fix some of the sysparams tests on Win9x...
2008-11-20  Alexandre Julliarduser32/tests: Fix the monitor tests on NT4.
2008-11-20  Alexandre Julliarduser32/tests: Fix wildcard directory lists handling...
2008-11-20  Alexandre Julliarduser32/tests: Fix the edit margins tests on Win9x.
2008-11-20  Alexandre Julliarduser32/tests: Fix the cursor tests on Win9x.
2008-11-20  Alexandre Julliarduser32/tests: The BSF_SENDNOTIFYMESSAGE flag is not...
2008-11-20  Paul Vriensuser32/tests: Don't crash on Win95.
2008-11-20  Alexandre Julliarduser32/tests: Fix a few more failures in the window...
2008-11-19  Florian Köberleuser32/tests: Test size and minmax of WS_THICKFRAME...
2008-11-19  Florian Köberleuser32/tests: Capture tests should not require no activ...
2008-11-19  Dmitry Timoshkovuser32: Do not change focus if the window is no longer...
2008-11-18  Damjan Jovanovicuser32: Handle NULL rectangles in WM_NCCALCSIZE.
2008-11-17  Francois GougetAssorted spelling fixes.
2008-11-17  Paul Vriensuser32/tests: Fix a test failure on Win9x, WinMe and...
2008-11-17  Alexandre Julliarduser32: Fix FindWindow to not match an empty class...
2008-11-17  Dylan Smithuser32: Added message spy string for IME Status messages.
2008-11-14  Alexandre Julliarduser32/tests: Fix the resource tests for various Window...
2008-11-14  Andrew Riediuser32: Initial .ani support (only first frame).
2008-11-13  Vitaliy Margolenuser32/tests: Print line numbers of callers in check_wn...
2008-11-12  Alexandre Julliarduser32: Don't process other messages when recursing...
2008-11-12  Alexandre Julliarduser32/tests: Make sure the message test doesn't hang...
2008-11-12  Alexandre Julliarduser32/tests: Skip the PM_QS_* PeekMessage tests on...
2008-11-12  Alexandre Julliarduser32/tests: Fix window tests on various Windows versions.
2008-11-11  Hans Leidekkeruser32: Add a stub implementation of ChangeWindowMessag...
2008-11-10  Paul Chitescuuser32: Unimplemented SystemParametersInfoW actions...
2008-11-07  Paul Vriensuser32/tests: Skip GetMenuItemInfo tests on NT4 and...
2008-11-07  Paul Vriensuser32/tests: Set last error if the menu item cannot...
2008-11-07  Paul Vriensuser32/tests: Fix some test failures on Win9x.
2008-11-07  Nicolas Le Camuser32: Partially implement SystemParametersInfo(SPI_...
2008-11-06  Paul Vriensuser32/tests: Fix some test failures on Win9x and WinMe.
2008-11-06  Detlef Riekenberguser32/tests: Fix crash on win9x in the dde test.
2008-11-05  Michael Stefaniucuser32: Remove superfluous casts of void pointers.
2008-11-04  Michael Stefaniucuser32: Do not cast zero.
2008-11-03  Michael Stefaniucuser32: Do not cast NULL.
2008-10-29  Alexandre Julliarduser32: Add a bunch of tests for GetQueueStatus and...
2008-10-29  Alexandre Julliarduser32: Use a local buffer in peek_message to save...
2008-10-29  Alexandre Julliarduser32: Specify the new queue mask separately from...
2008-10-29  Alexandre Julliarduser32: Move thread info setting and WH_GETMESSAGE...
2008-10-29  Alexandre Julliarduser32: Move handling of internal messages into peek_me...
2008-10-29  Dmitry Timoshkovuser32: Handle all kinds of values returned by WIN_GetPtr.
2008-10-27  Detlef Riekenberguser32/tests: Avoid crash on win9x.
2008-10-27  Dmitry Timoshkovuser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes...
2008-10-27  Michael Stefaniucuser32: HGDIOBJ is interchangeable with other handle...
2008-10-20  Dmitry Timoshkovuser32: Fix a typo.
2008-10-20  Francois GougetAssorted spelling fixes.
2008-10-18  Alexandre Julliarduser32: Convert source files to utf-8.
2008-10-17  Alexandre Julliarduser32/test: Fix a couple of message test failures...
2008-10-17  Dmitry Timoshkovuser32: Add a test for fullscreen window sizing, make...
2008-10-16  Aric Stewartuser32: Update DrawText tests to cover behavior differe...
2008-10-15  Aric Stewartuser32: Make sure our vertical line count is at least...
2008-10-15  Lei Zhanguser32: Send messages for edit control context menu...
2008-10-14  Aric Stewartuser32: DrawText handling of 0 counts with string,...
2008-10-14  Aric Stewartuser32: In DrawTextW/A make sure to properly initialize...
2008-10-13  Muneyuki Noguchiuser32: Convert Japanese resource to UTF-8.
2008-10-09  Paul Vriensuser32/tests: Don't crash on NT4.
2008-10-07  Paul Vriensuser32/tests: Fix failures on W2K and below.
2008-10-07  Paul Vriensuser32/tests: Run tests on win95 again.
2008-10-06  Dylan Smithuser32: Converted rcScrollBar to screen coordinates.
2008-10-06  Dmitry Timoshkovuser32: Print the expected and received rectangles.
2008-10-02  Aric Stewartuser32/tests: GetMenuItemCount returns INT so check...
2008-10-02  Aric Stewartuser32/tests: GetMenuItemCount returns an INT which...
2008-10-01  Dimitrie O. Paunuser32: Fix a noisy FIXME.
2008-09-30  Vitaliy Margolenuser32/tests: Move shell test to the end - killing...
2008-09-29  Vitaliy Margolenuser32/tests: Make it easier to identify failed tests.
2008-09-29  Vitaliy Margolenuser32/tests: Use empty_message_queue with timeouts.
2008-09-25  Muneyuki Noguchiuser32: Use "MS Shell Dlg" 9 in Japanese resources.
2008-09-24  Alexandre Julliarduser32/tests: Fix the listbox tests on Win9x and NT4.
2008-09-24  Alexandre Julliarduser32/tests: Fix some input test failures.
2008-09-24  Alexandre Julliarduser32/tests: Fix the winstation tests on NT4.
2008-09-24  Alexandre Julliarduser32/tests: Fix more message test failures on NT4...
2008-09-24  Vincent Povirkuser32: Handle undocumented WM_POPUPSYSTEMMENU message.
2008-09-22  Alexandre Julliarduser32/tests: Fix some more message test failures.
2008-09-19  Alexandre Julliarduser32/tests: Fix a few more message test failures.
2008-09-17  Paul Chitescuuser32: Stub for LockWorkStation.
2008-09-17  Alexandre Julliarduser32/tests: Fix some test failures on win9x.
2008-09-17  Alexandre Julliarduser32/tests: Cope with last error behavior on Vista.
2008-09-17  Alexandre Julliarduser32/tests: Fix some test failures on XP.
2008-09-16  Alexandre Julliarduser32: Implemented UpdateLayeredWindow and UpdateLayer...
2008-09-16  Alexandre Julliarduser32: Don't reinitialize the window placement even...
2008-09-16  Alexandre Julliarduser32/tests: Fix a number of message test failures...
2008-09-15  Alexandre Julliarduser32/tests: Fix a test that fails on all Windows...
2008-09-15  Alexandre Julliarduser32/tests: Ignore some more messages.
2008-09-12  Alexandre Julliarduser32: Add a SetLayeredWindowAttributes driver entry...
next