| Commit message (Expand) | Author | Age | Files | Lines |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -5/+5 |
* | Allow creating .gitignore and .gitattributes when creating a new project | Aaron Franke | 2021-11-12 | 1 | -0/+33 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -1/+1 |
* | Expose and cleanup TextEdit line wrap API | Paulb23 | 2021-08-12 | 1 | -1/+1 |
* | Merge pull request #50430 from goostengine/ctrl-enter-commit | Rémi Verschelde | 2021-08-02 | 1 | -0/+26 |
|\ |
|
| * | VCS: Allow to stage and commit all files with Ctrl + Enter | Andrii Doroshenko (Xrayez) | 2021-07-17 | 1 | -0/+26 |
* | | Make various strings translatable | foxydevloper | 2021-07-19 | 1 | -5/+5 |
* | | Optimize StringName usage | reduz | 2021-07-18 | 1 | -14/+14 |
|/ |
|
* | Set minimum size for "Version Control" diff bottom panel | Andrii Doroshenko (Xrayez) | 2021-07-10 | 1 | -0/+1 |
* | Improve TreeItem API and allow to move nodes | trollodel | 2021-05-17 | 1 | -2/+2 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Disable "Commit" button in VCS plugin if there's no commit message | Michael Alexsander | 2020-12-20 | 1 | -7/+7 |
* | Merge pull request #44528 from Janglee123/no-commit-msg-pre-fill | Rémi Verschelde | 2020-12-19 | 1 | -1/+0 |
|\ |
|
| * | Removed default commit message | janglee | 2020-12-20 | 1 | -1/+0 |
* | | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -1/+1 |
|/ |
|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -58/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -4/+4 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -18/+14 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -19/+11 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -11/+11 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -1/+1 |
* | Add do..while(0) wrappers to macros without one. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
* | Editor: fix typo in VCS plugin method names | merumelu | 2019-11-19 | 1 | -2/+3 |
* | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal | 2019-11-11 | 1 | -15/+4 |
* | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | 2019-10-29 | 1 | -2/+3 |
* | Add checks after ResourceLoader::load() | lupoDharkael | 2019-09-29 | 1 | -0/+1 |
* | Merge pull request #32137 from Calinou/vcs-error-if-none-available | Rémi Verschelde | 2019-09-20 | 1 | -23/+13 |
|\ |
|
| * | Display an error message if no version control systems are available | Hugo Locurcio | 2019-09-14 | 1 | -23/+13 |
* | | Merge pull request #32134 from IronicallySerious/fix-global-class-list | Rémi Verschelde | 2019-09-20 | 1 | -1/+13 |
|\ \ |
|
| * | | Add correct class selection in Select VCS menu | Twarit | 2019-09-14 | 1 | -1/+13 |
| |/ |
|
* / | Fix misc. source comment typos | luz.paz | 2019-09-19 | 1 | -1/+1 |
|/ |
|
* | Add copyright headers to vcs integration | Twarit | 2019-09-04 | 1 | -0/+30 |
* | Add version control editor plugin | Twarit | 2019-09-03 | 1 | -0/+565 |