-
b2d118d4
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
win32u: Implement the remaining arguments of NtUserBuildHwndList().
-
7d5a43b6
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
user32: Reimplement the enum window functions using NtUserBuildHwndList().
-
dcea4d2f
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
user32: Reimplement GetDlgItem() using NtUserBuildHwndList().
-
349c7fa3
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
user32: Reimplement WIN_ListChildren() using NtUserBuildHwndList().
-
bd17d1cc
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
user32: Move GetLastActivePopup() implementation to win32u.
-
e3327741
by Alexandre Julliard at 2024-11-21T20:18:51+01:00
user32: Move GetLastInputInfo() implementation to win32u.