summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
* Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
* Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-131-1/+1
* Split iphone platform export template into multiple filesSergey Minakov2021-08-125-2117/+2236
* Remove unnecessary iOS linker flags.bruvzg2021-08-121-38/+0
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-125-11/+18
* Use Key enum instead of plain integersAaron Franke2021-08-103-4/+4
* [iOS] Use platform generated api to initialize iOS pluginsSergey Minakov2021-08-064-7/+90
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-17/+8
* [iOS] Fix plugin configuration loadingSergey Minakov2021-07-132-1/+8
* Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-131-1/+1
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-064-9/+28
* Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0Rémi Verschelde2021-06-222-8/+114
|\
| * [iOS] Support multiple plist typesSergey Minakov2021-06-212-8/+114
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-8/+8
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-112-3/+3
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-3/+3
| |/
* / Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-2/+2
|/
* Merge pull request #49137 from RandomShaper/ios_targeted_familyRémi Verschelde2021-05-311-0/+16
|\
| * Add iOS export option for device familyPedro J. Estébanez2021-05-271-0/+16
* | Set schemes' build config to debug/release in iOS Xcode exportPedro J. Estébanez2021-05-251-0/+2
|/
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-16/+32
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-078-416/+0
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-042-2/+2
* Merge pull request #48323 from naithar/fix/ios-virtual-keyboard-rangeRémi Verschelde2021-04-301-2/+4
|\
| * [iOS] Nonnegative start index for virtual keyboard rangeSergey Minakov2021-04-301-2/+4
* | Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-295-15/+15
|/
* [iOS] Fix for plugin modified time checkSergey Minakov2021-04-131-2/+3
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-1/+1
|\
| * Allow to not optimize release buildRafał Mikrut2021-03-141-1/+1
* | Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer2021-03-171-1/+11
|/
* Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde2021-02-181-13/+13
|\
| * Modernize atomicsPedro J. Estébanez2021-02-181-13/+13
* | Reorganize Project Settingsreduz2021-02-182-2/+2
|/
* Merge pull request #45686 from naithar/feature/extend-plugin-params-4.0Rémi Verschelde2021-02-032-0/+35
|\
| * [iOS] Additional 'linker_flags' plugin parameterSergey Minakov2021-02-032-0/+35
* | iOS: Use storyboard as loading screenSergey Minakov2021-02-033-1/+52
|/
* [iOS] Remove remote notifications codeSergey Minakov2021-02-032-55/+1
* [iOS] Initialize plugins earlierSergey Minakov2021-02-011-2/+2
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+3
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+3
* | [iOS] Rework push notification methods usageSergey Minakov2021-01-262-3/+27
* | Merge pull request #45252 from naithar/feature/plugins-migrationRémi Verschelde2021-01-261-32/+0
|\ \
| * | [iOS] Remove plugins from modules.Sergey Minakov2021-01-171-32/+0
* | | Merge pull request #45277 from bruvzg/ios_arm64_simRémi Verschelde2021-01-262-13/+20
|\ \ \ | |_|/ |/| |
| * | [WIP] Add separate `simulator` flag for iOS build, change main library to `xc...bruvzg2021-01-182-13/+20
| |/
* | [iOS] Fix embedding of plugin librariesSergey Minakov2021-01-181-2/+3
* | [iOS] Added support for '.xcframework' in pluginsSergey Minakov2021-01-172-14/+30
|/