summaryrefslogtreecommitdiffstats
path: root/platform/ios/display_server_ios.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+1
|\
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+6
|\|
| * Fix fallbacks to OpenGLSummersay4152024-10-281-1/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-021-0/+10
* Added fallback_to_opengl3SheepYhangCN2024-09-201-3/+11
* Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-1/+25
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+8
* [DisplayServer] Add error messages and descriptions to callbacks.bruvzg2024-05-281-1/+6
* Properly set window class in WaylandPaulo Poiati2024-05-221-3/+3
* Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* [iOS] Fix sensors orientation.bruvzg2024-04-231-14/+8
* [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-1/+11
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+10
* [macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.bruvzg2024-02-131-1/+1
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-25/+29
* Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+1
|\
| * Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+1
* | Merge pull request #86843 from RandomShaper/fix_null_ptrRémi Verschelde2024-02-071-2/+4
|\ \ | |/ |/|
| * Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-2/+4
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-1/+2
|/
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-35/+47
* Make screen_get_refresh_rate() respect iOS Low Power ModeZach Coleman2023-11-171-1/+5
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-7/+7
* Add vararg call() method to C++ Callablekobewi2023-10-051-4/+1
* [iOS] Fix build with Xcode 15.bruvzg2023-09-271-12/+8
* Support dark mode on Android and iOS.Zae2023-09-261-0/+16
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+1
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+4
* [iOS] Fix orientation change in runtime.bruvzg2023-06-121-0/+5
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-6/+7
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-8/+11
* Cleanup and unify keyboard input.bruvzg2023-01-231-4/+26
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* [iOS] Restore OpenGLES3 renderer support.bruvzg2023-01-221-26/+21
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-22/+3
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-3/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70482 from bruvzg/ios_pencilRémi Verschelde2023-01-031-1/+3
|\
| * [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-231-1/+3
* | fix contentScaleFactor on iOSMarius Seufzer2022-12-231-1/+1
|/
* Remove Disable Touch debug project settingHugo Locurcio2022-12-171-18/+14
* [iOS] Fix broken single line input and incorrect selection / caret position.bruvzg2022-12-121-4/+14
* Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-071-1/+5
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+5
* | Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-1/+1
|/
* Remove duplicate project settings definitionskobewi2022-11-081-2/+2