summaryrefslogtreecommitdiff
path: root/editor/rename_dialog.cpp
AgeCommit message (Expand)Author
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière
2022-01-27Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde
2022-01-25Allow method binds to take Object subclasses as argumentsTechnoPorg
2022-01-20Merge pull request #52690 from nsrCodes/batch-rename-preview-wrapRémi Verschelde
2022-01-13Fix various typosluz paz
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-15Allow disabling the RegEx module in the editorAaron Franke
2021-09-15Added the smart word wrap property to preview labelNavdeep Singh Rathore
2021-07-18Optimize StringName usagereduz
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-03-20Display scene file extensions in the editor only if there's ambiguityHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
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