| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -7/+7 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Improved some editor checkboxes | kobewi | 2021-11-21 | 1 | -0/+2 |
* | Allow dehardcoding documentation branch and URL in docs links | Rémi Verschelde | 2021-11-15 | 1 | -1/+2 |
* | Add TextFile support across the editor | Paulb23 | 2021-09-30 | 1 | -0/+3 |
* | Use bullet points in the editor instead of dashes where relevant | Hugo Locurcio | 2021-07-28 | 1 | -2/+2 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -4/+4 |
* | Make various strings translatable | foxydevloper | 2021-07-19 | 1 | -3/+3 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -8/+8 |
* | Add header theme type variations to labels | kobewi | 2021-07-13 | 1 | -1/+4 |
* | Improve the Export All button display in the export dialog | Hugo Locurcio | 2021-07-10 | 1 | -9/+15 |
* | Tweak script export text in the export dialog to be more explicit | Hugo Locurcio | 2021-06-24 | 1 | -6/+6 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -5/+5 |
* | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -3/+3 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -2/+2 |
* | Improve TreeItem API and allow to move nodes | trollodel | 2021-05-17 | 1 | -2/+2 |
* | Merge pull request #43550 from KoBeWi/resourcism | Rémi Verschelde | 2021-04-01 | 1 | -0/+1 |
|\ |
|
| * | Add option to exclude selected resources on export | Tomasz Chabora | 2021-03-23 | 1 | -0/+1 |
* | | Rename PHashTranslation to OptimizedTranslation | Marcel Admiraal | 2021-03-20 | 1 | -1/+1 |
* | | Ensures that export path is used when exporting PCK/ZIP | Maganty Rushyendra | 2021-01-23 | 1 | -0/+6 |
* | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | | Merge pull request #44569 from madmiraal/rename-unselect-deselect | Rémi Verschelde | 2020-12-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Rename unselect to deselect | Marcel Admiraal | 2020-12-21 | 1 | -1/+1 |
* | | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
|/ / |
|
* | | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -13/+13 |
* | | Remove connect *_compat methods | Aaron Franke | 2020-12-05 | 1 | -4/+4 |
* | | Allow folder checking in export preset file list | Tomasz Chabora | 2020-11-14 | 1 | -3/+50 |
|/ |
|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Disable code to add patches menu | Ev1lbl0w | 2020-10-19 | 1 | -203/+0 |
* | Adds PCK encryption support (using script encryption key for export). | bruvzg | 2020-09-05 | 1 | -12/+113 |
* | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | 2020-07-15 | 1 | -3/+3 |
|\ |
|
| * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -3/+3 |
* | | Fix cancel/OK button order on macOS | Daniel Ting | 2020-07-10 | 1 | -2/+2 |
|/ |
|
* | Remove ToolButton in favor of Button | Hugo Locurcio | 2020-06-19 | 1 | -2/+4 |
* | Account for file deletion and renaming in Export Presets | Maganty Rushyendra | 2020-06-11 | 1 | -0/+1 |
* | Implementation of the Godot Android Plugin configuration file | Fredia Huya-Kouadio | 2020-05-17 | 1 | -0/+7 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -45/+83 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -57/+0 |
* | Remove unnecessary Panel in "Features" section in the Export dialog | Michael Alexsander | 2020-04-05 | 1 | -4/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -13/+13 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -39/+47 |
* | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -2/+3 |
* | Signals: Port more uses of connect_compat | Rémi Verschelde | 2020-02-28 | 1 | -1/+4 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -57/+29 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -33/+33 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |