summaryrefslogtreecommitdiffstats
path: root/platform/iphone
Commit message (Expand)AuthorAgeFilesLines
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-285-0/+275
* Vibrate using iOS haptics engine on supported devicesTimo Schwarzer2022-04-203-2/+116
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-13/+17
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-45/+34
* Fix some issues found by cppcheck.bruvzg2022-04-062-2/+5
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde2022-03-112-80/+62
|\
| * Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-112-80/+62
* | Improve app name and system permission message localization.bruvzg2022-03-041-14/+29
|/
* [macOS and iOS export] Add localized application name to the translation .pli...bruvzg2022-03-041-0/+53
* [iOS] Fix multitouch not working correctlySergey Minakov2022-02-261-0/+2
* [iOS] Fix incorrect method name for input dragging eventSergey Minakov2022-02-191-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-1611-57/+57
* Add an `OS.get_processor_name()` methodHugo Locurcio2022-02-152-0/+11
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-122-1/+2
* Merge pull request #57605 from naithar/fix/godot-view-touch-4.0Rémi Verschelde2022-02-093-13/+31
|\
| * [iOS] Fix touch handling for overlay viewsSergey Minakov2022-02-033-13/+31
* | Merge pull request #57825 from Calinou/ios-remove-obsolete-defineRémi Verschelde2022-02-091-1/+0
|\ \
| * | Remove obsolete define in the iOS buildsystem codeHugo Locurcio2022-02-081-1/+0
* | | Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
|/ /
* | Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde2022-02-041-1/+1
|\ \
| * | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
| |/
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-042-0/+5
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-032-0/+5
* | Merge pull request #57203 from bruvzg/ios_export_fixRémi Verschelde2022-02-021-4/+29
|\ \
| * | [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-251-4/+29
| |/
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-272-0/+20
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-142-0/+20
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+0
|\ \
| * | [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+0
* | | [iOS] Improve iOS icon / loading screen export.bruvzg2022-01-171-82/+69
* | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-141-6/+3
* | | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-14/+12
| |/ |/|
* | 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