virtualx-engine/platform
MatthewZelriche 91ba9bcb03 Fix dropped XEvents early in main window lifetime.
The DisplayServerX11 constructor processes pending events shortly
after constructing the main window. However, it discards pending events
on the event queue that it is not interested in. This results in these
events never making it to the main events thread and as a result are
never processed. We need to save the events we don't handle in
DisplayServerX11 so that they can be resent for later handling by the
events thread.
2022-09-01 07:42:03 -06:00
..
android Additional fixes to the Android get_current_dir() implementation. 2022-08-30 10:04:12 -07:00
ios Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
linuxbsd Fix dropped XEvents early in main window lifetime. 2022-09-01 07:42:03 -06:00
macos Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
uwp Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
web Merge pull request #65094 from Faless/web/4.x_templates_refactor 2022-08-30 23:57:02 +02:00
windows Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
register_platform_apis.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00