summaryrefslogtreecommitdiffstats
path: root/platform/android/display_server_android.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+2
|\
| * Merge pull request #98712 from syntaxerror247/android_accent_colorThaddeus Crews2024-11-041-0/+2
| |\
| | * [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+2
| * | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-1/+0
| |\ \ | | |/ | |/|
| | * Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-1/+0
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+4
|\| |
| * | [Android] Implement native file picker supportAnish Mishra2024-10-301-0/+4
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+6
|\|
| * Merge pull request #98574 from syntaxerror247/android_input_dialogThaddeus Crews2024-10-291-0/+5
| |\
| | * [Android] Implement native input dialog supportAnish Mishra2024-10-291-0/+5
| * | Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+1
| |/
* | 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/+1
* Properly set window class in WaylandPaulo Poiati2024-05-221-2/+2
* Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-041-0/+1
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+5
* Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...Dario2024-02-121-2/+2
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-6/+6
* Support dark mode on Android and iOS.Zae2023-09-261-0/+3
* [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-0/+1
* Don't expose mac specific display server.HolonProduction2023-05-111-0/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-2/+3
* 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/+2
|\
| * Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+2
* | Fix Determining Window for TouchscreenMarkus Sauermann2022-12-071-1/+1
|/
* Add missing display server overridesFredia Huya-Kouadio2022-11-271-0/+10
* Make window creation with custom position do not flashWei Guo2022-10-241-2/+2
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-1/+1
* Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-021-0/+1
* Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-021-0/+2
|\
| * Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-261-0/+2
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+9
|/
* Update the editor display scale based on the device's scaled densityFredia Huya-Kouadio2022-04-041-0/+1
* Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+1
|\
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+1
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+3
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+3
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+1
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-181-2/+2
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-50/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-2/+0
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-60/+73
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-2/+4
* Android: Initialize mouse modethebestnom2021-07-021-1/+1
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-5/+5