summaryrefslogtreecommitdiff
path: root/editor/rename_dialog.cpp
AgeCommit message (Expand)Author
2020-08-14Minor visual improvements to the "Batch Rename" dialogMichael Alexsander
2020-07-23Small naming and tooltip tweaksMichael Alexsander
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-19Improve the batch rename dialogHugo Locurcio
2020-01-19Only create the editor theme onceHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-25Fixes tab height in Batch Rename dialogHaoyu Qiu
2019-07-04Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-01-22Implements "Batch Rename" editor tool.Blazej Floch