summaryrefslogtreecommitdiff
path: root/platform/ios
AgeCommit message (Expand)Author
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70482 from bruvzg/ios_pencilRémi Verschelde
2022-12-23[iOS] Add Apple Pencil pressure and tilt support.bruvzg
2022-12-23fix contentScaleFactor on iOSMarius Seufzer
2022-12-17Remove Disable Touch debug project settingHugo Locurcio
2022-12-16[macOS/iOS] Use framework Info.plist to determine library name.bruvzg
2022-12-12[iOS] Fix broken single line input and incorrect selection / caret position.bruvzg
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-12-07Fix Determining Window for TouchscreenMarkus Sauermann
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-29[iOS] Read document and cache path directly in the OS code, instead of passin...bruvzg
2022-11-28Merge pull request #68740 from bruvzg/ios_fixesRémi Verschelde
2022-11-21[Export] Use image loader directly to avoid "resource as image file" errors.bruvzg
2022-11-18Windows icon export improvements.bruvzg
2022-11-17[iOS] iOS export improvements.bruvzg
2022-11-16[iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...bruvzg
2022-11-08Remove duplicate project settings definitionskobewi
2022-11-01Load and use system emoji font in the editor.bruvzg
2022-10-31Merge pull request #68044 from ztc0611/ios-promotionRémi Verschelde
2022-10-31Add ProMotion Support to iOS ExportsZach Coleman
2022-10-31Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde
2022-10-31Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde
2022-10-28Merge pull request #67790 from kdada/fix-flash-windowClay John
2022-10-26Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-22Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-17Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde
2022-10-14Make some Image methods statickobewi
2022-10-12Add iOS UI OptionsZach Coleman
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-23SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde
2022-09-23SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde
2022-09-20Merge pull request #65745 from akien-mga/scons-production-lto-earlierRémi Verschelde
2022-09-20Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-19SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-13Check for ios_simulator when building for x86_64Ted Spikes
2022-09-08SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde
2022-09-06Rename `range_lerp` to `remap`Micky
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-26Merge pull request #64562 from bruvzg/fix_dup_localesRémi Verschelde
2022-08-25Improve platform-specific READMEs to add useful linksHugo Locurcio