summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-062-2/+2
* Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-0339-78/+78
* Remove build system code for 32-bit iOSAaron Franke2021-12-221-25/+5
* Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-182-17/+15
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-2/+3
* Use "enum class" for input enumsAaron Franke2021-11-123-27/+27
* [iOS export] Capture and display xcodebuild output.bruvzg2021-11-071-2/+6
* Fix new projects always being created with OpenGLHugo Locurcio2021-11-011-1/+1
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-314-1931/+8
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-304-9/+8
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-302-0/+1926
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-3/+3
* iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry2021-10-171-1/+1
* SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-5/+1
* Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee2021-10-141-2/+0
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez2021-10-094-6/+16
* 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
|\