summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2744-88/+88
* Rebrand preambles to RedotSpartan3222024-10-1344-0/+88
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-1/+1
* [iOS] Fix dylib GDExtension convertion.bruvzg2024-08-091-1/+1
* Fix several typos in the documentationHaoyu Qiu2024-08-021-3/+3
* Fix issue preventing enabling the remote button for AndroidFredia Huya-Kouadio2024-07-161-0/+1
* [iOS/Text Input] Avoid deleting and reentering unchanged part of text.bruvzg2024-07-091-12/+18
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-163-2/+245
* Merge pull request #92692 from mihe/always-embed-frameworksRémi Verschelde2024-06-031-6/+1
|\
| * Fix iOS exports never embedding framework bundlesMikael Hermansson2024-06-021-6/+1
* | SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-1/+1
|/
* Merge pull request #92519 from mihe/stop-xcframework-embedRémi Verschelde2024-05-301-1/+6
|\
| * Prevent static XCFramework bundles from being embedded on iOSMikael Hermansson2024-05-291-1/+6
* | [iOS] Change default iPad landscape orientation from "left" to "right".bruvzg2024-05-292-2/+48
|/
* [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+6
* Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\
| * Properly set window class in WaylandPaulo Poiati2024-05-222-5/+5
* | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-7/+7
|/
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-5/+5
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-53/+53
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-7/+7
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-024-15/+39
* Merge pull request #89790 from bruvzg/ios_safe_deleteRémi Verschelde2024-04-292-5/+62
|\
| * [iOS Export] Check directory content before deleting old export leftovers.bruvzg2024-03-222-5/+62
* | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-1/+1
|\ \
| * | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* | | Merge pull request #91220 from Repiteo/scons/colorize-warn-errorRémi Verschelde2024-04-291-4/+4
|\ \ \
| * | | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-4/+4
| |/ /
* | | Merge pull request #90375 from bruvzg/ios_privacyRémi Verschelde2024-04-292-0/+666
|\ \ \ | |/ / |/| |
| * | [iOS export] Add support for privacy manifest configuration.bruvzg2024-04-162-0/+666
* | | [iOS] Fix sensors orientation.bruvzg2024-04-233-34/+28
* | | Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-192-6/+6
* | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-2/+2
|/ /
* | Fix the initialization order for the iOS driverMiguel de Icaza2024-04-131-5/+3
* | Merge pull request #87117 from DmitriySalnikov/rename_pdbRémi Verschelde2024-04-112-2/+2
|\ \
| * | Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-052-2/+2
* | | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
* | | [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-0/+5
* | | Use `[codeblock lang=text]` more often in class refMicky2024-04-081-1/+1
* | | [iOS Export] Fix adding static libs to the Xcode project.bruvzg2024-04-081-1/+1
|/ /
* | Core: Use fixed-width integer types in VariantThaddeus Crews2024-04-041-1/+0
* | [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* | Merge pull request #89594 from LeonardoDemartino/ios_airpods_routingRémi Verschelde2024-03-241-0/+2
|\ \
| * | Fix AirPods routing when Play and Record category is used.Leonardo Demartino2024-03-171-0/+2
| |/
* | Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-5/+6
|\ \ | |/ |/|
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-5/+6
* | [iOS] Disable PCRE2 JIT.bruvzg2024-03-151-0/+1
* | clang-tidy: Enforce `modernize-use-nullptr`Thaddeus Crews2024-03-121-1/+1