summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [Export] Add readable descriptions and validation warnings to the export ↵bruvzg2023-04-1928-374/+794
| | | | options.
* Merge pull request #75881 from bruvzg/win_coinitRémi Verschelde2023-04-183-5/+3
|\ | | | | | | [Windows] Cleanup COM library initialization/uninitialization.
| * [Windows] Cleanup COM library initialization/uninitialization.bruvzg2023-04-103-5/+3
| |
* | Merge pull request #75880 from bruvzg/win_tts_queue_fixRémi Verschelde2023-04-181-1/+1
|\ \ | | | | | | | | | [Windows TTS] Fix queuing utterances in rapid succession.
| * | [Windows TTS] Fix queuing utterances in rapid succession.bruvzg2023-04-101-1/+1
| |/
* | Merge pull request #75383 from bruvzg/dll_deps_detectRémi Verschelde2023-04-183-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 ↵bruvzg2023-03-273-6/+104
| | | | | | | | | | | | open_dynamic_library error message.
* | | Merge pull request #74978 from bruvzg/linux_version_checkRémi Verschelde2023-04-187-11/+136
|\ \ \ | | | | | | | | | | | | [Linux/BSD] Add dynamically loaded library version checks.
| * | | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-207-11/+136
| | | |
* | | | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+0
| | | |
* | | | Merge pull request #76040 from ↵Yuri Sizov2023-04-142-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 ↵mightygoat2023-04-142-0/+11
| | |_|/ | |/| | | | | | | | | | window during the decoration via tracking the parent of the window
* | | | Fix potential null in android text entry system.Jason Knight2023-04-121-5/+6
| | | |
* | | | Merge pull request #75933 from akien-mga/windows-tts-hashmapRémi Verschelde2023-04-116-15/+18
|\ \ \ \ | | | | | | | | | | | | | | | Windows TTS: Use HashMap instead of RBMap for ids
| * | | | Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde2023-04-116-15/+18
| |/ / / | | | | | | | | | | | | And fixup includes in other implementations.
* | | | Merge pull request #75827 from Kvel2D/fix-custom-cursor-atlas-texture-bugRémi Verschelde2023-04-114-37/+16
|\ \ \ \ | | | | | | | | | | | | | | | Fix custom cursor using atlas texture
| * | | | Fix custom cursor using atlas textureKvel2D2023-04-114-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_keysRémi Verschelde2023-04-113-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | [Web] Detect host OS and use macOS keys on mac hosts.
| * | | | [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-113-0/+26
| |/ / /
* | | | Merge pull request #74326 from mjunix/patch-1Rémi Verschelde2023-04-111-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | macOS export: Fix validation of codesigning certificate password
| * | | macOS export: Fix validation of codesigning certificate passwordJohan Mattsson2023-04-111-1/+1
| | | |
* | | | [Web] Fix keycode/physical keycode mixed up.bruvzg2023-04-061-1/+1
| | | |
* | | | Merge pull request #73200 from 0xafbf/fix-guide-button-winRémi Verschelde2023-04-031-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 Botero2023-02-151-1/+5
| | | | |
* | | | | Merge pull request #75254 from bruvzg/macos_menu_cb_loopYuri Sizov2023-03-302-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 ↵bruvzg2023-03-232-5/+7
| | |_|_|/ | |/| | | | | | | | | | | | | EditorProgress dialog.
* | | | | Merge pull request #75461 from Sabrehull/keycode-fixYuri Sizov2023-03-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [X11] Fix layout bug in `keyboard_get_keycode_from_physical`
| * | | | | [X11] Fix layout bug in `keyboard_get_keycode_from_physical`Sabrehull2023-03-291-1/+1
| |/ / / /
* | | | | Merge pull request #75203 from m4gr3d/bump_target_sdk_33_mainYuri Sizov2023-03-294-12/+12
|\ \ \ \ \ | |/ / / / |/| | | | Bump the target SDK version to 33 (Android 13)
| * | | | Bump the target SDK version to 33 (Android 13)Fredia Huya-Kouadio2023-03-214-12/+12
| | | | |
* | | | | Fix "Download Project Source" for Web Editorator-dev2023-03-211-1/+1
|/ / / / | | | | | | | | | | | | - Correctly pass safe project name and safe datetime to `vformat`
* | | | Merge pull request #75146 from ↵Yuri Sizov2023-03-211-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` permissionFredia Huya-Kouadio2023-03-201-1/+8
| | | | |
* | | | | [Windows] Remove meta_mem update on keyup/keydown.bruvzg2023-03-211-3/+0
|/ / / /
* | | | Merge pull request #75106 from m4gr3d/set_vulkan_level_optional_mainYuri Sizov2023-03-202-2/+2
|\ \ \ \ | | | | | | | | | | Make vulkan level 1 an optional requirement
| * | | | Make vulkan level 1 an optional requirementFredia Huya-Kouadio2023-03-192-2/+2
| | |_|/ | |/| |
* / | | Remove (or make verbose only) various debug prints.bruvzg2023-03-208-26/+14
|/ / /
* | | Merge pull request #74066 from m4gr3d/add_vulkan_version_filter_mainYuri Sizov2023-03-163-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 AndroidFredia Huya-Kouadio2023-02-283-2/+19
| | | |
* | | | [macOS] Remove unnecessary debug prints.bruvzg2023-03-141-9/+0
| | | |
* | | | Corrected capitalisation of macOSJohn Veness2023-03-123-12/+12
| | | | | | | | | | | | | | | | In documentation and comments, ignoring thirdparty code
* | | | Fix null-pointer dereference on Android systems when using gl_compatibility ↵Malcolm Nixon2023-03-111-4/+7
| | | | | | | | | | | | | | | | renderer.
* | | | Merge pull request #74702 from bruvzg/ts_inv_font_metricsRémi Verschelde2023-03-101-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 ↵bruvzg2023-03-101-64/+73
| | | | | | | | | | | | | | | | | | | | lookup to TrueType/CFF only.
* | | | | Merge pull request #74673 from lewiji/android_provider_pathRémi Verschelde2023-03-101-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add "filesRoot" path to Android provider paths xml
| * | | | | Add "filesRoot" path to Android provider paths xmllewiji2023-03-091-0/+4
| |/ / / /
* | | | | Merge pull request #74666 from akien-mga/scons-linux-cleanup-pulseaudio-definesRémi Verschelde2023-03-101-2/+3
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | SCons: Cleanup pulseaudio defines for Linux
| * | | | SCons: Cleanup pulseaudio defines for LinuxRémi Verschelde2023-03-091-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-exitRémi Verschelde2023-03-091-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | exit with non-zero status if not all freetype deps are all builtin or not
| * | | | change some sys.exit() to be fatalOmar Polo2023-03-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - when not all freetype deps are builtin (or provided externally) - when attempting to build on an unsupported CPU architecture