summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-35/+29
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-29/+29
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Improve the batch rename dialogHugo Locurcio2020-01-191-28/+23
* Only create the editor theme onceHugo Locurcio2020-01-191-7/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixes tab height in Batch Rename dialogHaoyu Qiu2019-12-251-1/+2
* Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-3/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-9/+9
* Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
* 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
* Fix vformat(), minor typos and word puzzlesYuri Chornoivan2018-08-291-4/+4
* Implements "Batch Rename" editor tool.Blazej Floch2018-01-221-0/+691