summaryrefslogtreecommitdiffstats
path: root/editor/editor_undo_redo_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Discard additional redo on commiting actionskobewi2024-09-241-0/+16
* Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+2
|\
| * StringName Dictionary keysrune-scape2024-08-291-2/+2
* | Expose EditorUndoRedoManager's clear_history()kobewi2024-08-291-1/+2
|/
* Add a way to force history for undoredokobewi2024-06-261-2/+14
* Check if history exists before discardingkobewi2024-02-051-0/+4
* Fix for stopping the Undo History being desynchronised from actual Undo queue.Sofox2023-11-101-31/+3
* Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-2/+2
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-3/+3
* Emit history_changed on merged UndoRedo actionskobewi2023-07-141-0/+2
* add backward_undo_ops as property for actionajreckof2023-06-131-6/+7
* Fix EditorUndoRedoManager's handling of MERGE_ENDSkobewi2023-03-061-6/+26
* Add EditorUndoRedoManager singletonkobewi2023-01-161-0/+12
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add scope prefix to undo actionskobewi2022-12-141-56/+45
* Add remote history to EditorUndoRedoManagerkobewi2022-12-081-3/+37
* Merge pull request #67963 from KoBeWi/den_of_actionsRémi Verschelde2022-11-141-3/+14
|\
| * Fix nested actions in EditorUndoRedoManagerkobewi2022-10-281-3/+14
* | Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-0/+1
* | Merge pull request #65012 from KoBeWi/Godot_museumRémi Verschelde2022-11-021-16/+46
|\ \ | |/ |/|
| * Add history dockkobewi2022-08-291-16/+46
* | Change UndoRedo to use Callableskobewi2022-09-181-2/+2
* | Don't print error on empty actionskobewi2022-09-131-2/+5
|/
* Add per-scene UndoRedokobewi2022-08-221-0/+442