summaryrefslogtreecommitdiff
path: root/platform/iphone
AgeCommit message (Expand)Author
2021-12-22Remove build system code for 32-bit iOSAaron Franke
2021-12-18Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-07[iOS export] Capture and display xcodebuild output.bruvzg
2021-11-01Fix new projects always being created with OpenGLHugo Locurcio
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-10-30Add GLES2 2D renderer + Linux display managerlawnjelly
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-17iOS: Don't embed project static frameworks/libsIgnacio Roldán Etcheverry
2021-10-15SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde
2021-10-14Fix specific warnings issues by ClangK. S. Ernest (iFire) Lee
2021-10-14SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde
2021-10-09Implement get_cache_path() for iOS, and improve it for Android and WindowsPedro J. Estébanez
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-13Upgrade Vulkan memory allocatorPedro J. Estébanez
2021-08-12Split iphone platform export template into multiple filesSergey Minakov
2021-08-12Remove unnecessary iOS linker flags.bruvzg
2021-08-12Use "volk" instead of statically linked Vulkan loader.bruvzg
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-06[iOS] Use platform generated api to initialize iOS pluginsSergey Minakov
2021-07-25Fix various typos with codespellluz paz
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-13[iOS] Fix plugin configuration loadingSergey Minakov
2021-07-13Fix casing of the "to" stop word in editor stringsHugo Locurcio
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-22Merge pull request #49803 from naithar/feature/ios-plugin-multitype-plist-4.0Rémi Verschelde
2021-06-21[iOS] Support multiple plist typesSergey Minakov
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio
2021-05-31Merge pull request #49137 from RandomShaper/ios_targeted_familyRémi Verschelde
2021-05-27Add iOS export option for device familyPedro J. Estébanez
2021-05-25Set schemes' build config to debug/release in iOS Xcode exportPedro J. Estébanez
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-07OS: Remove native video API only implemented on iOSRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-30Merge pull request #48323 from naithar/fix/ios-virtual-keyboard-rangeRémi Verschelde
2021-04-30[iOS] Nonnegative start index for virtual keyboard rangeSergey Minakov
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-13[iOS] Fix for plugin modified time checkSergey Minakov
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-20Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde
2021-03-17Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde