summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-1/+1
|\ \
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* | | Merge pull request #89365 from Repiteo/scons/run_in_subprocess-to-env.RunRémi Verschelde2024-03-101-1/+1
|\ \ \
| * | | SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-1/+1
| | |/ | |/|
* / | [iOS] Restore backward compatibility with old export templates.bruvzg2024-03-101-0/+4
|/ /
* / Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-042-1/+12
|/
* Fix low volume sound output on iOS when Play and Record category is used.Leonardo Demartino2024-02-291-5/+7
* Fix crash on documentation generation on macOS.bruvzg2024-02-191-1/+3
* Merge pull request #88245 from shana/simplify-mono-support-detectionRémi Verschelde2024-02-191-0/+1
|\
| * C#: Let platforms signal if they support it or notAndreia Gaita2024-02-131-0/+1
* | Merge pull request #87823 from KoBeWi/ban_adbRémi Verschelde2024-02-172-3/+35
|\ \
| * | Don't invoke adb with no runnable Android presetkobewi2024-02-152-3/+35
* | | Merge pull request #86966 from Muller-Castro/value2ref-coreRémi Verschelde2024-02-152-6/+6
|\ \ \
| * | | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-6/+6
* | | | SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
|/ / /
* | | Merge pull request #85100 from ztc0611/fix-ios-focus-mainloop-notifsRémi Verschelde2024-02-143-0/+39
|\ \ \
| * | | Enhance mobile suspend MainLoop NotificationsZach Coleman2024-02-043-0/+39
| |/ /
* | | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-133-2/+33
* | | Merge pull request #87999 from bruvzg/metal_layerRémi Verschelde2024-02-133-9/+9
|\ \ \
| * | | [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.bruvzg2024-02-133-9/+9
* | | | Merge pull request #87908 from bruvzg/mac_gen_plistRémi Verschelde2024-02-131-2/+8
|\ \ \ \
| * | | | [macOS] Generate min. Info.plist for frameworks if it's missing. Validate fra...bruvzg2024-02-031-2/+8
| | |/ / | |/| |
* | | | [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-132-0/+63
| |/ / |/| |
* | | Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-126-52/+65
* | | Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+1
|\ \ \
| * | | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+1
| |/ /
* | | Merge pull request #86843 from RandomShaper/fix_null_ptrRémi Verschelde2024-02-071-2/+4
|\ \ \ | |/ / |/| |
| * | Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-2/+4
| |/