Age | Commit message (Expand) | Author |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | 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 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-13 | Add header theme type variations to labels | kobewi |
2021-07-04 | Improvements to Label's layout options | Hendrik Brucker |
2021-06-08 | Separate version hash from version number in editor and project manager | Andrii Doroshenko (Xrayez) |
2021-04-28 | Make it possible to copy the Godot version identifier by clicking it | Hugo Locurcio |
2021-04-16 | Add the About dialog to the project manager | Hugo Locurcio |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-09-08 | i18n: Sync translations with Weblate | Rémi Verschelde |
2020-08-14 | Update AUTHORS and DONORS list | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-11-06 | Make text in the "About" dialog reset its position when changed | Michael Alexsander |
2019-10-05 | Increase the size of the About dialog | Hugo Locurcio |
2019-08-21 | Tweak a few strings displayed in the editor for consistency | Hugo Locurcio |
2019-06-01 | Display longer Git hashes in engine version dialogs | Hugo Locurcio |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-17 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-10-14 | Increase the source font's line spacing | Hugo Locurcio |
2018-09-15 | Remove unnecessary "OK"s text settings | Michael Alexsander Silva Dias |
2018-08-05 | Use a standard "OK" text for confirmation buttons in error dialogs | Hugo Locurcio |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe |
2018-05-19 | GDScript access to copyright, license, author and donor information. | Ibrahn Sahir |
2018-02-25 | Update icons when theme changed | Poommetee Ketson |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-03 | Fix broken Info.plist after copyright update | Razah |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-25 | EditorAbout: TTR workaround for "Project Manager" contexts | Poommetee Ketson |
2017-12-01 | Changed EditorAbout's TextEdits to RichTextLabels. | Michael Alexsander Silva Dias |
2017-11-27 | EditorAbout: single-column'd some section, monospace | Poommetee Ketson |
2017-11-07 | Fixed invalid license symbol | Chaosus |
2017-09-04 | EditorAbout: fix names being selectable | Poommetee Ketson |
2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson |
2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson |