summaryrefslogtreecommitdiffstats
path: root/platform/ios
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #70482 from bruvzg/ios_pencilRémi Verschelde2023-01-033-4/+8
|\
| * [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-233-4/+8
* | fix contentScaleFactor on iOSMarius Seufzer2022-12-232-2/+2
|/
* Remove Disable Touch debug project settingHugo Locurcio2022-12-171-18/+14
* [macOS/iOS] Use framework Info.plist to determine library name.bruvzg2022-12-162-1/+46
* [iOS] Fix broken single line input and incorrect selection / caret position.bruvzg2022-12-123-19/+37
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-121-1/+1
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-2/+7
|\ \
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-2/+7
| |/
* / Fix Determining Window for TouchscreenMarkus Sauermann2022-12-072-2/+2
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-042-5/+142
* [iOS] Read document and cache path directly in the OS code, instead of passin...bruvzg2022-11-294-33/+21
* Merge pull request #68740 from bruvzg/ios_fixesRémi Verschelde2022-11-282-9/+9
|\
| * [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha...bruvzg2022-11-162-9/+9
* | [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-211-3/+3
* | Windows icon export improvements.bruvzg2022-11-181-10/+13
* | [iOS] iOS export improvements.bruvzg2022-11-171-54/+67
|/
* Remove duplicate project settings definitionskobewi2022-11-081-2/+2
* Load and use system emoji font in the editor.bruvzg2022-11-011-1/+8
* Merge pull request #68044 from ztc0611/ios-promotionRémi Verschelde2022-10-311-6/+7
|\
| * Add ProMotion Support to iOS ExportsZach Coleman2022-10-311-6/+7
* | Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-314-2/+11
|\ \ | |/ |/|
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-264-2/+11
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-15/+15
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-15/+15
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+5
|\ \ \ | |_|/ |/| |
| * | Make window creation with custom position do not flashWei Guo2022-10-242-5/+5
| |/
* / Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-0/+1
|/
* Merge pull request #67322 from ztc0611/add-ios-ui-optionsRémi Verschelde2022-10-171-2/+10
|\
| * Add iOS UI OptionsZach Coleman2022-10-121-2/+10
* | Make some Image methods statickobewi2022-10-141-4/+2
|/
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-24/+5
* Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-3/+3
* SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` definesRémi Verschelde2022-09-231-3/+2
* SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize`Rémi Verschelde2022-09-231-2/+2
* Merge pull request #65745 from akien-mga/scons-production-lto-earlierRémi Verschelde2022-09-201-4/+5
|\
| * SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-4/+5
* | Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde2022-09-204-9/+8
|\ \ | |/ |/|
| * Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-194-9/+8
* | Add get_distribution_name() and get_version() to OSMJacred2022-09-162-0/+11
|/
* Check for ios_simulator when building for x86_64Ted Spikes2022-09-131-0/+4
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-3/+11
* Rename `range_lerp` to `remap`Micky2022-09-061-3/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-293-29/+29
* Merge pull request #64562 from bruvzg/fix_dup_localesRémi Verschelde2022-08-261-27/+39
|\
| * [macOS / iOS Export] Fix generation of duplicate locale property list files.bruvzg2022-08-181-27/+39
* | Improve platform-specific READMEs to add useful linksHugo Locurcio2022-08-251-0/+14
* | Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-5/+10