summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-6/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-5/+1
* Add per-scene UndoRedokobewi2022-08-221-3/+4
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-3/+3
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-25/+25
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+2
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-4/+3
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Allow disabling the RegEx module in the editorAaron Franke2021-09-151-1/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-2/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+0
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Improve the batch rename dialogHugo Locurcio2020-01-191-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-4/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Implements "Batch Rename" editor tool.Blazej Floch2018-01-221-0/+119