summaryrefslogtreecommitdiffstats
path: root/editor/plugins/font_config_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-5/+5
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-5/+5
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-7/+1
|\|
| * Fix implementation of property_can_revert() in various classeskobewi2024-10-041-7/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove spaces and punctuation from the beginning of translatable strings.bruvzg2024-08-221-1/+2
* Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-0/+1
|\
| * Split TranslationServer into its own fileHaoyu Qiu2024-08-151-0/+1
* | Remove empty bind_methods()kobewi2024-08-151-3/+0
|/
* Merge pull request #93968 from bruvzg/font_prev_updateRémi Verschelde2024-07-051-0/+16
|\
| * [Editor] Update font preview directly instead of invalidating property list.bruvzg2024-07-051-0/+16
* | [Editor] Fix default font variation values handling in the property inspector.bruvzg2024-07-051-8/+23
|/
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-3/+3
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-4/+4
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-7/+7
* Merge pull request #86143 from YeldhamDev/ttr_here,_rtr_thereRémi Verschelde2024-03-261-10/+10
|\
| * Stop using `RTR()` inside the "editor" folderMichael Alexsander2024-02-271-10/+10
* | Remove pointless `_notification()` function in `EditorPropertyOTVariation`Michael Alexsander2024-03-231-8/+0
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-3/+3
* Fix PopupMenu doesn't respect it's ScrollContainer's marginsMounir Tohami2024-02-231-0/+1
* Add methods to add submenus without using nameskobewi2024-02-221-2/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix submenus deleted accidentallykobewi2023-09-261-1/+1
* [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-5/+5
* Sort system font menu in InspectorHaoyu Qiu2023-07-261-0/+1
* Add get_edited_property_value() shorthand methodkobewi2023-05-261-6/+6
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-1/+2
* Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add inspector plugin for key time edit & Change find key argumentSilc Renew2022-12-221-2/+2
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Merge pull request #67445 from Zylann/rename_queue_deleteRémi Verschelde2022-10-311-3/+3
|\
| * Rename queue_delete => queue_freeMarc Gilleron2022-10-241-3/+3
* | Remove unnecessary castsMarkus Sauermann2022-10-241-2/+2
|/
* [Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...bruvzg2022-09-221-0/+10
* 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