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
/
android
/
display_server_android.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
[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
/
+12
*
Add method to get "base" system UI color (macOS/Windows) and system theme cha...
bruvzg
2024-02-13
1
-0
/
+10
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-32
/
+44
*
Avoid several null-dereferences of ApiContextRD
Pedro J. Estébanez
2024-02-06
1
-3
/
+6
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-51
/
+73
*
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-0
/
+3
*
Fix Android logic for deferred window input events being inverted
Alexander Hartmann
2023-10-24
1
-2
/
+2
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-14
/
+4
*
Support dark mode on Android and iOS.
Zae
2023-09-26
1
-0
/
+14
*
[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
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-2
/
+6
*
Fix null-pointer dereference on Android systems when using gl_compatibility r...
Malcolm Nixon
2023-03-11
1
-4
/
+7
*
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
Rémi Verschelde
2023-02-17
1
-0
/
+2
*
Update the logic to calculate the screen scale on Android
Fredia Huya-Kouadio
2023-01-22
1
-1
/
+12
*
Improve DisplayServer message for video card drivers failure
Rémi Verschelde
2023-01-17
1
-6
/
+7
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-2
/
+2
*
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 #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
|
/
*
Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...
David Snopek
2022-12-04
1
-4
/
+10
*
Enable GLES3 on Android
clayjohn
2022-11-29
1
-19
/
+14
*
Add missing display server overrides
Fredia Huya-Kouadio
2022-11-27
1
-2
/
+35
*
Add support for OpenGL to OpenXR
David Snopek
2022-11-08
1
-0
/
+5
*
Make window creation with custom position do not flash
Wei Guo
2022-10-24
1
-3
/
+3
*
Harmonize return values of window_create() in rendering drivers
Pedro J. Estébanez
2022-10-07
1
-2
/
+2
*
Cleanup of the Android cursor shape logic
Fredia Huya-Kouadio
2022-10-05
1
-0
/
+6
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
1
-2
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-3
/
+3
*
Cleanup Android C++ code
Marcel Admiraal
2022-05-31
1
-14
/
+14
*
Fix screen_get_usable_rect returning display safe area
Marcel Admiraal
2022-05-02
1
-5
/
+8
*
Merge pull request #60551 from madmiraal/implement-3466
Rémi Verschelde
2022-05-02
1
-0
/
+6
|
\
|
*
Add a method for obtaining display cutouts on Android
Marcel Admiraal
2022-04-26
1
-0
/
+6
*
|
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
1
-0
/
+30
|
/
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+2
*
Update the editor display scale based on the device's scaled density
Fredia Huya-Kouadio
2022-04-04
1
-0
/
+7
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-1
/
+1
*
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
1
-0
/
+10
|
\
|
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+10
*
|
Merge pull request #56785 from bruvzg/nat_handles_4
Rémi Verschelde
2022-01-27
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add support for getting native display, window, and view handles.
bruvzg
2022-01-14
1
-0
/
+18
*
|
Add `DisplayServer.clipboard_has()` to check clipboard content
Haoyu Qiu
2022-01-19
1
-0
/
+11
*
|
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-1
/
+0
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
[next]