| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restructure and reimplement vsync options | Hendrik Brucker | 2021-07-06 | 1 | -32/+17 |
| * | Use mouse and joypad enums instead of plain integers | Aaron Franke | 2021-06-20 | 1 | -2/+2 |
| * | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke | 2021-06-03 | 1 | -0/+1 |
| * | Move remaining dummy drivers to servers. | Fabio Alessandrelli | 2021-06-01 | 1 | -5/+11 |
| * | OS: Remove native video API only implemented on iOS | Rémi Verschelde | 2021-05-07 | 1 | -28/+0 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2021-02-19 | 1 | -1/+1 |
| * | Move tablet driver API from OS to DisplayServer. | bruvzg | 2021-02-18 | 1 | -0/+5 |
| * | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | Refactor MethodBind to use variadic templates | reduz | 2020-10-18 | 1 | -1/+0 |
| * | Add window click-through support. | bruvzg | 2020-09-17 | 1 | -0/+5 |
| * | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp | 2020-08-22 | 1 | -0/+4 |
| * | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky | 2020-08-19 | 1 | -4/+0 |
| * | Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixes | Rémi Verschelde | 2020-07-26 | 1 | -2/+3 |
| |\ |
|
| | * | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp | 2020-07-26 | 1 | -2/+3 |
| * | | DisplayServer: separate window showing into another function | Lorenzo Cerqua | 2020-07-23 | 1 | -0/+4 |
| |/ |
|
| * | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 1 | -1/+1 |
| * | Fix cancel/OK button order on macOS | Daniel Ting | 2020-07-10 | 1 | -2/+2 |
| * | [macOS] Implement seamless display scaling. | bruvzg | 2020-07-04 | 1 | -0/+1 |
| * | Environment: Refactor code for readability + more | Rémi Verschelde | 2020-07-01 | 1 | -2/+2 |
| * | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg | 2020-06-13 | 1 | -11/+22 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2020-05-20 | 1 | -2/+2 |
| * | Fix Android LineEdit editing bugs | SkyJJ | 2020-05-16 | 1 | -1/+1 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+28 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -13/+13 |
| * | Fix Clang warnings on Windows | Rémi Verschelde | 2020-04-01 | 1 | -5/+1 |
| * | some typo in method binds fixed | Thakee Nathees | 2020-04-01 | 1 | -1/+1 |
| * | DisplayServer: Fix registration of GetRenderingDriversFunction | Rémi Verschelde | 2020-03-27 | 1 | -2/+5 |
| * | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 1 | -8/+106 |
| * | Fixes to X11, still pretty broken | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
| * | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky | 2020-03-26 | 1 | -0/+4 |
| * | Reworked tooltips to use the popup system. | Juan Linietsky | 2020-03-26 | 1 | -0/+2 |
| * | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 1 | -0/+1 |
| * | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | Separate DisplayServer from OS on Windows | Juan Linietsky | 2020-03-26 | 1 | -0/+2 |
| * | Support for transient windows | Juan Linietsky | 2020-03-26 | 1 | -0/+2 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -13/+24 |
| * | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+2 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -4/+103 |
| * | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -0/+374 |