Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | SCons: Cleanup pulseaudio defines for Linux | Ré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-27 | change some sys.exit() to be fatal | Omar 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-27 | Rename mkv_list to mvk_list (MoltenVK path list). | Ron B. Yeh | |
(cherry picked from commit 7e7ac1bb873cba3f50e64df5ca5c94778aa530f6) | |||
2023-03-27 | Use the new API for virtual keyboard height detection on Android, bugfix | necrashter | |
(cherry picked from commit 61549edef0c4e8cadf3bf1847c29328b598a25ff) | |||
2023-03-16 | [macOS] Remove unnecessary debug prints. | bruvzg | |
(cherry picked from commit 42a30c76d9495d15c6f403f47b1adcf39f998969) | |||
2023-03-14 | Tweak command syntax in Vulkan renderer failure message | Hugo 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-14 | increased max touches to 32 for ios | Chris Weber | |
(cherry picked from commit 54bd204377fb73a5871946005bd7cbbad4b91df9) | |||
2023-03-14 | [Linux/X11] Add some missing keycodes/scancodes. | bruvzg | |
(cherry picked from commit 5d35c600d5e4d6fc553246407e766d600f5b774e) | |||
2023-03-14 | Propogate errors when creating an OpenGL context fails in X11 | clayjohn | |
(cherry picked from commit e7ea3ef53189d4bc94c784e4805a5311701ba9aa) | |||
2023-03-14 | Fix broken shortcut key input | Rindbee | |
(cherry picked from commit 91e460d500c52505557ed79af4547f188b635589) | |||
2023-03-13 | Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGW | Ré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-13 | Linux: Don't try to link system embree3 on unsupported archs | Rémi Verschelde | |
(cherry picked from commit afb8693715db4889e79dc0994dfe21eec9e324f1) | |||
2023-03-13 | Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code. | bruvzg | |
(cherry picked from commit 94355249c360be694bdb692f357dc017d742aee7) | |||
2023-03-13 | Fix 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-28 | Minor typo and docs URL fixes | Rémi Verschelde | |
2023-02-24 | Merge pull request #73752 from bruvzg/x11_quote_left | Rémi Verschelde | |
Fix X11 QUOTELEFT / SECTION physical key mapping. | |||
2023-02-22 | [Linux TTS] Use Callable instead of registering methods. | bruvzg | |
2023-02-22 | Merge pull request #73750 from bruvzg/brace | Rémi Verschelde | |
[Input] Use BRACKET_ instead of BRACE_ for physical keys. | |||
2023-02-22 | Merge pull request #73744 from bruvzg/mainw_init_flags | Rémi Verschelde | |
[Windows] Take initial flags into account when creating main window. | |||
2023-02-22 | Fix X11 QUOTELEFT / SECTION physical key mapping. | bruvzg | |
2023-02-22 | [Input] Use BRACKET_ instead of BRACE_ for physical keys. | bruvzg | |
2023-02-22 | Merge pull request #73740 from bruvzg/win_codesign | Rémi Verschelde | |
[Windows Export] Pass password only when using PKCS12 file, fix executable name in the error message. | |||
2023-02-22 | Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_main | Rémi Verschelde | |
Enable granular control of touchscreen related settings | |||
2023-02-22 | [Windows] Take initial flags into account when creating main window. | bruvzg | |
2023-02-22 | Enable granular control of touchscreen related settings | Fredia Huya-Kouadio | |
2023-02-22 | [Windows Export] Pass password only when using PKCS12 file, fix executable ↵ | bruvzg | |
name in the error message. | |||
2023-02-21 | Merge pull request #72817 from m4gr3d/include_htc_xr_category_metadata | Rémi Verschelde | |
Add HTC Vive focus XR manifest metadata | |||
2023-02-21 | [Linux] Process TTS callback on the main thread to avoid speech-dispatcher ↵ | bruvzg | |
deadlock. | |||
2023-02-21 | [macOS] Fix Input.warp_mouse shifted by one screen pixel. | bruvzg | |
2023-02-17 | macOS: Enable `display/high_res` by default | Aaron Franke | |
2023-02-17 | Merge pull request #72877 from bruvzg/x11_on_top | Rémi Verschelde | |
[X11] Fix initial "on top" window state. | |||
2023-02-17 | [X11] Fix initial "on top" window state. | bruvzg | |
2023-02-17 | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image() | Rémi Verschelde | |
Fixes #66605. | |||
2023-02-17 | Merge pull request #73441 from akien-mga/linux-unbundling-fixes | Rémi Verschelde | |
Fix includes of thirdparty libs which can be unbundled on Linux | |||
2023-02-16 | iOS: Implement missing JoyButton::BACK (Options), START (Menu), and GUIDE (Home) | Nataša | |
2023-02-16 | Merge pull request #73359 from bruvzg/so_wrap_opt | Rémi Verschelde | |
[Linux] Make SO wrapper usage optional. | |||
2023-02-16 | Fix includes of thirdparty libs which can be unbundled on Linux | Rémi Verschelde | |
Changes `builtin_icu` and `builtin_recast` to match the folder names in `thirdparty`. | |||
2023-02-16 | [Linux] Make SO wrapper usage optional. | bruvzg | |
2023-02-16 | Restore FileAccess.close method. | bruvzg | |
2023-02-16 | Merge pull request #69201 from tbveralrud/ios-touch-leak-fix-master | Rémi Verschelde | |
iOS: Fix memory leak on touch input | |||
2023-02-15 | Android: Default Min SDK to 24 for Vulkan mobile | Rémi Verschelde | |
Users can still go down to 21 when using GL Compatibility. This makes the default behavior match the default renderer, and thus avoids a warning in the out of the box experience. Also mark texture compression settings as basic, since out of the box users who want to export to Android will need to enable ETC2/ASTC manually. | |||
2023-02-15 | Merge pull request #73268 from bruvzg/key_mod | Rémi Verschelde | |
[InputEventKey] Avoid setting both key and modifier to the same value. | |||
2023-02-15 | iOS: Fix memory leak on touch input | Travis Veralrud | |
Replace incomplete iOS gesture with touch implementation. Fixes #66422. | |||
2023-02-14 | Some fixes for initial window position and size | Thomas ten Cate | |
- X11: set main window position and size hints correctly - All platforms: update minimum and maximum size of main window at startup Fixes #70984 | |||
2023-02-14 | [InputEventKey] Avoid setting both key and modifier to the same value. | bruvzg | |
2023-02-13 | Update PCK embedding SCons warning message to mention mold linker | Hugo Locurcio | |
mold is now part of the SCons `linker` option. |