index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
ios
/
display_server_ios.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+1
|
\
|
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-0
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+6
|
\
|
|
*
Fix fallbacks to OpenGL
Summersay415
2024-10-28
1
-1
/
+6
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[DisplayServer] Implement has_hardware_keyboard method for Android and iOS.
bruvzg
2024-10-02
1
-0
/
+10
*
Added fallback_to_opengl3
SheepYhangCN
2024-09-20
1
-3
/
+11
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
1
-1
/
+25
*
Improve handling of rendering startup errors
Pedro J. Estébanez
2024-06-28
1
-1
/
+8
*
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-1
/
+6
*
Properly set window class in Wayland
Paulo Poiati
2024-05-22
1
-3
/
+3
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
[iOS] Fix sensors orientation.
bruvzg
2024-04-23
1
-14
/
+8
*
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
1
-0
/
+2
*
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
1
-1
/
+11
*
Add method to get "base" system UI color (macOS/Windows) and system theme cha...
bruvzg
2024-02-13
1
-0
/
+10
*
[macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.
bruvzg
2024-02-13
1
-1
/
+1
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-25
/
+29
*
Merge pull request #82800 from Sauermann/fix-screen-mousemotion
Rémi Verschelde
2024-02-09
1
-0
/
+1
|
\
|
*
Add screen-related attributes to mouse input events
Markus Sauermann
2024-02-05
1
-0
/
+1
*
|
Merge pull request #86843 from RandomShaper/fix_null_ptr
Rémi Verschelde
2024-02-07
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Avoid several null-dereferences of ApiContextRD
Pedro J. Estébanez
2024-02-06
1
-2
/
+4
*
|
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-1
/
+2
|
/
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-35
/
+47
*
Make screen_get_refresh_rate() respect iOS Low Power Mode
Zach Coleman
2023-11-17
1
-1
/
+5
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-7
/
+7
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-4
/
+1
*
[iOS] Fix build with Xcode 15.
bruvzg
2023-09-27
1
-12
/
+8
*
Support dark mode on Android and iOS.
Zae
2023-09-26
1
-0
/
+16
*
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
1
-1
/
+1
*
[DisplayServer] Add method to check if native window is focused.
bruvzg
2023-06-16
1
-0
/
+4
*
[iOS] Fix orientation change in runtime.
bruvzg
2023-06-12
1
-0
/
+5
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-6
/
+7
*
Add `audio/general/text_to_speech` project setting to enable/disable TTS.
bruvzg
2023-05-18
1
-8
/
+11
*
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-4
/
+26
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
[iOS] Restore OpenGLES3 renderer support.
bruvzg
2023-01-22
1
-26
/
+21
*
Improve DisplayServer message for video card drivers failure
Rémi Verschelde
2023-01-17
1
-22
/
+3
*
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-3
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #70482 from bruvzg/ios_pencil
Rémi Verschelde
2023-01-03
1
-1
/
+3
|
\
|
*
[iOS] Add Apple Pencil pressure and tilt support.
bruvzg
2022-12-23
1
-1
/
+3
*
|
fix contentScaleFactor on iOS
Marius Seufzer
2022-12-23
1
-1
/
+1
|
/
*
Remove Disable Touch debug project setting
Hugo Locurcio
2022-12-17
1
-18
/
+14
*
[iOS] Fix broken single line input and incorrect selection / caret position.
bruvzg
2022-12-12
1
-4
/
+14
*
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
1
-1
/
+5
|
\
|
*
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
1
-1
/
+5
*
|
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-07
1
-1
/
+1
|
/
*
Remove duplicate project settings definitions
kobewi
2022-11-08
1
-2
/
+2
[next]