summaryrefslogtreecommitdiffstats
path: root/editor/rename_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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