Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-07 | Rename EditorInterface.get_editor_main_control to get_editor_main_screen | Yuri Sizov | |
2022-08-27 | Rename `hint_tooltip` to `tooltip_text` & setget | Micky | |
`hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too. | |||
2022-04-04 | Zero initialize all pointer class and struct members | Rémi Verschelde | |
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||
2022-03-28 | Modules: Don't build editor-specific classes in templates | Rémi Verschelde | |
They're moved to an `editor` subfolder so that we can easily handle them separately. |