summaryrefslogtreecommitdiff
path: root/editor/import/dynamic_font_import_settings.cpp
AgeCommit message (Expand)Author
2023-02-10Add some missing translatable editor stringsHaoyu Qiu
2023-02-09Improve some editor strings for localizationHaoyu Qiu
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-12Fix advanced font import dialog not saving outline sizes of pre-render config...bruvzg
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-11-24Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde
2022-11-10[Font] Add an import option to pre-render all glyphs required for the transla...bruvzg
2022-11-04Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-iconRémi Verschelde
2022-11-03Fix missing Add icon in the editor font prerendering dialogHugo Locurcio
2022-11-03Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-22[Font Inspector Plugin] Hide "Add Feature" button if supported feature list i...bruvzg
2022-09-17HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.bruvzg
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-23Add font LCD sub-pixel anti-aliasing support.bruvzg
2022-07-26Fix repeatedly opening the Advanced Import Settings dialog for fonts getting ...Rindbee
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-16Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg
2022-06-13Merge pull request #61772 from bruvzg/ft_ot_collectRémi Verschelde
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-07[TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....bruvzg
2022-05-26Use "odd" style for TabContainers on base BG colorFireForge
2022-05-21Add the button pressed to some signals in Treetrollodel
2022-05-16Replace most uses of Map by HashMapreduz
2022-04-25Merge pull request #60261 from fire-forge/theme-prop-renamesRémi Verschelde
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-22Implement Label3D node.bruvzg
2022-03-18Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde
2022-03-17Fix tab names in advanced font importerFireForge
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-11Add options to embolden and transform font outlines to simulate bold and ital...bruvzg
2022-03-05Various code and documentation improvementskobewi
2022-02-21Fix typos in editor font preload dialog warning messagesHugo Locurcio
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde