summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* | Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | Allow disabling the RegEx module in the editorAaron Franke2021-09-151-7/+5
|/
* Optimize StringName usagereduz2021-07-181-5/+5
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+7
* Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal2021-04-171-1/+1
* Display scene file extensions in the editor only if there's ambiguityHugo Locurcio2021-03-201-1/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Minor visual improvements to the "Batch Rename" dialogMichael Alexsander2020-08-141-20/+9
* Small naming and tooltip tweaksMichael Alexsander2020-07-231-10/+10
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-19/+0
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-6/+6
* Working multiple window support, including editorJuan Linietsky2020-03-261-29/+29