summaryrefslogtreecommitdiff
path: root/platform/android/display_server_android.cpp
AgeCommit message (Expand)Author
2021-11-21Fix Android `get_screen_orientation()` not returning valid valuesMarcel Admiraal
2021-10-31Use OpenGL 3.3 core profile instead of compatibility profileClay John
2021-10-30Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio
2021-08-13Switch to input buffering on AndroidPedro J. Estébanez
2021-08-13Add input buffering frameworkPedro J. Estébanez
2021-08-13Improve input event accumulationPedro J. Estébanez
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-06Restructure and reimplement vsync optionsHendrik Brucker
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-05-24Fixed screen orientation on AndroidSzymon Majewski
2021-05-19Android: Add support for cursor iconsthebestnom
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07OS: Remove native video API only implemented on iOSRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Android: fix mouse capture relative wrongthebestnom
2020-12-08Android: Allow Mouse Capture thebestnom
2020-12-04RenderingServer reorganizationreduz
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-30Merge pull request #37158 from thebestnom/android-click-supportRémi Verschelde
2020-10-27Implement OS.get_window_safe_area() for AndroidMark Riedesel
2020-10-09Android: Mouse Implementationthebestnom
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-21Android: Keyboard modifier and arrow key supportthebestnom
2020-07-14Android: fix display server always alerting no Vulkan supportthebestnom
2020-07-13Add error messages if Vulkan init failed, prevent Vulkan context freeing unin...bruvzg
2020-05-24Proper surface reset when resuming app on AndroidPouleyKetchoupp
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-08Display Server supportPouleyKetchoupp