|
|
3881778ebc
|
Merge pull request #89953 from bruvzg/macos_menu_shortcuts
[macOS] Fix non-global native menu shortcuts.
|
2024-03-28 10:47:34 +01:00 |
|
|
|
7092230df6
|
Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags
[DisplayServer] Add separate feature flags for different native dialog types.
|
2024-03-28 10:47:15 +01:00 |
|
|
|
d28fb26ab0
|
Merge pull request #89716 from theromis/master
[X11] Add more details to large icon size warning
|
2024-03-28 10:47:08 +01:00 |
|
|
|
37e0be37d8
|
[macOS] Fix non-global native menu shortcuts.
|
2024-03-27 22:26:44 +02:00 |
|
|
|
082b420c0a
|
Implement OS.execute_with_pipe method to run process with redirected stdio.
Implement `pipe://*` path handling for creation of named pipes.
|
2024-03-27 11:41:16 +02:00 |
|
|
|
dc01658ee9
|
[DisplayServer] Add separate feature flags for different native dialog types.
|
2024-03-26 15:18:06 +02:00 |
|
|
|
bad1f4aae5
|
Merge pull request #89900 from bruvzg/nmenu_move
[NativeMenu] Move files to the `display` subfolder.
|
2024-03-26 13:45:46 +01:00 |
|
|
|
9335b83a32
|
Merge pull request #87831 from Riteo/bitfield-xor
Core: Implement a XOR operator for BitField
|
2024-03-26 13:45:02 +01:00 |
|
|
|
399899a095
|
[NativeMenu] Move files to the display subfolder.
|
2024-03-26 10:18:08 +02:00 |
|
|
|
1a68f1425d
|
Fix EXIT_SUCCESS on Android
|
2024-03-25 17:50:02 +01:00 |
|
|
|
ccb1cb4845
|
Merge pull request #89703 from V-Sekai/android-fix
Android: Fix UnsupportedOperationException remove from non-ArrayList
|
2024-03-25 15:25:50 +01:00 |
|
|
|
3262363664
|
android: Fix UnsupportedOperationException remove from non-ArrayList
|
2024-03-25 00:04:28 -07:00 |
|
|
|
65f68fda54
|
Fix EXIT_SUCCESS on MacOS
|
2024-03-24 17:08:25 +01:00 |
|
|
|
e2f85b4f7a
|
Merge pull request #89707 from AThousandShips/typo_fix
[Wayland] Fix typo in input code
|
2024-03-24 01:22:10 +01:00 |
|
|
|
aa0e57e00c
|
Merge pull request #89598 from dustdfg/web/fix-supported-arch-message
Fix platform name in the message about unsupported CPU architecture
|
2024-03-24 01:19:06 +01:00 |
|
|
|
a277361321
|
Merge pull request #89594 from LeonardoDemartino/ios_airpods_routing
iOS: Fix AirPods routing when Play and Record category is used.
|
2024-03-24 01:18:51 +01:00 |
|
|
|
428ba4c367
|
Merge pull request #89579 from beicause/master
Fix `gdextensionlibs.json` storage path in Android gradle build
|
2024-03-24 01:18:22 +01:00 |
|
|
|
f49efbe0e5
|
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Refactor OS exit code to be `EXIT_SUCCESS` by default
|
2024-03-24 01:15:06 +01:00 |
|
|
|
ece8685b3b
|
Add icon source size to warning about "too large icon dimensions" to help faster find it
|
2024-03-22 12:53:57 -07:00 |
|
|
|
79ba22a73f
|
Use Vector* component-wise min/max/clamp functions where applicable
|
2024-03-20 13:47:42 +01:00 |
|
|
|
9aa99c0a9d
|
[Wayland] Fix typo in input code
|
2024-03-20 10:37:08 +01:00 |
|
|
|
ca60255d8c
|
Fix platform name in the message about unsupported CPU architecture
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
2024-03-17 09:28:53 +02:00 |
|
|
|
3bdbf90f49
|
Fix AirPods routing when Play and Record category is used.
|
2024-03-17 02:39:16 -03:00 |
|
|
|
428fa0dfa7
|
Fix gdextensionlibs.json storage path in Android gradle build
It should relative to gradle build directory
|
2024-03-17 01:11:36 +08:00 |
|
|
|
ebb19c4198
|
[NativeMenu] Fix changes lost due to incorrect rebase (menu goes under task bar, dark mode, item text get, docs) and check to ensure help menu is not using native menu on Windows.
|
2024-03-15 22:46:47 +02:00 |
|
|
|
016107fba0
|
[NativeMenu] Fix MinGW build.
|
2024-03-15 13:59:47 +02:00 |
|
|
|
c9c17d6ca6
|
Merge pull request #89511 from bruvzg/win_emb_x
[Windows] Fix exporting as ZIP when console wrapper and/or embedded PCK is enabled.
|
2024-03-15 11:07:39 +01:00 |
|
|
|
aac31feda6
|
[Windows] Fix exporting as ZIP when console wrapper and/or embedded PCK is enabled.
|
2024-03-15 11:41:48 +02:00 |
|
|
|
ea05652a6a
|
Merge pull request #89507 from bruvzg/ios_no_jit
[iOS] Disable PCRE2 JIT.
|
2024-03-15 10:40:20 +01:00 |
|
|
|
9834733f6f
|
[iOS] Disable PCRE2 JIT.
|
2024-03-15 10:24:08 +02:00 |
|
|
|
3459aaa9d1
|
Fix NativeMenu layout direction on macOS, add extra check for Windows menu.
|
2024-03-15 09:48:54 +02:00 |
|
|
|
4ca6cd054f
|
Merge pull request #89273 from bruvzg/win_native_menu
[NativeMenu] Implement native popup menu support on Windows.
|
2024-03-14 22:34:42 +01:00 |
|
|
|
453485aede
|
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Enforce template syntax `typename` over `class`
|
2024-03-14 22:34:37 +01:00 |
|
|
|
24c9d442e9
|
[Doc] Fix some incorrect uses of a/an
|
2024-03-13 21:20:28 +01:00 |
|
|
|
ac7583e449
|
[NativeMenu] Implement native popup menu support on Windows.
|
2024-03-13 10:51:38 +02:00 |
|
|
|
3b3e2374c9
|
clang-tidy: Enforce modernize-use-nullptr
|
2024-03-12 10:59:53 -05:00 |
|
|
|
b1b0a526d8
|
Merge pull request #89393 from Repiteo/retire-subprocess_main
SCons: Remove `run_in_subprocess` & `subprocess_main` dependencies
|
2024-03-11 23:48:21 +01:00 |
|
|
|
058202e960
|
Merge pull request #86101 from GrammAcc/partial-fix-68305
[X11] Partial fix for Editor and Project Manager stealing focus on some window managers
|
2024-03-11 23:48:07 +01:00 |
|
|
|
5a6e3cbcb0
|
SCons: Remove run_in_subprocess dependency
|
2024-03-11 13:20:09 -05:00 |
|
|
|
0475011c66
|
Merge pull request #82084 from ogapo/pr/pck-cache-merge
Merge `uid_cache.bin` and `global_script_class_cache.cfg` after mounting PCKs
|
2024-03-11 14:01:16 +01:00 |
|
|
|
810f127022
|
Merge pull request #89365 from Repiteo/scons/run_in_subprocess-to-env.Run
SCons: Convert remaining `run_in_subprocess` to `env.Run`
|
2024-03-10 21:13:22 +01:00 |
|
|
|
c973c9ff8d
|
Merge pull request #89351 from bruvzg/angle_fb_check
[Windows] Disable fallback to ANGLE logic when compiled w/o ANGLE support.
|
2024-03-10 21:13:11 +01:00 |
|
|
|
8116d70d4b
|
SCons: Convert remaining run_in_subprocess to env.Run
|
2024-03-10 14:01:23 -05:00 |
|
|
|
620e194727
|
[Windows] Disable fallback to ANGLE logic when compiled w/o ANGLE support.
|
2024-03-10 13:18:03 +02:00 |
|
|
|
2cd4a4e7e2
|
[iOS] Restore backward compatibility with old export templates.
|
2024-03-10 11:04:26 +02:00 |
|
|
|
0ace0a1292
|
Merge pull request #89333 from Repiteo/enforce-eol-python
Enforce `\n` eol for Python writes
|
2024-03-09 22:20:23 +01:00 |
|
|
|
2cb884bdbd
|
Merge pull request #89328 from Riteo/wayland-cursor-frame-opt
Wayland: Setup next cursor frame callback only if animated
|
2024-03-09 22:20:12 +01:00 |
|
|
|
30d08f0e13
|
Merge pull request #89327 from pohy/fix/mac-vulkan-build
Fix MoltenVK detection
|
2024-03-09 22:20:09 +01:00 |
|
|
|
3ca230df25
|
Merge pull request #89307 from alesliehughes/wayland_usage
Wayland: Stop possible Null pointer dereferences
|
2024-03-09 22:19:48 +01:00 |
|
|
|
43fd1f6bbd
|
Merge pull request #89306 from alesliehughes/wayland_warning
Wayland: Stop unreachable warning
|
2024-03-09 22:19:45 +01:00 |
|