summaryrefslogtreecommitdiffstats
path: root/platform/android/display_server_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make window creation with custom position do not flashWei Guo2022-10-241-3/+3
* Harmonize return values of window_create() in rendering driversPedro J. Estébanez2022-10-071-2/+2
* Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-051-0/+6
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-2/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-14/+14
* Fix screen_get_usable_rect returning display safe areaMarcel Admiraal2022-05-021-5/+8
* Merge pull request #60551 from madmiraal/implement-3466Rémi Verschelde2022-05-021-0/+6
|\
| * Add a method for obtaining display cutouts on AndroidMarcel Admiraal2022-04-261-0/+6
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+30
|/
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Update the editor display scale based on the device's scaled densityFredia Huya-Kouadio2022-04-041-0/+7
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+10
|\
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+10
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+18
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+18
* | Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+11
* | Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde2022-01-171-1/+0
|\ \ | |/ |/|
| * [Windows] Improve console handling and execute/create_process.bruvzg2021-12-181-1/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix Android `get_screen_orientation()` not returning valid valuesMarcel Admiraal2021-11-211-1/+3
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-7/+7
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-3/+3
* Switch to input buffering on AndroidPedro J. Estébanez2021-08-131-366/+11
* Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* Improve input event accumulationPedro J. Estébanez2021-08-131-14/+14
* Use Key enum instead of plain integersAaron Franke2021-08-101-2/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-8/+1
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-5/+20
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-15/+13
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-13/+13
* Fixed screen orientation on AndroidSzymon Majewski2021-05-241-1/+14
* Android: Add support for cursor iconsthebestnom2021-05-191-3/+23
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-5/+5
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-5/+5
* | OS: Remove native video API only implemented on iOSRémi Verschelde2021-05-071-1/+0
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-1/+1
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-1/+1
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-19/+19
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Android: fix mouse capture relative wrongthebestnom2020-12-081-1/+0
* Android: Allow Mouse Capture thebestnom2020-12-081-8/+43
* RenderingServer reorganizationreduz2020-12-041-2/+2
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+20
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Merge pull request #37158 from thebestnom/android-click-supportRémi Verschelde2020-10-301-24/+144
|\
| * Android: Mouse Implementationthebestnom2020-10-091-24/+144
* | Implement OS.get_window_safe_area() for AndroidMark Riedesel2020-10-271-2/+5
|/