godot/scene
Haoyu Qiu 16c2d4ef22 Improve Undo/Redo menu items
* Make Undo/Redo menu items disabled when clicking it does nothing.
    * Context menu of `TextEdit`
    * Context menu of `LineEdit`
    * Editor's Scene menu
    * Script editor's Edit menu and context menu (for Script and Text)
* Make editor undo/redo log messages translatable.
* Mark `UndoRedo`'s `has_{un,re}do()` methods as `const`.
* Expose `TextEdit`'s `has_{un,re}do()` to scripts since `{un,re}do()` are already available.
2021-08-17 21:11:10 +08:00
..
2d Correct jitter and clean code 2021-08-16 17:17:24 +02:00
3d Merge pull request #51645 from fabriceci/improve-physics-api 2021-08-16 17:05:08 +02:00
animation Style: Cleanup code using text_editor/completion/use_single_quotes 2021-08-13 21:27:57 +02:00
audio Optimize StringName usage 2021-07-18 21:20:02 -03:00
debugger Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00
gui Improve Undo/Redo menu items 2021-08-17 21:11:10 +08:00
main fix bug on window notification propagation 2021-08-17 14:07:53 +09:00
resources Merge pull request #51651 from pycbouh/editor-merge-custom-theme 2021-08-17 13:13:08 +02:00
register_scene_types.cpp New and improved IK system for Skeleton3D 2021-08-14 15:57:00 -04:00
register_scene_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_string_names.cpp New and improved IK system for Skeleton3D 2021-08-14 15:57:00 -04:00
scene_string_names.h New and improved IK system for Skeleton3D 2021-08-14 15:57:00 -04:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00