summaryrefslogtreecommitdiff
path: root/editor/editor_settings_dialog.h
AgeCommit message (Collapse)Author
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode ↵bruvzg
character input with Alt / Ctrl modifiers, after processing of shortcuts.
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
2022-03-12Initialize bools in the headers in editorAaron Franke
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-05Add shortcut_cell double click functionalityGer Hean
2022-02-01Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker