Age | Commit message (Expand) | Author |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio |
2021-08-13 | Switch to input buffering on Android | Pedro J. Estébanez |
2021-08-13 | Add input buffering framework | Pedro J. Estébanez |
2021-08-13 | Improve input event accumulation | Pedro J. Estébanez |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-05-24 | Fixed screen orientation on Android | Szymon Majewski |
2021-05-19 | Android: Add support for cursor icons | thebestnom |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-07 | OS: Remove native video API only implemented on iOS | Rémi Verschelde |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-08 | Android: fix mouse capture relative wrong | thebestnom |
2020-12-08 | Android: Allow Mouse Capture | thebestnom |
2020-12-04 | RenderingServer reorganization | reduz |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-30 | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde |
2020-10-27 | Implement OS.get_window_safe_area() for Android | Mark Riedesel |
2020-10-09 | Android: Mouse Implementation | thebestnom |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-07-26 | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp |
2020-07-21 | Android: Keyboard modifier and arrow key support | thebestnom |
2020-07-14 | Android: fix display server always alerting no Vulkan support | thebestnom |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-05-24 | Proper surface reset when resuming app on Android | PouleyKetchoupp |
2020-05-16 | Fix Android LineEdit editing bugs | SkyJJ |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-08 | Display Server support | PouleyKetchoupp |