Age | Commit message (Expand) | Author |
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-30 | Fix substitute buttons were never enabled | Marius Hanl |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-11-24 | Cleanup remaining EditorUndoRedoManager usages | kobewi |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky |
2022-08-22 | Add per-scene UndoRedo | kobewi |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-05-13 | popup deferred hide suppressed if reopened | derammo |
2022-03-17 | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander |
2022-03-03 | Make `TabContainer` use `TabBar` internally | Michael Alexsander |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-03 | Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo... | Gilles Roudière |
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg |
2022-01-20 | Merge pull request #52690 from nsrCodes/batch-rename-preview-wrap | Rémi Verschelde |
2022-01-13 | Fix various typos | luz paz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-11-08 | Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu... | bruvzg |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-09-15 | Allow disabling the RegEx module in the editor | Aaron Franke |
2021-09-15 | Added the smart word wrap property to preview label | Navdeep Singh Rathore |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-04-17 | Rename LineEdit caret_* properties getters and setters to match property | Marcel Admiraal |
2021-03-20 | Display scene file extensions in the editor only if there's ambiguity | Hugo Locurcio |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-08-14 | Minor visual improvements to the "Batch Rename" dialog | Michael Alexsander |
2020-07-23 | Small naming and tooltip tweaks | Michael Alexsander |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |