| Commit message (Expand) | Author | Age | Files | Lines |
* | UWP: Remove platform port, needs to be redone from scratch for 4.x | Rémi Verschelde | 2023-09-07 | 1 | -256/+0 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -1/+2 |
* | Merge pull request #70714 from Calinou/doc-os-stdin | Rémi Verschelde | 2023-01-12 | 1 | -1/+1 |
|\ |
|
| * | Improve documentation for `OS.read_string_from_stdin()` | Hugo Locurcio | 2023-01-11 | 1 | -1/+1 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde | 2022-10-03 | 1 | -1/+1 |
* | Add get_distribution_name() and get_version() to OS | MJacred | 2022-09-16 | 1 | -0/+2 |
* | Fixes #65377: get_datetime_* functions can return wrong values | James | 2022-09-10 | 1 | -2/+1 |
* | Remove unused force_quit variable from many OS abstractions | Pedro J. Estébanez | 2022-08-27 | 1 | -1/+0 |
* | Add support for multiple virtual keyboard types | Brian Semrau | 2022-08-04 | 1 | -1/+1 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
* | Add OS::is_process_running function. | mdavisprog | 2022-05-03 | 1 | -0/+1 |
* | Merge pull request #60714 from Calinou/typedef-remove-ref | Rémi Verschelde | 2022-05-03 | 1 | -1/+1 |
|\ |
|
| * | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 1 | -1/+1 |
|/ |
|
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -5/+5 |
* | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -2/+2 |
|\ |
|
| * | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -2/+2 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -2/+2 |
* | Update Time documentation | Aaron Franke | 2021-10-28 | 1 | -2/+2 |
* | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -5/+0 |
* | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon | 2021-09-23 | 1 | -0/+1 |
* | Use Key enum instead of plain integers | Aaron Franke | 2021-08-10 | 1 | -1/+1 |
* | Use mouse and joypad enums instead of plain integers | Aaron Franke | 2021-06-20 | 1 | -2/+2 |
* | Split OS::execute into two methods | Marcel Admiraal | 2021-01-09 | 1 | -1/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Remove OS::can_draw() remnants | Marcel Admiraal | 2020-12-17 | 1 | -1/+0 |
* | Merge pull request #43742 from qarmin/editor_modules_default_values | Rémi Verschelde | 2020-12-08 | 1 | -7/+7 |
|\ |
|
| * | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut | 2020-12-02 | 1 | -7/+7 |
* | | RenderingServer reorganization | reduz | 2020-12-04 | 1 | -1/+1 |
|/ |
|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Fix Return key events in LineEdit & TextEdit on Android | PouleyKetchoupp | 2020-07-26 | 1 | -1/+1 |
* | Fix cancel/OK button order on macOS | Daniel Ting | 2020-07-10 | 1 | -1/+1 |
* | Fix Android LineEdit editing bugs | SkyJJ | 2020-05-16 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -2/+0 |
* | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -1/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -3/+3 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -2/+1 |
* | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 1 | -1/+2 |
* | Remove incomplete battery status/power API | Rémi Verschelde | 2020-02-14 | 1 | -7/+0 |
* | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde | 2020-01-23 | 1 | -1/+1 |
|\ |
|
| * | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço | 2020-01-23 | 1 | -1/+1 |
* | | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio | 2020-01-23 | 1 | -1/+1 |
|/ |
|
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | iOS modular build and export implementation. | bruvzg | 2019-12-01 | 1 | -3/+0 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+0 |
* | Adding a new Camera Server implementation to Godot. | BastiaanOlij | 2019-06-15 | 1 | -0/+3 |