summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Disable NVIDIA's threaded optimization on WindowsÁlex Román Núñez2023-06-132-0/+172
* Merge pull request #78151 from jpcerrone/fix_windowed_move_problemsRémi Verschelde2023-06-131-2/+2
|\
| * Fix window resizing problems on Windowsjpcerrone2023-06-121-2/+2
* | Fix docs after renaming export optionRedworkDE2023-06-123-5/+5
* | Merge pull request #75984 from KoBeWi/ConsoleMcWrapRémi Verschelde2023-06-122-7/+7
|\ \ | |/ |/|
| * Rename console script to wrapperkobewi2023-04-122-7/+7
* | [iOS] Fix orientation change in runtime.bruvzg2023-06-121-0/+5
* | Merge pull request #78129 from m4gr3d/fix_open_new_project_mainRémi Verschelde2023-06-123-17/+59
|\ \
| * | Fix issue causing the last edited project to open while switching to another ...Fredia Huya-Kouadio2023-06-113-17/+59
* | | Merge pull request #77770 from jpcerrone/fix_minimize_missingRémi Verschelde2023-06-121-1/+1
|\ \ \ | |/ / |/| |
| * | Fix minimize button missing in non-resizable projects.jpcerrone2023-06-021-1/+1
* | | Merge pull request #78083 from m4gr3d/fix_multitouch_detection_spatial_viewpo...Fredia Huya-Kouadio2023-06-111-3/+3
|\ \ \
| * | | Fix spatial viewport multitouch detection supportFredia Huya-Kouadio2023-06-101-3/+3
* | | | Enable S3TC_BPTC but not ETC2_ASTC by defaultAaron Franke2023-06-092-0/+7
* | | | Added a few additional GUIDs to list of hardcoded IDs in is_xinput_deviceDominik2023-06-091-1/+15
|/ / /
* | | Merge pull request #78029 from bruvzg/macos_fix_popup_ime_focusRémi Verschelde2023-06-093-4/+4
|\ \ \
| * | | [macOS] Fix IME focus in popup windows.bruvzg2023-06-093-4/+4
* | | | Merge pull request #77977 from zaevi/fix_windows_popup_imeRémi Verschelde2023-06-091-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix IME doesn't work under Popup on Windows.Zae2023-06-081-1/+4
* | | | Style: Harmonize header includes in platform portsRémi Verschelde2023-06-08114-302/+365
* | | | Add setting to control the window used to run the project for the Android editorFredia Huya-Kouadio2023-06-071-2/+31
* | | | X11: Fix vformat ambiguous int types for GCC 10 (again)Rémi Verschelde2023-06-071-1/+1
|/ / /
* | | Replace get_rendering_device() call to prevent crashes on OpenGL.MJacred2023-06-062-5/+5
* | | Merge pull request #75099 from mxnemu/add-default-x11-error-handlerRémi Verschelde2023-06-051-1/+20
|\ \ \
| * | | [Linux/X11] Add a default error handler for X11 to avoid crashes.nee2023-06-051-1/+20
* | | | Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-037-31/+44
* | | | Merge pull request #75666 from ronyeh/main.cpp-2Rémi Verschelde2023-06-021-7/+7
|\ \ \ \
| * | | | Rename `iconpath => icon_path` & `hasicon => has_icon`.Ron B. Yeh2023-04-041-7/+7
* | | | | [Linux/TTS] Cache TTS voice list.bruvzg2023-06-022-24/+41
| |_|/ / |/| | |
* | | | Added override for window_get_vsync_mode in display_server_web.cpphlutor2023-05-312-0/+6
* | | | Merge pull request #77686 from m4gr3d/fix_editor_audio_stream_microphone_cras...Rémi Verschelde2023-06-016-17/+87
|\ \ \ \
| * | | | Fix issue causing the Android editor to crash when creating a new AudioStream...Fredia Huya-Kouadio2023-05-316-17/+87
* | | | | Fix `HTTPClient.get_response_body_length()` incorrect on WebZae2023-05-301-0/+5
|/ / / /
* | | | Merge pull request #65902 from MJacred/editor/copysysteminfoYuri Sizov2023-05-274-31/+39
|\ \ \ \
| * | | | Copy system info to clipboard + Update bug_report.ymlMJacred2023-05-274-31/+39
* | | | | Improve touchpad and mouse support for the Android editorFredia Huya-Kouadio2023-05-257-17/+63
* | | | | Merge pull request #77458 from Riteo/late-night-preprocessingRémi Verschelde2023-05-251-0/+2
|\ \ \ \ \
| * | | | | Build `JoypadLinux` sandbox detection method only with udevRiteo2023-05-251-0/+2
* | | | | | Update the format for the app version code and nameFredia Huya-Kouadio2023-05-241-4/+6
|/ / / / /
* | | | | Merge pull request #74569 from m4gr3d/setup_play_store_builds_mainRémi Verschelde2023-05-247-56/+131
|\ \ \ \ \
| * | | | | Update the gradle build tasks to generate play store builds.Fredia Huya-Kouadio2023-04-277-56/+131
* | | | | | Merge pull request #73450 from Calinou/windows-vulkan-disable-amd-switchable-...Rémi Verschelde2023-05-241-0/+4
|\ \ \ \ \ \
| * | | | | | Move code to Windows Vulkan context initialization contextHugo Locurcio2023-02-172-5/+4
| * | | | | | Disable AMD switchable graphics on Windows with Vulkan to fix driver issueHugo Locurcio2023-02-161-0/+5
* | | | | | | Improve startup benchmarkingFredia Huya-Kouadio2023-05-2310-23/+240
* | | | | | | X11: Fix vformat ambiguous int types for GCC 10Rémi Verschelde2023-05-231-1/+1
* | | | | | | Merge pull request #77258 from RedworkDE/natvis-pdb-embededRémi Verschelde2023-05-221-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Embed natvis debug views in PDBRedworkDE2023-05-201-0/+1
* | | | | | | | Add support for DPAD Center key of Android TV remote controllerHiroki Taira2023-05-221-0/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-1813-63/+119