summaryrefslogtreecommitdiffstats
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to eslint 9patwork2024-05-2213-1543/+872
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-2115-42/+51
* Merge pull request #92176 from emrekultursay/masterRémi Verschelde2024-05-212-7/+1
|\
| * Fix detecting when Gradle is invoked from StudioEmre Kultursay2024-05-202-7/+1
* | Merge pull request #92158 from bruvzg/win_crlfRémi Verschelde2024-05-211-9/+19
|\ \
| * | [Windows] Use CRLF in the terminal prints.bruvzg2024-05-201-9/+19
* | | Fix InputEventScreenDrag on AndroidAlexander Hartmann2024-05-211-2/+22
| |/ |/|
* | Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-196-15/+38
|/
* Disable remote debug button when there are no runnable presetsHakim2024-05-172-2/+6
* Merge pull request #91933 from bruvzg/x11_scr_fbRémi Verschelde2024-05-151-27/+40
|\
| * [X11] Fallback to root window size, when Xinerama extension is available, but...bruvzg2024-05-141-27/+40
* | Merge pull request #91377 from bruvzg/macos_privacyRémi Verschelde2024-05-153-0/+586
|\ \ | |/ |/|
| * [macOS export] Add support for privacy manifest configuration.bruvzg2024-04-303-0/+586
* | Merge pull request #91856 from patwork/double-quotes-in-headRémi Verschelde2024-05-131-3/+3
|\ \
| * | Fix quotes style in HTML shell head includepatwork2024-05-121-3/+3
* | | Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
|/ /
* | Merge pull request #91817 from Calinou/linuxbsd-default-disable-execinfoRémi Verschelde2024-05-111-7/+3
|\ \
| * | Set `execinfo=no` by default when compiling for Linux/*BSDHugo Locurcio2024-05-111-7/+3
* | | Merge pull request #91624 from Repiteo/scons/native-generationRémi Verschelde2024-05-101-14/+51
|\ \ \
| * | | SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-14/+51
* | | | Revert "Implement "get_mingw_tool" to fix mingw prefixes"Rémi Verschelde2024-05-092-54/+77
| |/ / |/| |
* | | DisplayServer: Avoid deadlocks while issuing input events and recursive main ...Pedro J. Estébanez2024-05-083-11/+13
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-087-94/+94
* | | Merge pull request #91698 from bruvzg/mingw_exe_sizeRémi Verschelde2024-05-081-8/+11
|\ \ \
| * | | [MinGW] Restore executable size check.bruvzg2024-05-081-8/+11
* | | | Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-084-4/+1
* | | | Fix `builtin_embree=no` build linking the wrong version of EmbreeJakub Marcowski2024-05-081-1/+1
|/ / /
* | | Merge pull request #89574 from Riteo/scale-your-expectations-with-this-oneRémi Verschelde2024-05-071-1/+9
|\ \ \ | |/ / |/| |
| * | Wayland: Workaround API limitation in screen/UI scale logicRiteo2024-05-071-1/+9
* | | Merge pull request #91361 from RandomShaper/fix_no_focusinRémi Verschelde2024-05-072-18/+32
|\ \ \
| * | | Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some casesPedro J. Estébanez2024-05-032-18/+32
* | | | Merge pull request #85188 from aitorciki/nvdrs-fixesRémi Verschelde2024-05-071-16/+38
|\ \ \ \
| * | | | [Windows] Fix NVIDIA app profile creationAitor Guevara2024-03-251-16/+38
* | | | | Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-078-19/+20
|\ \ \ \ \
| * | | | | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-048-19/+20
* | | | | | Implement "get_mingw_tool" to fix mingw prefixesThaddeus Crews2024-05-062-80/+54
| |_|_|/ / |/| | | |
* | | | | Fix missing space in missing tools error message.Rob Blanckaert2024-05-041-1/+1
|/ / / /
* | | | Merge pull request #85474 from fire/packedvector4arrayRémi Verschelde2024-05-031-3/+5
|\ \ \ \
| * | | | Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-3/+5
* | | | | Merge pull request #91466 from Riteo/gles-ftwRémi Verschelde2024-05-035-18/+161
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Wayland: Add support for OpenGL ES driverRiteo2024-05-035-18/+161
* | | | | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-0211-30/+70
* | | | | [StatusIndicator] Add method to get indicator icon screen rect.bruvzg2024-05-024-0/+50
|/ / / /
* | | | [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-023-3/+3
* | | | Add more Remote Debug options to the web platformAdam Scott2024-05-012-27/+189
| |/ / |/| |
* | | Merge pull request #91339 from TCROC/windows-apk-build-fixRémi Verschelde2024-05-011-4/+16
|\ \ \
| * | | added fix for android build on windowsTravis Lange2024-04-291-4/+16
* | | | Merge pull request #89588 from bruvzg/status_ind_menu_directRémi Verschelde2024-05-018-76/+101
|\ \ \ \ | |_|_|/ |/| | |
| * | | [StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...bruvzg2024-03-208-76/+101
* | | | Merge pull request #91128 from patwork/splash-image-in-web-exportRémi Verschelde2024-04-301-0/+1
|\ \ \ \