--
v2: mf/tests: Add a test for source shutdown after setting the topology.
mf: Do not set the topo status if a source has been shut down.
mf: Propagate errors from session_collect_nodes() to the caller of session_set_current_topology().
https://gitlab.winehq.org/wine/wine/-/merge_requests/6986
Try to lookup icon information from shell32.dll. If an icon is not
found, default to the file icon.
Instead of defaulting to -1, which was failing for Affinity Photo's
installer.
--
v7: shell32: add shield icon
shell32: Try to lookup icon, with fallback on failure
https://gitlab.winehq.org/wine/wine/-/merge_requests/8367
These patches fix painting in an application that draws outside of a CS_PARENTDC child
client area in its WM_PAINT handler.
Comments and suggestions are welcome.
--
v7: win32u: Don't clip update region to the window client rectangle.
win32u: GetUpdateRect() should clip update rectangle to the window client area.
win32u: GetUpdateRgn() should clip update region to the window client area.
win32u: Clip PAINTSTRUCT.rcPaint to the window client area.
server: Don't generate WM_PAINT messages for minimized windows.
server: For a CS_PARENTDC child use parent for visible region calculations.
server: If the being validated region covers whole window then validate everything.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5665