summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Collapse)Author
2023-05-12Ensure WindowData minimized/maximized are mutually exclusiveChristopher Foo
The window manager can break the assumption that fullscreen/maximized/minimized values are mutually exclusive. (cherry picked from commit e4d052e284c04c9fd41d42de40151451e8756a6b)
2023-05-12Fix double tap & drag on AndroidOmar Shehata
(cherry picked from commit 0c94750642978df5b5a100692c7b8be8522fd668)
2023-05-12[iOS] Fix loading of GDExtension dylibs auto converted to framework.bruvzg
(cherry picked from commit ad4d565ee7c16652d1c391e339f16fd6966fd21b)
2023-04-26Fix issue with resizing the display on Android when using the compatibility ↵Fredia Huya-Kouadio
renderer. (cherry picked from commit b438b4a490f81e06c4d850ddd19884b554307018)
2023-04-26Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill
project settings. We'll default to a sensible value in the case that a user has somehow managed to modify the configuration file incorrectly. Closes 69819 (cherry picked from commit 5a08091168782a924cd3a23baf31c5cd4cd63906)
2023-04-26ios splash screen rotation fixRoman Vasilyev
(cherry picked from commit 8fcca194a16279ac5c22f702e544733056801b2a)
2023-04-26Downgrade android gradle plugin to version 7.2.1.Fredia Huya-Kouadio
Version 7.3.0 changes the build layout which causes updates to the generated shared libraries to not be picked up. (cherry picked from commit 4507d3a38c4820fb456532d3a0715139f12985e4)
2023-04-26[Windows] Cleanup COM library initialization/uninitialization.bruvzg
(cherry picked from commit 83dc545ea2599458fab4f4aaf46ab61d8ca98fbd)
2023-04-26[Windows TTS] Fix queuing utterances in rapid succession.bruvzg
(cherry picked from commit a9d326db60bba859b5c6eaee658167ef050887a1)
2023-04-24Fix potential null in android text entry system.Jason Knight
(cherry picked from commit f8699d93f6abe01a85319c06f7c94911e75498aa)
2023-04-24macOS export: Fix validation of codesigning certificate passwordJohan Mattsson
(cherry picked from commit 76e1d1363b954fa4ca989516ad5851c40a288a48)
2023-04-24Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde
And fixup includes in other implementations. (cherry picked from commit 92b9806dcc98bc5ffbee6a7ca11090a926df0b3a)
2023-04-07[Web] Fix keycode/physical keycode mixed up.bruvzg
(cherry picked from commit 744bf604bf48c853f927154da5f2243fa9709dd3)
2023-04-07Added guide button to controller db, changed to use secret XInput function.Andrés Botero
(cherry picked from commit f249a9ce19e4d1bea28a5742e5c4e49f19e67c0d)
2023-04-07Fix clipboard relying on focused windowRedMser
(cherry picked from commit 942f8b9858d428f9db35fec547ae868278fe2bbe)
2023-03-30[macOS] Fix infinite loop caused by global menu callbacks which trigger ↵bruvzg
EditorProgress dialog. (cherry picked from commit 48730e3b772931b12b34b33f8f57786d54cdb691)
2023-03-30[X11] Fix layout bug in `keyboard_get_keycode_from_physical`Sabrehull
(cherry picked from commit d4b746626659d6e29c54da57b822735d15ab14c0)
2023-03-30Bump the target SDK version to 33 (Android 13)Fredia Huya-Kouadio
(cherry picked from commit 845ca33c7608a8df7e7aaf87f38c1dfaf724fad2)
2023-03-30Add "filesRoot" path to Android provider paths xmllewiji
(cherry picked from commit ac04ff7becfa31388c8bcfe725d71f0c7ec65c94)
2023-03-30Configure maven central snapshot versions for the Godot Android libraryFredia Huya-Kouadio
A snapshot version is a version that has not yet been released which allows us to deploy the same transient version incrementally, without requiring projects to upgrade the artifact version they're consuming. Those projects can use the same version to get an updated snapshot version. (cherry picked from commit a5fdc955158502d99fca4865aa2dffa4d832312d)
2023-03-27Fix "Download Project Source" for Web Editorator-dev
- Correctly pass safe project name and safe datetime to `vformat` (cherry picked from commit dfb405b702b61cb3a8656f53eb85016608621b57)
2023-03-27[Windows] Remove meta_mem update on keyup/keydown.bruvzg
(cherry picked from commit e6067a39b523d4c153f78e76f506ee12f2bf046f)
2023-03-27Fix directory access when the running app has the `All files access` permissionFredia Huya-Kouadio
(cherry picked from commit f02e4e4091ccabe05e3eb114b888c2ede86ab189)
2023-03-27SCons: Cleanup pulseaudio defines for LinuxRémi Verschelde
No need to define _REENTRANT manually when using the system lib, it's part of the pkgconfig cflags. And we were then defining PULSEAUDIO_ENABLED twice. (cherry picked from commit a35586779e716e6f625e7b1b66c6e03d4a4306b3)
2023-03-27change some sys.exit() to be fatalOmar Polo
- when not all freetype deps are builtin (or provided externally) - when attempting to build on an unsupported CPU architecture (cherry picked from commit ac04a0761ebdb8c7754d09a3b687900f8b5c0009)
2023-03-27Rename mkv_list to mvk_list (MoltenVK path list).Ron B. Yeh
(cherry picked from commit 7e7ac1bb873cba3f50e64df5ca5c94778aa530f6)
2023-03-27Use the new API for virtual keyboard height detection on Android, bugfixnecrashter
(cherry picked from commit 61549edef0c4e8cadf3bf1847c29328b598a25ff)
2023-03-16[macOS] Remove unnecessary debug prints.bruvzg
(cherry picked from commit 42a30c76d9495d15c6f403f47b1adcf39f998969)
2023-03-14Tweak command syntax in Vulkan renderer failure messageHugo Locurcio
This quotes the executable name so that copying it always works (even if the path contains spaces). The command is also indented from the rest of the text and is no longer single-quoted, as that can prevent the command from running if the line is copied in its entirety (with the quotes). (cherry picked from commit ddc9cc3e492861dff43617cecb24ae919e122455)
2023-03-14increased max touches to 32 for iosChris Weber
(cherry picked from commit 54bd204377fb73a5871946005bd7cbbad4b91df9)
2023-03-14[Linux/X11] Add some missing keycodes/scancodes.bruvzg
(cherry picked from commit 5d35c600d5e4d6fc553246407e766d600f5b774e)
2023-03-14Propogate errors when creating an OpenGL context fails in X11clayjohn
(cherry picked from commit e7ea3ef53189d4bc94c784e4805a5311701ba9aa)
2023-03-14Fix broken shortcut key inputRindbee
(cherry picked from commit 91e460d500c52505557ed79af4547f188b635589)
2023-03-13Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGWRémi Verschelde
Fixes #74339. (cherry picked from commit b7ecb9584a1fc141d70140f6b0e573d870fa0dcb)
2023-03-13[Windows] Update modifier key status during IME input.bruvzg
(cherry picked from commit ba995c6ea1aa7f7eaff4e5d6673c7d6a096011dc)
2023-03-13[Web] Fix some missing keycode mappings.bruvzg
(cherry picked from commit 0b0587af9775dc5e6fe5707f99634f280e22f4c7)
2023-03-13Linux: Don't try to link system embree3 on unsupported archsRémi Verschelde
(cherry picked from commit afb8693715db4889e79dc0994dfe21eec9e324f1)
2023-03-13Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.bruvzg
(cherry picked from commit 94355249c360be694bdb692f357dc017d742aee7)
2023-03-13Fix null-pointer dereference on Android systems when using gl_compatibility ↵Malcolm Nixon
renderer. (cherry picked from commit d186b7438f8ced5e79a7081a29e720d1683cd267)
2023-03-13[TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts ↵bruvzg
lookup to TrueType/CFF only. (cherry picked from commit 8d501a2dc31f3bef6d5a7f6b0d060c8915082011)
2023-03-13[Linux/X11] Check if required xkb functions exist before using it.bruvzg
(cherry picked from commit 8a675f3824db71f0fc3268a95b73af3a50800c2f)
2023-02-28Minor typo and docs URL fixesRémi Verschelde
2023-02-24Merge pull request #73752 from bruvzg/x11_quote_leftRémi Verschelde
Fix X11 QUOTELEFT / SECTION physical key mapping.
2023-02-22[Linux TTS] Use Callable instead of registering methods.bruvzg
2023-02-22Merge pull request #73750 from bruvzg/braceRémi Verschelde
[Input] Use BRACKET_ instead of BRACE_ for physical keys.
2023-02-22Merge pull request #73744 from bruvzg/mainw_init_flagsRémi Verschelde
[Windows] Take initial flags into account when creating main window.
2023-02-22Fix X11 QUOTELEFT / SECTION physical key mapping.bruvzg
2023-02-22[Input] Use BRACKET_ instead of BRACE_ for physical keys.bruvzg
2023-02-22Merge pull request #73740 from bruvzg/win_codesignRémi Verschelde
[Windows Export] Pass password only when using PKCS12 file, fix executable name in the error message.
2023-02-22Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_mainRémi Verschelde
Enable granular control of touchscreen related settings