summaryrefslogtreecommitdiff
path: root/platform/iphone
AgeCommit message (Expand)Author
2022-02-04Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde
2022-02-04Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-03Add screen_get_refresh_rate to DisplayServerjordi
2022-02-02Merge pull request #57203 from bruvzg/ios_export_fixRémi Verschelde
2022-01-27Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde
2022-01-25[iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-17[iOS] Improve iOS icon / loading screen export.bruvzg
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
2022-01-14Fix Actions mapped to triggers not using the full rangeMarcel Admiraal
2022-01-14Add support for getting native display, window, and view handles.bruvzg
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-22Remove build system code for 32-bit iOSAaron Franke
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
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