- 
2ef79986
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
winex11: Only set focus_time_prop for managed windows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58038
 
- 
81320d9d
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
winex11: Keep track of whether mapped window needs activation.
 
- 
cdd0f12d
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
winex11: Refactor X11DRV_GetWindowStateUpdates control flow.
 
- 
850eeb8c
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
win32u: Return foreground window changes from GetWindowStateUpdates.
 
- 
f1cdb6ad
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
win32u: Call ActivateWindow callback when foreground window changes.
Repurposing the SetFocus callback.
 
- 
3ae66c75
 by Rémi Bernon   at 2025-04-02T22:25:37+02:00 
winex11: Use _NET_ACTIVE_WINDOW to request/track window activation.
When supported, instead of tracking window focus only.