reactos/modules/rostests/apitests/user32
Joachim Henze 0e1bca258d [0.4.10][WIN32SS] Fix regression CORE-15165 LMarbles Installer
Fixes CORE-15165 "'LMarbles 1.0.6 installer' from rapps can not be restored after it has been minimized once"
for LMarbles-installer and many similar installers.

It regressed once by 0.4.10-dev-340-g 75b09f3f88

Many Thanks to the fixes author Katayama Hirofumi MZ.

I decided to port back together with its user32-apitest 'SwitchToThisWindow' and that ran with
37 tests executed (0 marked as todo, 0 failures), 0 skipped.
in the back-port.

The fix is a squashed port of the following master-commits:
0.4.11-dev-632-g e39863bdf6 (#999)
0.4.11-dev-628-g 41b5f29514 (#995)
0.4.11-dev-561-g 5467cc9493 (#989)
0.4.11-dev-560-g 1f3353ac3b (#988)
0.4.11-dev-559-g 4bd0166e63 (#987)
0.4.11-dev-508-g 4ccad609e0 (#976)

test was added to master by:
0.4.11-dev-631-g 665269be9c (#998)
0.4.11-dev-515-g 3e00e7fb22 (#980)

releases/0.4.10 was the only affected branch, so starting with today we have
no affected branch left.
2021-01-03 18:19:18 +01:00
..
AttachThreadInput.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
CMakeLists.txt [0.4.10][WIN32SS] Fix regression CORE-15165 LMarbles Installer 2021-01-03 18:19:18 +01:00
CreateDialog.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
CreateIconFromResourceEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
CreateWindowEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
DeferWindowPos.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
desktop.c [USER32_APITEST] Add few other tests (validation of the desktop path string); improve the output of some messages, displaying the expected values in case of test failure. 2018-07-22 19:03:17 +02:00
DestroyCursorIcon.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
DrawIconEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
EmptyClipboard.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
EnumDisplaySettings.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetDCEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetIconInfo.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetKeyState.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetPeekMessage.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetSystemMetrics.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetUserObjectInformation.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
GetWindowPlacement.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
InitializeLpkHooks.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
LoadImage.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
LookupIconIdFromDirectoryEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
NextDlgItem.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
precomp.h [APITESTS][WINETESTS] Addendum to the recent PCH work. 2017-12-18 13:21:47 +01:00
RealGetWindowClass.c [INCLUDE/WINE][USER32_APITEST] Add ARRAY_SIZE to test.h and remove it from RealGetWindowClass.c. CORE-14656 2018-05-27 04:05:33 +01:00
RedrawWindow.c [USER32_APITEST] RedrawWindow: Add a DestroyWindow() call (#423) 2018-06-05 21:23:21 +02:00
RegisterClassEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
RegisterHotKey.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
resource.h
ScrollDC.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
ScrollWindowEx.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SendMessageTimeout.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetActiveWindow.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetCursorPos.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetParent.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetProp.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetScrollInfo.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SetScrollRange.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
SwitchToThisWindow.c [0.4.10][WIN32SS] Fix regression CORE-15165 LMarbles Installer 2021-01-03 18:19:18 +01:00
SystemParametersInfo.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
test.cur
test.ico
testlist.c [0.4.10][WIN32SS] Fix regression CORE-15165 LMarbles Installer 2021-01-03 18:19:18 +01:00
TrackMouseEvent.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
user32_apitest.rc
verclasstest1.manifest
verclasstest2.manifest
WndProc.c [USER32_APITEST] Add a PCH. 2017-12-02 22:18:06 +01:00
wsprintf.c