summaryrefslogtreecommitdiffstats
path: root/editor/import/dynamic_font_import_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-1/+12
|\|
| * [Font Importer] Update Unicode block list to Unicode 16.0bruvzg2024-10-151-1/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-8/+8
* Split TranslationServer into its own fileHaoyu Qiu2024-08-151-0/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-9/+9
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+4
* [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-0/+4
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Set an appropriate minimum size for labels in windows that display incorrectly风青山2024-01-121-0/+4
* Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-40/+40
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-23/+24
* Add EditorStringNames singletonkobewi2023-09-031-11/+12
* Fix issues found by a static analyzerbitsawer2023-05-301-2/+2
* Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-12/+0
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Fix premature theme item access in editor toolsYuri Sizov2023-04-031-5/+1
* Add some missing translatable editor stringsHaoyu Qiu2023-02-101-0/+14
* Improve some editor strings for localizationHaoyu Qiu2023-02-091-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix advanced font import dialog not saving outline sizes of pre-render config...bruvzg2022-12-121-1/+10
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+6
* Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde2022-11-241-1/+1
* [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-101-18/+159
* Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-iconRémi Verschelde2022-11-041-8/+8
|\
| * Fix missing Add icon in the editor font prerendering dialogHugo Locurcio2022-11-031-8/+8
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-4/+4
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* [Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...bruvzg2022-09-221-0/+1
* HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg2022-09-171-0/+7
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-2/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-5/+11
* Fix repeatedly opening the Advanced Import Settings dialog for fonts getting ...Rindbee2022-07-261-0/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-2/+2
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-689/+325
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-5/+5
* Merge pull request #61772 from bruvzg/ft_ot_collectRémi Verschelde2022-06-131-1/+8
|\
| * [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg2022-06-071-1/+8