Age | Commit message (Expand) | Author |
2022-07-23 | dependency editor: set current directory to closest existing directory | Nathan Franke |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-06-22 | Remake resource thread safety and API | reduz |
2022-06-03 | Improve title of DependencyEditorOwners | kobewi |
2022-05-21 | Add the button pressed to some signals in Tree | trollodel |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-06 | Changed signals of ItemList | Vitika9 |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-11 | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde |
2022-02-14 | Remove most EditorNode constructor parameters and fields | trollodel |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-04 | String: Add contains(). | Anilforextra |
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-06 | Fix bad popups offset in editor with single window off | jmb462 |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-08-02 | Dependency editor: Edit message about move to trash | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-24 | Merge pull request #50786 from reduz/implement-resource-uids | Rémi Verschelde |
2021-07-24 | Implement Resource UIDs | reduz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-13 | Add header theme type variations to labels | kobewi |
2021-07-04 | Clean up Tree | reduz |
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-17 | Improve TreeItem API and allow to move nodes | trollodel |
2021-03-21 | Rename Array.invert() to Array.reverse() | Marcel Admiraal |
2021-02-18 | Reorganize Project Settings | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-11-16 | Merge pull request #41263 from Calinou/filesystem-dock-rename-delete-option | Rémi Verschelde |
2020-11-06 | Refactored Variant Operators. | reduz |
2020-08-14 | Rename the "Delete" option in the FileSystem dock to "Move to Trash" | Hugo Locurcio |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
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-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
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-11 | Texture refactor | Juan Linietsky |
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-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |