| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #72288 from MewPurPur/use-string-repeat | Clay John | 2023-05-05 | 1 | -3/+3 |
|\ |
|
| * | Use String.repeat() in more places | VolTer | 2023-05-01 | 1 | -3/+3 |
* | | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix invalid metadata names in script create dialog | kobewi | 2022-12-01 | 1 | -9/+9 |
* | Revert "Fix "Script Create" dialog errors with metadata" | kobewi | 2022-12-01 | 1 | -13/+25 |
* | Remove redundant Variant-types initializations | Markus Sauermann | 2022-11-14 | 1 | -1/+1 |
* | Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-set | Rémi Verschelde | 2022-11-06 | 1 | -2/+0 |
|\ |
|
| * | Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 | Rémi Verschelde | 2022-11-04 | 1 | -2/+0 |
* | | Merge pull request #65829 from KoBeWi/custom_path_type | Rémi Verschelde | 2022-11-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix extending scripts by path | kobewi | 2022-09-15 | 1 | -1/+1 |
* | | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -5/+5 |
|/ |
|
* | Merge pull request #58617 from KoBeWi/custom_something | Rémi Verschelde | 2022-09-07 | 1 | -2/+10 |
|\ |
|
| * | Improve handling of custom types | kobewi | 2022-09-05 | 1 | -2/+10 |
* | | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -1/+1 |
|/ |
|
* | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev | 2022-08-30 | 1 | -1/+1 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -2/+2 |
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH... | Rémi Verschelde | 2022-08-29 | 1 | -1/+2 |
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED | Aaron Record | 2022-08-27 | 1 | -2/+1 |
* | Clear built-in name field when creating new script | kobewi | 2022-08-18 | 1 | -0/+1 |
* | Swap arguments of ResourceSaver.save() | kobewi | 2022-07-29 | 1 | -1/+1 |
* | Merge pull request #63603 from aaronfranke/editor-paths | Rémi Verschelde | 2022-07-29 | 1 | -2/+3 |
|\ |
|
| * | Move editor paths into the EditorPaths class | Aaron Franke | 2022-07-29 | 1 | -2/+3 |
* | | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -2/+2 |
|/ |
|
* | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | 2022-07-09 | 1 | -4/+4 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -4/+4 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -8/+6 |
* | Fix "Script Create" dialog errors with metadata | Michael Alexsander | 2022-03-27 | 1 | -25/+13 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -17/+0 |
* | Allow negative indexes in ItemList and PopupMenu | kobewi | 2022-03-12 | 1 | -1/+1 |
* | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 1 | -19/+16 |
* | Fix errors when updating script template list | Haoyu Qiu | 2022-02-20 | 1 | -15/+67 |
* | Connect text_submitted of built-in script name | kobewi | 2022-02-17 | 1 | -0/+1 |
* | Editor: Cleanup some includes dependencies | Rémi Verschelde | 2022-02-15 | 1 | -1/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -1/+2 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -9/+9 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -9/+9 |
* | Add missing SNAME macro optimization in some function calls | jmb462 | 2022-02-06 | 1 | -2/+2 |
* | Fix template OptionButton in create script dialog doesn't select the correct ... | Jean-Michel Bernard | 2022-02-05 | 1 | -2/+2 |
* | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -1/+1 |
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -2/+2 |
* | Move placeholder color to theme item | Paulb23 | 2022-01-30 | 1 | -2/+6 |
* | Fix typos with codespell | Rémi Verschelde | 2022-01-07 | 1 | -5/+5 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Improve editor template workflow | fabriceci | 2022-01-02 | 1 | -214/+361 |
* | 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 | -2/+2 |
* | Allow to name built-in scripts upon creation | kobewi | 2021-11-04 | 1 | -2/+24 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -2/+2 |