summaryrefslogtreecommitdiffstats
path: root/editor/plugins/font_config_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+10
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-3/+3
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-3/+3
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-10/+0
|/
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-9/+5
* Fix font preview plugin not using editor scale.bruvzg2022-07-291-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-29/+107
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-0/+979