Age | Commit message (Expand) | Author |
2022-03-03 | Make `TabContainer` use `TabBar` internally | Michael Alexsander |
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-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-12 | Allow creating .gitignore and .gitattributes when creating a new project | Aaron Franke |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-08-12 | Expose and cleanup TextEdit line wrap API | Paulb23 |
2021-08-02 | Merge pull request #50430 from goostengine/ctrl-enter-commit | Rémi Verschelde |
2021-07-19 | Make various strings translatable | foxydevloper |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | VCS: Allow to stage and commit all files with Ctrl + Enter | Andrii Doroshenko (Xrayez) |
2021-07-10 | Set minimum size for "Version Control" diff bottom panel | Andrii Doroshenko (Xrayez) |
2021-05-17 | Improve TreeItem API and allow to move nodes | trollodel |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-20 | Disable "Commit" button in VCS plugin if there's no commit message | Michael Alexsander |
2020-12-19 | Merge pull request #44528 from Janglee123/no-commit-msg-pre-fill | Rémi Verschelde |
2020-12-20 | Removed default commit message | janglee |
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-06-19 | Remove ToolButton in favor of Button | Hugo Locurcio |
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-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-05 | Add do..while(0) wrappers to macros without one. | Marcel Admiraal |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-11-19 | Editor: fix typo in VCS plugin method names | merumelu |
2019-11-11 | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal |
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek |
2019-09-29 | Add checks after ResourceLoader::load() | lupoDharkael |
2019-09-20 | Merge pull request #32137 from Calinou/vcs-error-if-none-available | Rémi Verschelde |
2019-09-20 | Merge pull request #32134 from IronicallySerious/fix-global-class-list | Rémi Verschelde |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-14 | Display an error message if no version control systems are available | Hugo Locurcio |
2019-09-14 | Add correct class selection in Select VCS menu | Twarit |
2019-09-04 | Add copyright headers to vcs integration | Twarit |
2019-09-03 | Add version control editor plugin | Twarit |