Age | Commit message (Expand) | Author |
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-25 | Fix various typos with codespell | luz paz |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-21 | Fix popup closing immediately after showing on some Linux WMs | PouleyKetchoupp |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-20 | Add "Keep screen on" feature to `DisplayServerX11` | Niklas Higi |
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-06-03 | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-08 | Remove debugging prints in the Linux DisplayServer | Hugo Locurcio |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-05 | Style: Apply clang-tidy's `modernize-use-nullptr` | Rémi Verschelde |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-08 | Linux: Fix PRIME detection on Steam | Rémi Verschelde |
2021-02-28 | Fix out of bounds array access on DisplayServerX11 code | Pedro Rodrigues |
2021-02-18 | Modernize atomics | Pedro J. Estébanez |
2021-01-31 | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-16 | Fix named anonymous struct warning | Marcel Admiraal |
2020-12-04 | RenderingServer reorganization | reduz |
2020-12-03 | Reorganize rendering server. | reduz |
2020-12-02 | X11: Include limits.h for LONG_MAX | Rémi Verschelde |
2020-11-27 | Implement INCR mechanism for Linux clipboard | PouleyKetchoupp |
2020-11-26 | Merge pull request #42652 from nekomatata/x11-clipboard-save-targets | Rémi Verschelde |
2020-11-15 | Add XChangeProperty Atoms validity checks. | bruvzg |
2020-11-14 | Fixes crash if Vulkan presentation surface is not available. | bruvzg |
2020-11-12 | Add X11 Atom validity checks. | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-09 | Implement SAVE_TARGETS mechanism for Linux clipboard | PouleyKetchoupp |
2020-10-08 | Fix x11 display server crash when deleting popup window when unfocused | PouleyKetchoupp |
2020-09-25 | Fix delay to process clipboard content from Godot in other programs | PouleyKetchoupp |
2020-09-24 | Fix general keyboard input lag on X11 display server | PouleyKetchoupp |
2020-09-18 | X11: Try to load libXrandr.so.3 if libXrandr.so.2 isn't found | Rémi Verschelde |
2020-09-17 | Add window click-through support. | bruvzg |
2020-09-03 | Fix drag and drop between windows in X11 display server | PouleyKetchoupp |
2020-08-26 | Fix menu popups delay and focus in X11 display server | PouleyKetchoupp |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-07-31 | Fix losing X11 window normal size hint properties | opl- |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |