Rémi Verschelde
571c574f96
Merge pull request #113950 from deralmas/wl-misc-fixes/not-listening
...
Wayland: Ignore IME events without a valid window
2026-01-13 11:06:00 +01:00
Rémi Verschelde
865dbfc2fb
Merge pull request #113949 from deralmas/wl-misc-fixes/too-much-debugging
...
Wayland: Remove `GODOT_DEBUG_EMBEDDER_SINGLE_INSTANCE` debug option
2026-01-13 11:05:54 +01:00
Rémi Verschelde
4089843d13
Merge pull request #114781 from bruvzg/fd_all_pref
...
Do not apply "*" as preferred extension.
2026-01-09 10:47:08 +01:00
Rémi Verschelde
1f64c2c9bc
Merge pull request #114756 from vmbaillie/issue-114755-fix
...
WaylandEmbedder: Fix `-Wduplicated-branches` warning
2026-01-09 10:46:47 +01:00
Pāvels Nadtočajevs
f1a0a2aabe
Do not apply "*" as preferred extension.
2026-01-09 08:53:47 +02:00
Rémi Verschelde
4595e5fc6c
Merge pull request #114207 from m4gr3d/fix_anr_on_exit
...
Android: Fix ANRs when shutting down the engine due to the render thread
2026-01-08 22:57:13 +01:00
Ville Baillie
e02b117af7
wayland_embedder.cpp: fix duplicated-branches error
2026-01-08 19:01:33 +00:00
Troy Bonneau
2fe73ad967
Web: Fix clipboard text encoding in update_clipboard_callback
...
Replaces direct assignment with String::utf8 to ensure clipboard text is correctly interpreted as UTF-8.
2026-01-08 19:55:28 +01:00
Fredia Huya-Kouadio
422cc7b91b
Fix ANRs when shutting down the engine
2026-01-07 13:40:06 -08:00
Thaddeus Crews
4cfda984ed
Merge pull request #114525 from bruvzg/icon_free
...
[Windows] Fix icon leak.
2026-01-05 10:18:01 -06:00
Rémi Verschelde
1c5bd2d341
Merge pull request #114574 from deralmas/monitor_what
...
Wayland: Track popup menu mouse mask properly
2026-01-05 11:45:26 +01:00
Rémi Verschelde
8dcf5b4eaf
Merge pull request #114537 from bruvzg/gradle_us
...
[Android/Gradle] Do not ignore asset folders starting with `_`.
2026-01-04 23:51:55 +01:00
Riteo Siuga
33a48f1387
Wayland: Track popup menu mouse mask properly
...
We were updating `last_mouse_monitor_mask` only if there were popup
menus open, which is obviously wrong.
2026-01-03 21:48:18 +01:00
Rémi Verschelde
a60390c0ee
Merge pull request #114384 from syntaxerror247/android-export-stuff
...
Misc Android export fixes
2026-01-02 23:48:01 +01:00
Pāvels Nadtočajevs
f10b71ff56
[Android/Gradle] Do not ignore asset folders starting with _.
2026-01-02 22:08:24 +02:00
Pāvels Nadtočajevs
a45074e692
[Windows] Fix icon leak.
2026-01-02 19:37:03 +02:00
Anish Kumar
f4d28f655e
Update Android export filename to match the export format
...
Co-Authored-By: David Snopek <191561+dsnopek@users.noreply.github.com >
2026-01-02 14:22:59 +05:30
Rémi Verschelde
c1e1314560
Merge pull request #114495 from bruvzg/mac_w_ord
...
[macOS] Fix non-focusable window order.
2026-01-01 16:48:03 +01:00
Rémi Verschelde
16975f5c24
Merge pull request #114465 from m4gr3d/fix_editor_hybrid_app_support_detection
...
[Android editor] Restrict Android editor support for hybrid app projects to XR devices
2026-01-01 16:47:59 +01:00
Rémi Verschelde
d45718ecb4
Merge pull request #114334 from Nintorch/android-fix-joypad-fingerprints
...
Fix Android fingerprint scanners being recognized as joypads
2026-01-01 16:47:09 +01:00
Pāvels Nadtočajevs
898e29971b
[macOS] Fix non-focusable window order.
2026-01-01 13:05:42 +02:00
Adam Scott
263589497b
Add non-public {Line,Text}Edit::_set_text()
...
- [Web] Fix "Enter" not triggering LineEdit submits.
Co-authored-by: Marwen Azouzi <marwen.azouzi@datadoghq.com >
2026-01-01 12:00:52 +01:00
Fredia Huya-Kouadio
185a4abcb5
Fix hybrid app support detection for the Android editor
2025-12-31 19:17:56 -08:00
Fredia Huya-Kouadio
be24804e1a
Trigger save of the RD pipeline cache on application pause
2025-12-30 19:25:29 -08:00
Anish Kumar
a797a2f5f7
Only attempt install when export format is APK
2025-12-28 05:20:04 +05:30
Anish Kumar
614e35f04b
Fix AAB file not copied to export path
2025-12-28 03:54:21 +05:30
Nintorch
66e357f29a
Joypads: ignore Android fingerprint scanners
...
Fix Android fingerprint scanners being detected as joypads
2025-12-26 23:28:47 +05:00
Rémi Verschelde
1be9fd7d50
Merge pull request #113537 from Chestnut45/x11-input-fix
...
X11: Fix input delay regression
2025-12-19 11:53:10 +01:00
Pāvels Nadtočajevs
d76be3e522
[macOS] Move system theme properties to the DisplayServerMacOSBase.
2025-12-19 12:17:11 +02:00
Rémi Verschelde
cd157234b1
Re-Merge pull request #110192 from bruvzg/ios_soc_list
...
[iOS] Add device SOC list, update DPI list.
First merge attempt was out of sync with the PR.
2025-12-18 23:30:17 +01:00
Rémi Verschelde
c5247f68a4
Merge pull request #108596 from bruvzg/mac_menu_autoen
...
[macOS] Fix disabling native menu items in system menus.
2025-12-18 23:29:20 +01:00
Chestnut45
3be85a8614
Lower timeout in X11 event thread to fix input delay issue
2025-12-18 15:01:48 -04:00
Pāvels Nadtočajevs
bb22b0eece
[iOS] Update device SOC list and DPI list.
2025-12-18 16:30:14 +02:00
Pāvels Nadtočajevs
b1d8bf32ee
[macOS] Fix disabling native menu items in system menus.
2025-12-18 16:19:27 +02:00
Pāvels Nadtočajevs
649f401479
Adds null and range checks to DisplayServerMacOSBase::clipboard_get().
2025-12-18 16:16:16 +02:00
Rémi Verschelde
6e70db94bc
Merge pull request #113645 from bruvzg/mac_ios_escape
...
[macOS/iOS] Escape .plist strings on export.
2025-12-18 14:24:10 +01:00
Rémi Verschelde
c3ea15b1b7
Merge pull request #112236 from bruvzg/mac_mouse_act
...
[macOS/Embedded] Release/recapture mouse on window focus change and exit.
2025-12-18 14:23:27 +01:00
Rémi Verschelde
b72679bcc5
Merge pull request #112116 from bruvzg/sep_res_templ
...
[Windows] Use separate resource files for export templates.
2025-12-18 14:23:21 +01:00
Rémi Verschelde
bb07fd927f
Merge pull request #110375 from bruvzg/win_fs_exp
...
[Windows] Expand full screen border in the direction with no adjacent display, or display with min refresh rate difference.
2025-12-18 14:23:15 +01:00
Rémi Verschelde
047a7c5aa5
Merge pull request #110192 from bruvzg/ios_soc_list
...
[iOS] Add device SOC list, update DPI list.
2025-12-18 14:23:02 +01:00
Rémi Verschelde
22fac0ef50
Merge pull request #109138 from bruvzg/mac_menu_sys_tr
...
[macOS] Add option for renaming system menus.
2025-12-18 14:22:54 +01:00
bruvzg
9ebe07e280
[Windows] Expand full screen border in the direction with no adjacent display, or display with min refresh rate difference.
2025-12-18 08:59:28 +02:00
Pāvels Nadtočajevs
4fc07a8edb
[macOS] Add option for renaming system menus.
2025-12-18 08:40:14 +02:00
Hugo Locurcio
683f0c0714
Add a Swappy installation script for easier Android builds
...
Run `python misc/scripts/install_swappy_android.py` and Swappy
libraries will automatically be installed to the correct location.
Run the script again when needed to update to the latest version.
2025-12-18 02:24:38 +01:00
Rémi Verschelde
0509500a9f
Merge pull request #114081 from deralmas/thirdparty/libdecor/0.2.5
...
libdecor: Regenerate dynamic wrapper
2025-12-17 13:58:46 +01:00
Dery Almas
bea572fc00
libdecor: Regenerate dynamic wrapper
2025-12-17 13:17:14 +01:00
Riteo
0e21840973
Wayland: Add environment variable to disable libdecor loading
...
Libdecor has some quirks and depending on the setup it might be useful
to switch to the xdg-shell branch. Recompiling the whole engine without
libdecor is not an acceptable way to do that.
2025-12-16 19:12:49 +01:00
Rémi Verschelde
3e2f769ddf
Merge pull request #113947 from deralmas/wl-misc-fixes/cleanup-forgor
...
Wayland: Add missing destroy calls for text input and tablet
2025-12-16 11:26:53 +01:00
Rémi Verschelde
d84a8a63fa
Merge pull request #113946 from deralmas/wl-misc-fixes/mfw-mutating-a-copy
...
Wayland: Fix accidental copy during global remove
2025-12-16 11:26:47 +01:00
Rémi Verschelde
5d5db072f3
Merge pull request #113656 from deralmas/gray-goo-scenario
...
Wayland: Work around window scale ambiguity
2025-12-16 11:26:42 +01:00