Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Export] Add readable descriptions and validation warnings to the export ↵ | bruvzg | 2023-04-19 | 28 | -374/+794 |
| | | | | options. | ||||
* | Merge pull request #75881 from bruvzg/win_coinit | Rémi Verschelde | 2023-04-18 | 3 | -5/+3 |
|\ | | | | | | | [Windows] Cleanup COM library initialization/uninitialization. | ||||
| * | [Windows] Cleanup COM library initialization/uninitialization. | bruvzg | 2023-04-10 | 3 | -5/+3 |
| | | |||||
* | | Merge pull request #75880 from bruvzg/win_tts_queue_fix | Rémi Verschelde | 2023-04-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [Windows TTS] Fix queuing utterances in rapid succession. | ||||
| * | | [Windows TTS] Fix queuing utterances in rapid succession. | bruvzg | 2023-04-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #75383 from bruvzg/dll_deps_detect | Rémi Verschelde | 2023-04-18 | 3 | -6/+104 |
|\ \ | | | | | | | | | | [Windows] Detect missing DLL dependencies and list them in the open_dynamic_library error message. | ||||
| * | | [Windows] Detect missing DLL dependencies and list them in the ↵ | bruvzg | 2023-03-27 | 3 | -6/+104 |
| | | | | | | | | | | | | open_dynamic_library error message. | ||||
* | | | Merge pull request #74978 from bruvzg/linux_version_check | Rémi Verschelde | 2023-04-18 | 7 | -11/+136 |
|\ \ \ | | | | | | | | | | | | | [Linux/BSD] Add dynamically loaded library version checks. | ||||
| * | | | [Linux/BSD] Add dynamically loaded library version checks. | bruvzg | 2023-03-20 | 7 | -11/+136 |
| | | | | |||||
* | | | | Fix misuses of error macros | Danil Alexeev | 2023-04-18 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #76040 from ↵ | Yuri Sizov | 2023-04-14 | 2 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | MightiestGoat/fix-sliding-window-linux-via-tracking-parent Fix the sliding window problem in linux occur due to reparenting of the window due to decoration. | ||||
| * | | | | Fix the sliding window problem in linux occur due to reparenting of the ↵ | mightygoat | 2023-04-14 | 2 | -0/+11 |
| | |_|/ | |/| | | | | | | | | | | window during the decoration via tracking the parent of the window | ||||
* | | | | Fix potential null in android text entry system. | Jason Knight | 2023-04-12 | 1 | -5/+6 |
| | | | | |||||
* | | | | Merge pull request #75933 from akien-mga/windows-tts-hashmap | Rémi Verschelde | 2023-04-11 | 6 | -15/+18 |
|\ \ \ \ | | | | | | | | | | | | | | | | Windows TTS: Use HashMap instead of RBMap for ids | ||||
| * | | | | Windows TTS: Use HashMap instead of RBMap for ids | Rémi Verschelde | 2023-04-11 | 6 | -15/+18 |
| |/ / / | | | | | | | | | | | | | And fixup includes in other implementations. | ||||
* | | | | Merge pull request #75827 from Kvel2D/fix-custom-cursor-atlas-texture-bug | Rémi Verschelde | 2023-04-11 | 4 | -37/+16 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix custom cursor using atlas texture | ||||
| * | | | | Fix custom cursor using atlas texture | Kvel2D | 2023-04-11 | 4 | -37/+16 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Remove image.is_valid() check There is already a fail condition and image is not used before that Move up texture_is_valid() check | ||||
* | | | | Merge pull request #75451 from bruvzg/web_mac_keys | Rémi Verschelde | 2023-04-11 | 3 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | [Web] Detect host OS and use macOS keys on mac hosts. | ||||
| * | | | | [Web] Detect host OS and use macOS keys on mac hosts. | bruvzg | 2023-04-11 | 3 | -0/+26 |
| |/ / / | |||||
* | | | | Merge pull request #74326 from mjunix/patch-1 | Rémi Verschelde | 2023-04-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | macOS export: Fix validation of codesigning certificate password | ||||
| * | | | macOS export: Fix validation of codesigning certificate password | Johan Mattsson | 2023-04-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | [Web] Fix keycode/physical keycode mixed up. | bruvzg | 2023-04-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #73200 from 0xafbf/fix-guide-button-win | Rémi Verschelde | 2023-04-03 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix guide button detection with XInput and Xbox Series controllers | ||||
| * | | | | Added guide button to controller db, changed to use secret XInput function. | Andrés Botero | 2023-02-15 | 1 | -1/+5 |
| | | | | | |||||
* | | | | | Merge pull request #75254 from bruvzg/macos_menu_cb_loop | Yuri Sizov | 2023-03-30 | 2 | -5/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | [macOS] Fix infinite loop caused by global menu callbacks which trigger EditorProgress dialog. | ||||
| * | | | | | [macOS] Fix infinite loop caused by global menu callbacks which trigger ↵ | bruvzg | 2023-03-23 | 2 | -5/+7 |
| | |_|_|/ | |/| | | | | | | | | | | | | | EditorProgress dialog. | ||||
* | | | | | Merge pull request #75461 from Sabrehull/keycode-fix | Yuri Sizov | 2023-03-30 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | [X11] Fix layout bug in `keyboard_get_keycode_from_physical` | ||||
| * | | | | | [X11] Fix layout bug in `keyboard_get_keycode_from_physical` | Sabrehull | 2023-03-29 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #75203 from m4gr3d/bump_target_sdk_33_main | Yuri Sizov | 2023-03-29 | 4 | -12/+12 |
|\ \ \ \ \ | |/ / / / |/| | | | | Bump the target SDK version to 33 (Android 13) | ||||
| * | | | | Bump the target SDK version to 33 (Android 13) | Fredia Huya-Kouadio | 2023-03-21 | 4 | -12/+12 |
| | | | | | |||||
* | | | | | Fix "Download Project Source" for Web Editor | ator-dev | 2023-03-21 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | - Correctly pass safe project name and safe datetime to `vformat` | ||||
* | | | | Merge pull request #75146 from ↵ | Yuri Sizov | 2023-03-21 | 1 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | m4gr3d/fix_directory_access_with_all_files_access_permission_main Fix directory access when the running app has the `All files access` permission | ||||
| * | | | | Fix directory access when the running app has the `All files access` permission | Fredia Huya-Kouadio | 2023-03-20 | 1 | -1/+8 |
| | | | | | |||||
* | | | | | [Windows] Remove meta_mem update on keyup/keydown. | bruvzg | 2023-03-21 | 1 | -3/+0 |
|/ / / / | |||||
* | | | | Merge pull request #75106 from m4gr3d/set_vulkan_level_optional_main | Yuri Sizov | 2023-03-20 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Make vulkan level 1 an optional requirement | ||||
| * | | | | Make vulkan level 1 an optional requirement | Fredia Huya-Kouadio | 2023-03-19 | 2 | -2/+2 |
| | |_|/ | |/| | | |||||
* / | | | Remove (or make verbose only) various debug prints. | bruvzg | 2023-03-20 | 8 | -26/+14 |
|/ / / | |||||
* | | | Merge pull request #74066 from m4gr3d/add_vulkan_version_filter_main | Yuri Sizov | 2023-03-16 | 3 | -2/+19 |
|\ \ \ | | | | | | | | | Add feature check to require min Vulkan api version 1.0 on Android | ||||
| * | | | Add feature check to require min Vulkan api version 1.0 on Android | Fredia Huya-Kouadio | 2023-02-28 | 3 | -2/+19 |
| | | | | |||||
* | | | | [macOS] Remove unnecessary debug prints. | bruvzg | 2023-03-14 | 1 | -9/+0 |
| | | | | |||||
* | | | | Corrected capitalisation of macOS | John Veness | 2023-03-12 | 3 | -12/+12 |
| | | | | | | | | | | | | | | | | In documentation and comments, ignoring thirdparty code | ||||
* | | | | Fix null-pointer dereference on Android systems when using gl_compatibility ↵ | Malcolm Nixon | 2023-03-11 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | renderer. | ||||
* | | | | Merge pull request #74702 from bruvzg/ts_inv_font_metrics | Rémi Verschelde | 2023-03-10 | 1 | -64/+73 |
|\ \ \ \ | | | | | | | | | | | | | | | | [TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts lookup to TrueType/CFF only. | ||||
| * | | | | [TextServer] Add invalid font scaling check, restrict Linux/BSD system fonts ↵ | bruvzg | 2023-03-10 | 1 | -64/+73 |
| | | | | | | | | | | | | | | | | | | | | lookup to TrueType/CFF only. | ||||
* | | | | | Merge pull request #74673 from lewiji/android_provider_path | Rémi Verschelde | 2023-03-10 | 1 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add "filesRoot" path to Android provider paths xml | ||||
| * | | | | | Add "filesRoot" path to Android provider paths xml | lewiji | 2023-03-09 | 1 | -0/+4 |
| |/ / / / | |||||
* | | | | | Merge pull request #74666 from akien-mga/scons-linux-cleanup-pulseaudio-defines | Rémi Verschelde | 2023-03-10 | 1 | -2/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | SCons: Cleanup pulseaudio defines for Linux | ||||
| * | | | | SCons: Cleanup pulseaudio defines for Linux | Rémi Verschelde | 2023-03-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Merge pull request #74645 from omar-polo/scons-exit | Rémi Verschelde | 2023-03-09 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | exit with non-zero status if not all freetype deps are all builtin or not | ||||
| * | | | | change some sys.exit() to be fatal | Omar Polo | 2023-03-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - when not all freetype deps are builtin (or provided externally) - when attempting to build on an unsupported CPU architecture |