| Age | Commit message (Expand) | Author |
| 2023-02-07 | Use min_size/max_size to limit the window size and the position while popup c... | Rindbee |
| 2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
| 2023-01-09 | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky |
| 2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
| 2022-11-25 | Fix inspector not showing name for LabelSettings.font | Haoyu Qiu |
| 2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
| 2022-09-07 | Merge pull request #65375 from ItsNL/fix-accep-dialog-its_inside_tree-false | Rémi Verschelde |
| 2022-09-07 | Fix "grab_focus: Condition "!is_inside_tree()" is true" when AcceptDialog was... | = |
| 2022-09-07 | Make AcceptDialog and derivatives utilize StyleBox fully | Yuri Sizov |
| 2022-09-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov |
| 2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
| 2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov |
| 2022-07-29 | Remove Signal connect binds | Juan Linietsky |
| 2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
| 2022-06-22 | Replace some TTRCs with TTRs | kobewi |
| 2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
| 2022-04-01 | Add Blender install autodetection and configuration. | reduz |
| 2022-03-24 | Refactor Object metadata | reduz |
| 2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
| 2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
| 2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
| 2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
| 2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
| 2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
| 2021-11-12 | Use "enum class" for input enums | Aaron Franke |
| 2021-10-04 | Remove EDSCALE dependency from /scene/gui | Yuri Sizov |
| 2021-08-28 | Add support for internal nodes | kobewi |
| 2021-07-27 | Multiple cosmetic fixes for embedded windows | Michael Alexsander |
| 2021-07-18 | Optimize StringName usage | reduz |
| 2021-07-13 | Merge pull request #50086 from Geometror/label-improve-layout-options | Rémi Verschelde |
| 2021-07-06 | Add AcceptDialog::remove_button method | kleonc |
| 2021-07-04 | Improvements to Label's layout options | Hendrik Brucker |
| 2021-06-16 | Documentation search fixes | Gregory Basile |
| 2021-06-03 | Use a more specific type for AcceptDialog register_text_enter | Aaron Franke |
| 2021-03-12 | fix translation not updating in ConfirmationDialog (and Window by inheritance) | fabriceci |
| 2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
| 2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
| 2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
| 2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
| 2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
| 2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
| 2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
| 2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
| 2020-07-01 | Add ability to clamp embedded subwindows to parent, fixes #37792 | Juan Linietsky |
| 2020-06-30 | Make dialogs exclusive by default, fixes #37732 | Juan Linietsky |
| 2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
| 2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
| 2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
| 2020-04-06 | Fixes leaks when running editor | qarmin |
| 2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |