summaryrefslogtreecommitdiff
path: root/platform/iphone
AgeCommit message (Expand)Author
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-13Update game controller enums.Marcel Admiraal
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix exporting corrupted Xcode pbxproj if project name has spacesIgnacio Etcheverry
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-28Fix copyright headers for recently added filesRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-24Remove unused classes and stray headersRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-25doc: Sync classref for Packed{Int,Float}{32,64}Array additionsRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-21Stub out Vulkan context for iPhoneSam Green
2020-02-21Add use_static_mvk optionSam Green
2020-02-21Update detect.pySam Green
2020-02-21Resolve iOS and GLES compilation failuresSam Green
2020-02-21Import the correct rasterizer based on build settingsSam Green
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #34140 from bruvzg/ios_auto_icons_and_loadscreensRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-18Fix crash when closing app on iphonezxcvdev
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-14Change bundle name rules on iOS to match Apple's requirementsJonas Bernemann
2019-12-13Add project setting to hide home indicator on iOSJonas Bernemann
2019-12-06[iOS] Adds export options to automatically generate iOS icons and launch scre...bruvzg
2019-12-06iOS: Disable armv7 as target arch by defaultRémi Verschelde
2019-12-03[iOS] Add export options to control external access to user data.bruvzg
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-05Fix crash on exit or resume on iOS 13Max
2019-10-25Merge pull request #32326 from starryalley/ios_get_model_nameRémi Verschelde
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg