summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Fix that mouse-button-up event is parsed twice for drag-and-dropMarkus Sauermann2022-12-051-1/+0
* Merge pull request #69563 from nyanpasu64/patch-1Rémi Verschelde2022-12-051-1/+1
|\
| * Fix burning CPU with udev disabled on Flatpaknyanpasu642022-12-031-1/+1
* | Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`)Rémi Verschelde2022-12-051-1/+2
* | Merge pull request #69294 from akien-mga/windows-msvc-link-debug-runtimeRémi Verschelde2022-12-051-3/+7
|\ \
| * | Windows: Link MSVC dynamic debug CRT for debug buildsRémi Verschelde2022-11-281-3/+7
* | | [Linux/BSD] Fix build without fontconfig.bruvzg2022-12-052-3/+5
* | | Merge pull request #69578 from dsnopek/android-native-handlesRémi Verschelde2022-12-051-4/+10
|\ \ \
| * | | Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek2022-12-041-4/+10
* | | | Use system fonts as fallback and improve system font handling.bruvzg2022-12-0415-67/+1493
| |_|/ |/| |
* | | Merge pull request #69390 from Sauermann/fix-mouse-event-positionRémi Verschelde2022-12-031-5/+4
|\ \ \
| * | | Fix incorrect mouse event position while hovering different windowMarkus Sauermann2022-11-301-5/+4
* | | | Load X11 dynamicallyRiteo2022-12-0321-28/+12818
| |/ / |/| |
* | | Merge pull request #69380 from bruvzg/mac_max_wsRémi Verschelde2022-12-021-5/+7
|\ \ \
| * | | [macOS] Improve maximized and non-resizable modes handling.bruvzg2022-11-301-5/+7
* | | | Merge pull request #68870 from dsnopek/master-webxr-inputRémi Verschelde2022-12-023-4/+46
|\ \ \ \
| * | | | Get WebXR fully working in Godot 4!David Snopek2022-12-013-4/+46
* | | | | Updating the minimum Android target api for proper Vulkan supportFredia Huya-Kouadio2022-11-304-13/+25
| |_|/ / |/| | |
* | | | [macOS] Fix export button incorrectly disabled when using login/app password ...bruvzg2022-11-301-1/+1
| |/ / |/| |
* | | Enable GLES3 on Androidclayjohn2022-11-299-40/+34
* | | [iOS] Read document and cache path directly in the OS code, instead of passin...bruvzg2022-11-294-33/+21
* | | Merge pull request #69332 from bruvzg/exact_symbolsRémi Verschelde2022-11-291-1/+1
|\ \ \
| * | | [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ...bruvzg2022-11-291-1/+1
* | | | Merge pull request #69110 from bruvzg/con_icon2Rémi Verschelde2022-11-293-1/+1
|\ \ \ \
| * | | | [Windows] Optimize editor icon, use different icon for console executable.bruvzg2022-11-293-1/+1
| |/ / /
* | | / [macOS] Fix sub-windows opening in fullscreen.bruvzg2022-11-281-6/+0
| |_|/ |/| |
* | | Merge pull request #69277 from pkdawson/construct-joypad-firstRémi Verschelde2022-11-281-2/+2
|\ \ \
| * | | [Windows] Fix joypad crashPatrick Dawson2022-11-281-2/+2
* | | | Merge pull request #67815 from Calinou/html5-improve-feature-errorsRémi Verschelde2022-11-281-5/+5
|\ \ \ \
| * | | | Improve feature errors in HTML5 for easier understandingHugo Locurcio2022-10-231-5/+5
* | | | | Merge pull request #68740 from bruvzg/ios_fixesRémi Verschelde2022-11-282-9/+9
|\ \ \ \ \
| * | | | | [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...bruvzg2022-11-162-9/+9
* | | | | | Add missing display server overridesFredia Huya-Kouadio2022-11-2710-7/+166
| |_|/ / / |/| | | |
* | | | | Android: Remove extra arch suffix now redundant with the default oneRémi Verschelde2022-11-251-4/+0
| |_|/ / |/| | |
* | | | Merge pull request #68897 from bruvzg/mac_reparentRémi Verschelde2022-11-213-17/+64
|\ \ \ \
| * | | | [macOS] Dynamically attach and detach transient windows to allow them to stay...bruvzg2022-11-213-17/+64
* | | | | [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-213-7/+13
|/ / / /
* | | / Fix unused exitcode in macos export pluginMarkus Sauermann2022-11-201-1/+1
| |_|/ |/| |
* | | Windows icon export improvements.bruvzg2022-11-185-22/+152
* | | Fix parsing of the `keep_screen_on` display settingFredia Huya-Kouadio2022-11-171-1/+1
* | | Android: Fix parsing `keep_screen_on` settingRémi Verschelde2022-11-171-1/+1
* | | Merge pull request #68778 from bruvzg/ios_iconsRémi Verschelde2022-11-171-54/+67
|\ \ \
| * | | [iOS] iOS export improvements.bruvzg2022-11-171-54/+67
| |/ /
* | | Merge pull request #68777 from bruvzg/mac_activ_13Rémi Verschelde2022-11-171-1/+3
|\ \ \
| * | | [macOS] Update activation hack to work on Ventura.bruvzg2022-11-171-1/+3
| |/ /
* / / [Windows] Use case-sensitive file names for the system fonts to avoid warnings.bruvzg2022-11-171-1/+13
|/ /
* | Fix 'save & restart' logic for the Android EditorFredia Huya-Kouadio2022-11-162-24/+52
* | X11: Don't override glxSwapInterval function pointers loaded by GLADRémi Verschelde2022-11-161-4/+0
* | Merge pull request #68700 from clayjohn/GLES3-vsyncRémi Verschelde2022-11-165-45/+44
|\ \
| * | Set vsync on window creation when using GLES3.clayjohn2022-11-155-45/+44