summaryrefslogtreecommitdiffstats
path: root/platform/android/display_server_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98712 from syntaxerror247/android_accent_colorThaddeus Crews2024-11-041-0/+6
|\
| * [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+6
* | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-8/+0
|\ \ | |/ |/|
| * Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-8/+0
* | [Android] Implement native file picker supportAnish Mishra2024-10-301-1/+14
* | [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-301-0/+1
|/
* Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-7/+12
|\
| * Fix fallbacks to OpenGLSummersay4152024-10-281-7/+12
* | Merge pull request #98574 from syntaxerror247/android_input_dialogThaddeus Crews2024-10-291-1/+14
|\ \
| * | [Android] Implement native input dialog supportAnish Mishra2024-10-291-1/+14
| |/
* | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+8
|\ \ | |/ |/|
| * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+8
* | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-251-0/+8
|\ \ | |/ |/|
| * OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-041-0/+8
* | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-021-0/+7
|/
* Added fallback_to_opengl3SheepYhangCN2024-09-201-3/+11
* Remove debug print from Android `DisplayServer.screen_get_scale` implementationRobert Cadena2024-09-161-1/+0
* Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-2/+6
* Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-1/+0
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+9
* 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
* [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/+12
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+10
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-32/+44
* Avoid several null-dereferences of ApiContextRDPedro J. Estébanez2024-02-061-3/+6
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-51/+73
* Add Direct3D 12 RenderingDevice implementationPedro J. Estébanez2023-12-121-0/+3
* Fix Android logic for deferred window input events being invertedAlexander Hartmann2023-10-241-2/+2
* Add vararg call() method to C++ Callablekobewi2023-10-051-14/+4
* Support dark mode on Android and iOS.Zae2023-09-261-0/+14
* [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
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-2/+6
* Fix null-pointer dereference on Android systems when using gl_compatibility r...Malcolm Nixon2023-03-111-4/+7
* Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
* Update the logic to calculate the screen scale on AndroidFredia Huya-Kouadio2023-01-221-1/+12
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-6/+7
* Use BitField<> in core type masksJuan Linietsky2023-01-081-2/+2
* 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 #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
|/
* Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...David Snopek2022-12-041-4/+10
* Enable GLES3 on Androidclayjohn2022-11-291-19/+14
* Add missing display server overridesFredia Huya-Kouadio2022-11-271-2/+35
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+5
* Make window creation with custom position do not flashWei Guo2022-10-241-3/+3