virtualx-engine/platform
PouleyKetchoupp bb306750ce Fix WINDOW_EVENT_FOCUS_IN for popups on Windows
On Windows, WINDOW_EVENT_FOCUS_IN was never sent by the display server
for popups, because WM_ACTIVATE events are received during the call to
_update_window_style, which happened before the callbacks were set.

This was causing some issues with the way Popup is now handling closing on
parent focus.

Now _update_window_style is only called during show_window, after Window
initialized callbacks.
2020-08-26 18:14:36 +02:00
..
android Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
iphone Merge pull request #41080 from naithar/feature/ios-framework-import 2020-08-19 14:10:50 +02:00
javascript Merge pull request #40755 from Faless/js/fix_and_cancel_swap 2020-07-27 14:32:48 +02:00
linuxbsd Fix menu popups delay and focus in X11 display server 2020-08-26 18:14:07 +02:00
osx Re-apply "Fixes for windows in X11 tiling WMs" 2020-08-22 18:42:42 +02:00
server t Add unit testing to Godot using DocTest and added to GitHub Actions CI 2020-07-24 13:05:33 +01:00
uwp Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
windows Fix WINDOW_EVENT_FOCUS_IN for popups on Windows 2020-08-26 18:14:36 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00