summaryrefslogtreecommitdiffstats
path: root/editor/multi_node_edit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-17/+1
|\
| * Fix implementation of property_can_revert() in various classeskobewi2024-10-041-17/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix going forward backward in editor selection history.ajreckof2024-04-141-1/+1
* Merge pull request #71345 from reduz/support-metadata-multi-node-editRémi Verschelde2023-01-211-1/+9
|\
| * Support metadata in MultiNodeEditJuan Linietsky2023-01-131-1/+9
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Improvements to multi-node editingFireForge2022-09-051-20/+128
* Add per-scene UndoRedokobewi2022-08-221-1/+2
* Remove UndoRedo calls trying to call removed EditorInspector::refresh()kleonc2022-05-221-2/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* MultiNodeEdit Fix setting NodePathkleonc2021-08-221-3/+10
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-20/+20
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-4/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+24
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-5/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* Keep focus on the top-most node for multi-selection in scene treePouleyKetchoupp2019-11-101-7/+9
* MultiNodeEdit now only shows properties with the exact same PropertyInfo dataLikeLakers22019-07-051-1/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Ensure multinode undo redo merges ends for operation, fixes #19010Juan Linietsky2018-11-181-1/+1
* Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to c...DualMatrix2018-09-231-1/+1
* -New inspector.Juan Linietsky2018-05-151-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-48/+42
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+191