summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_control_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-660/+0
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+3
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* [Editor] Fix font style matching issues.bruvzg2022-02-081-77/+67
* Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-6/+6
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-12/+12
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-12/+12
* Edit font properties on multiple objects at onceNeilKleistGao2022-02-061-138/+319
* Merge pull request #55352 from YeldhamDev/text_widget_undoRémi Verschelde2022-01-071-42/+157
|\
| * Add undo/redo capabilities to the text control pluginMichael Alexsander2021-12-301-42/+157
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-0/+375