Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Scene] Add SceneStringName::toggled | Yuri Rubinsky | 2024-08-28 | 1 | -4/+4 |
| | |||||
* | [Scene] Add `SceneStringNames::item_selected` | A Thousand Ships | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Save scene and global checkbox options of History window, fixes #88432 | emre0altan | 2024-02-29 | 1 | -2/+13 |
| | |||||
* | Make auto translation inheritable | Michael Alexsander | 2024-02-15 | 1 | -1/+1 |
| | |||||
* | Implement automatic translation for ItemList | DennisManaa | 2023-10-23 | 1 | -0/+1 |
| | |||||
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see". | ||||
* | History dock singleton, set default editor layout, ready notification | souplamp | 2022-11-24 | 1 | -1/+1 |
| | | | | | - add the history dock to the default editor layout, so when a user does Editor -> Editor Layout -> Default the history dock will no longer disappear - change the enter tree notification to a ready notification to prevent the history dock from trying to connect 'on_history_changed' signal everytime the dock is moved in the editor layout | ||||
* | Add explicit name to History dock | kobewi | 2022-11-16 | 1 | -0/+2 |
| | |||||
* | Add history dock | kobewi | 2022-08-29 | 1 | -0/+251 |