summaryrefslogtreecommitdiff
path: root/editor/plugins/text_control_editor_plugin.h
AgeCommit message (Expand)Author
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06Edit font properties on multiple objects at onceNeilKleistGao
2022-01-07Merge pull request #55352 from YeldhamDev/text_widget_undoRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-30Add undo/redo capabilities to the text control pluginMichael Alexsander
2021-10-31Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg