summaryrefslogtreecommitdiffstats
path: root/platform/android/display_server_android.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* 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
* Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-071-1/+1
* Fixed screen orientation on AndroidSzymon Majewski2021-05-241-0/+2
* Android: Add support for cursor iconsthebestnom2021-05-191-0/+27
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Android: Allow Mouse Capture thebestnom2020-12-081-1/+6
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-7/+7
* Android: Mouse Implementationthebestnom2020-10-091-2/+14
* Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp2020-07-261-1/+1
* Android: Keyboard modifier and arrow key supportthebestnom2020-07-211-0/+7
* Proper surface reset when resuming app on AndroidPouleyKetchoupp2020-05-241-0/+2
* Fix Android LineEdit editing bugsSkyJJ2020-05-161-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0