index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
import
/
dynamic_font_import_settings.cpp
Age
Commit message (
Expand
)
Author
2023-02-10
Add some missing translatable editor strings
Haoyu Qiu
2023-02-09
Improve some editor strings for localization
Haoyu Qiu
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-12
Fix advanced font import dialog not saving outline sizes of pre-render config...
bruvzg
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-11-24
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-10
[Font] Add an import option to pre-render all glyphs required for the transla...
bruvzg
2022-11-04
Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-icon
Rémi Verschelde
2022-11-03
Fix missing Add icon in the editor font prerendering dialog
Hugo Locurcio
2022-11-03
Hide Antialiasing import option on DynamicFonts with MSDF enabled
Hugo Locurcio
2022-10-07
Fix 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-17
HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts.
bruvzg
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-23
Add font LCD sub-pixel anti-aliasing support.
bruvzg
2022-07-26
Fix repeatedly opening the Advanced Import Settings dialog for fonts getting ...
Rindbee
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-16
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-13
Merge pull request #61772 from bruvzg/ft_ot_collect
Rémi Verschelde
2022-06-08
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-07
[TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *....
bruvzg
2022-05-26
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-21
Add the button pressed to some signals in Tree
trollodel
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-25
Merge pull request #60261 from fire-forge/theme-prop-renames
Rémi Verschelde
2022-04-23
Rename theme properties to include underscores
FireForge
2022-04-22
Implement Label3D node.
bruvzg
2022-03-18
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-17
Fix tab names in advanced font importer
FireForge
2022-03-17
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-11
Add options to embolden and transform font outlines to simulate bold and ital...
bruvzg
2022-03-05
Various code and documentation improvements
kobewi
2022-02-21
Fix typos in editor font preload dialog warning messages
Hugo Locurcio
2022-02-16
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde