summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-7/+7
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* Don't traslate preview in node batch rename dialogHaoyu Qiu2024-05-211-0/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-10/+10
* Use Core/Scene stringnames consistentlykobewi2024-05-131-8/+8
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+4
* Allow to easily rename multiple nodeskobewi2024-03-031-2/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-2/+1
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-4/+4
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-3/+4
* Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-2/+2
* properly update nodepath with batch renameajreckof2023-06-141-4/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+4
* Add EditorUndoRedoManager singletonkobewi2023-01-161-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix substitute buttons were never enabledMarius Hanl2022-12-301-2/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-2/+2
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-13/+13
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-9/+9
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* popup deferred hide suppressed if reopenedderammo2022-05-131-0/+2
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-1/+0
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-4/+4
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-3/+3
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-3/+3
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-2/+2
* Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-1/+1
|\
| * Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-1/+1
* | Merge pull request #52690 from nsrCodes/batch-rename-preview-wrapRémi Verschelde2022-01-201-0/+1
|\ \
| * | Added the smart word wrap property to preview labelNavdeep Singh Rathore2021-09-151-0/+1
* | | Fix various typosluz paz2022-01-131-1/+1
| |/ |/|
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-121-0/+1
* | Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg2021-11-081-3/+3