| Commit message (Expand) | Author | Age | Files | Lines |
* | Make window creation with custom position do not flash | Wei Guo | 2022-10-24 | 1 | -3/+3 |
* | Harmonize return values of window_create() in rendering drivers | Pedro J. Estébanez | 2022-10-07 | 1 | -2/+2 |
* | Cleanup of the Android cursor shape logic | Fredia Huya-Kouadio | 2022-10-05 | 1 | -0/+6 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -2/+2 |
* | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -2/+2 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -3/+3 |
* | Cleanup Android C++ code | Marcel Admiraal | 2022-05-31 | 1 | -14/+14 |
* | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal | 2022-05-02 | 1 | -5/+8 |
* | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde | 2022-05-02 | 1 | -0/+6 |
|\ |
|
| * | Add a method for obtaining display cutouts on Android | Marcel Admiraal | 2022-04-26 | 1 | -0/+6 |
* | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+30 |
|/ |
|
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+2 |
* | Update the editor display scale based on the device's scaled density | Fredia Huya-Kouadio | 2022-04-04 | 1 | -0/+7 |
* | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -1/+1 |
* | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde | 2022-02-04 | 1 | -0/+10 |
|\ |
|
| * | Add screen_get_refresh_rate to DisplayServer | jordi | 2022-02-03 | 1 | -0/+10 |
* | | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | 2022-01-27 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | Add support for getting native display, window, and view handles. | bruvzg | 2022-01-14 | 1 | -0/+18 |
* | | Add `DisplayServer.clipboard_has()` to check clipboard content | Haoyu Qiu | 2022-01-19 | 1 | -0/+11 |
* | | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -1/+0 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Fix Android `get_screen_orientation()` not returning valid values | Marcel Admiraal | 2021-11-21 | 1 | -1/+3 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -7/+7 |
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 1 | -3/+3 |
* | Switch to input buffering on Android | Pedro J. Estébanez | 2021-08-13 | 1 | -366/+11 |
* | Add input buffering framework | Pedro J. Estébanez | 2021-08-13 | 1 | -1/+1 |
* | Improve input event accumulation | Pedro J. Estébanez | 2021-08-13 | 1 | -14/+14 |
* | Use Key enum instead of plain integers | Aaron Franke | 2021-08-10 | 1 | -2/+2 |
* | Move `alert` function from `DisplayServer` to `OS`. | bruvzg | 2021-07-22 | 1 | -8/+1 |
* | Restructure and reimplement vsync options | Hendrik Brucker | 2021-07-06 | 1 | -5/+20 |
* | Use mouse and joypad enums instead of plain integers | Aaron Franke | 2021-06-20 | 1 | -15/+13 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -13/+13 |
* | Fixed screen orientation on Android | Szymon Majewski | 2021-05-24 | 1 | -1/+14 |
* | Android: Add support for cursor icons | thebestnom | 2021-05-19 | 1 | -3/+23 |
* | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde | 2021-05-17 | 1 | -5/+5 |
|\ |
|
| * | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A | 2021-05-07 | 1 | -5/+5 |
* | | OS: Remove native video API only implemented on iOS | Rémi Verschelde | 2021-05-07 | 1 | -1/+0 |
|/ |
|
* | Rename `doubleclick` to `double_click` | Aaron Franke | 2021-05-04 | 1 | -1/+1 |
* | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke | 2021-03-23 | 1 | -1/+1 |
* | Rename ButtonList enum and members to MouseButton | Aaron Franke | 2021-03-23 | 1 | -19/+19 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Android: fix mouse capture relative wrong | thebestnom | 2020-12-08 | 1 | -1/+0 |
* | Android: Allow Mouse Capture | thebestnom | 2020-12-08 | 1 | -8/+43 |
* | RenderingServer reorganization | reduz | 2020-12-04 | 1 | -2/+2 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -1/+20 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde | 2020-10-30 | 1 | -24/+144 |
|\ |
|
| * | Android: Mouse Implementation | thebestnom | 2020-10-09 | 1 | -24/+144 |
* | | Implement OS.get_window_safe_area() for Android | Mark Riedesel | 2020-10-27 | 1 | -2/+5 |
|/ |
|