| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 1 | -0/+2 |
* | [Scene] Add `SceneStringNames::text/value_changed` | A Thousand Ships | 2024-06-19 | 1 | -7/+7 |
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | [Scene] Add `SceneStringNames::font(_size/_color)` | A Thousand Ships | 2024-06-18 | 1 | -3/+3 |
* | Don't traslate preview in node batch rename dialog | Haoyu Qiu | 2024-05-21 | 1 | -0/+1 |
* | [Scene] Add SceneStringNames::pressed | A Thousand Ships | 2024-05-14 | 1 | -10/+10 |
* | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -8/+8 |
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -1/+1 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -4/+4 |
* | Allow to easily rename multiple nodes | kobewi | 2024-03-03 | 1 | -2/+1 |
* | Add const lvalue ref to editor/* container parameters | Muller-Castro | 2024-02-26 | 1 | -2/+2 |
* | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -1/+1 |
* | Reorganize code related to editor theming | Yuri Sizov | 2024-01-16 | 1 | -2/+1 |
* | Fix accessing editor theme items throughout the UI | Yuri Sizov | 2023-09-15 | 1 | -4/+4 |
* | Extract ScriptInstance to simplify includes | Yuri Sizov | 2023-09-06 | 1 | -1/+1 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -3/+4 |
* | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -2/+2 |
* | properly update nodepath with batch rename | ajreckof | 2023-06-14 | 1 | -4/+2 |
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -0/+4 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix substitute buttons were never enabled | Marius Hanl | 2022-12-30 | 1 | -2/+2 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -3/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -3/+3 |
* | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev | 2022-08-30 | 1 | -2/+2 |
* | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | 2022-08-27 | 1 | -13/+13 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -2/+3 |
* | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov | 2022-07-31 | 1 | -0/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -9/+9 |
* | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | 2022-07-09 | 1 | -1/+1 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -1/+1 |
* | popup deferred hide suppressed if reopened | derammo | 2022-05-13 | 1 | -0/+2 |
* | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | 2022-03-17 | 1 | -1/+0 |
* | Make `TabContainer` use `TabBar` internally | Michael Alexsander | 2022-03-03 | 1 | -1/+1 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -4/+4 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -3/+3 |
* | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -3/+3 |
* | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo... | Gilles Roudière | 2022-02-03 | 1 | -2/+2 |
* | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | 2022-01-27 | 1 | -1/+1 |
|\ |
|
| * | Allow method binds to take Object subclasses as arguments | TechnoPorg | 2022-01-25 | 1 | -1/+1 |
* | | Merge pull request #52690 from nsrCodes/batch-rename-preview-wrap | Rémi Verschelde | 2022-01-20 | 1 | -0/+1 |
|\ \ |
|
| * | | Added the smart word wrap property to preview label | Navdeep Singh Rathore | 2021-09-15 | 1 | -0/+1 |
* | | | Fix various typos | luz paz | 2022-01-13 | 1 | -1/+1 |
| |/
|/| |
|
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde | 2021-11-12 | 1 | -0/+1 |
* | | Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu... | bruvzg | 2021-11-08 | 1 | -3/+3 |
* | | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 1 | -1/+1 |