| Commit message (Expand) | Author | Age | Files | Lines |
* | Check if history exists before discarding | kobewi | 2024-02-05 | 1 | -0/+4 |
* | Fix for stopping the Undo History being desynchronised from actual Undo queue. | Sofox | 2023-11-10 | 1 | -31/+3 |
* | Fix expected argument count for `Callable` call errors | Danil Alexeev | 2023-09-29 | 1 | -2/+2 |
* | Avoid unnecessary inspector updates when loading or switching scenes | Yuri Sizov | 2023-08-12 | 1 | -3/+3 |
* | Emit history_changed on merged UndoRedo actions | kobewi | 2023-07-14 | 1 | -0/+2 |
* | add backward_undo_ops as property for action | ajreckof | 2023-06-13 | 1 | -6/+7 |
* | Fix EditorUndoRedoManager's handling of MERGE_ENDS | kobewi | 2023-03-06 | 1 | -6/+26 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -0/+12 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add scope prefix to undo actions | kobewi | 2022-12-14 | 1 | -56/+45 |
* | Add remote history to EditorUndoRedoManager | kobewi | 2022-12-08 | 1 | -3/+37 |
* | Merge pull request #67963 from KoBeWi/den_of_actions | Rémi Verschelde | 2022-11-14 | 1 | -3/+14 |
|\ |
|
| * | Fix nested actions in EditorUndoRedoManager | kobewi | 2022-10-28 | 1 | -3/+14 |
* | | Use forward-declarations in EditorPlugin where possible | trollodel | 2022-11-11 | 1 | -0/+1 |
* | | Merge pull request #65012 from KoBeWi/Godot_museum | Rémi Verschelde | 2022-11-02 | 1 | -16/+46 |
|\ \
| |/
|/| |
|
| * | Add history dock | kobewi | 2022-08-29 | 1 | -16/+46 |
* | | Change UndoRedo to use Callables | kobewi | 2022-09-18 | 1 | -2/+2 |
* | | Don't print error on empty actions | kobewi | 2022-09-13 | 1 | -2/+5 |
|/ |
|
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -0/+442 |