summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-266-9/+35
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | [iOS export] Improve .xcframework exporting.bruvzg2024-01-112-95/+282
* | [macOS/iOS export] Add option to set custom Info.plist data.bruvzg2024-01-112-0/+32
* | Merge pull request #87077 from bruvzg/ios_loggerRémi Verschelde2024-01-114-6/+122
|\ \
| * | [iOS] Improve logger.bruvzg2024-01-114-6/+122
* | | set provisioning style for both "iPhone Developer" and "iPhone Distribution" ...Sassan Haradji2024-01-111-2/+2
|/ /
* | [iOS export] Add export options for performance capabilities and min. iOS ver...bruvzg2024-01-042-1/+23
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* | | Merge pull request #86312 from bruvzg/ios_fix_screen_resRémi Verschelde2024-01-033-202/+8
|\ \ \
| * | | [iOS] Remove deprecated LaunchImages support and switch to Storyboard by defa...bruvzg2023-12-183-202/+8
| |/ /
* | | Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...Rémi Verschelde2024-01-021-0/+2
|\ \ \
| * | | Distinguishs between dynamic library not found and can't be opened.Daylily-Zeleen2024-01-011-0/+2
| | |/ | |/|