summaryrefslogtreecommitdiff
path: root/editor/editor_fonts.cpp
AgeCommit message (Expand)Author
2022-01-23[Editor] Disable contextual alternates (coding ligatures) outside of code edi...bruvzg
2022-01-20Merge pull request #36198 from Calinou/code-font-jetbrains-monoRémi Verschelde
2022-01-06Merge pull request #56376 from pycbouh/theme-tombe-les-theme-propertiesRémi Verschelde
2022-01-05Use JetBrains Mono as the editor's default code fontHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-31Correctly use fallback Theme values as last resortYuri Sizov
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-08-27Makes FontData importable resource.bruvzg
2021-07-19[Editor Fonts] Add Noto Sans Bold font variant for supported languages.bruvzg
2021-07-13Add header theme type variations to labelskobewi
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-02Use bold fonts in editorreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-07-03Change how default fonts are created, fixes #39235Juan Linietsky
2020-04-10Improve shortcut formatting in docsYuri Sizov
2020-03-27Fix default editor font.bruvzg
2020-03-08Add rotation widget to 3D viewportjfons
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-21Fix validating editor bold fontvolzhs
2019-10-04Fixed warnings text using custom font and color setting.Hanif Bin Ariffin
2019-08-14Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio
2019-07-28Simplify editor settings related to font hinting and antialiasingHugo Locurcio
2019-06-15Add support for bold fonts in the editor helpHugo Locurcio
2019-06-14Fix help source font setting and related cleanupRémi Verschelde
2019-05-28Merge pull request #28107 from Amssat221/issue28105Rémi Verschelde
2019-05-21Expression node for visual shadersChaosus
2019-04-30Set range and change EDITOR_DEF to EDITOR_GETGuillermo
2019-01-18Editor source status font size, fixes #25039Melvin Winstroem-Moeller
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-10Add a property to control DynamicFont anti-aliasingHugo Locurcio
2018-09-29Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde
2018-08-30Add Hindi font for editorvolzhs
2018-07-10Fallback to default font if main/code font path doesn't existAlexander-Alekseev
2018-04-19added bold font to editor (support for coustom bold font)toger5
2018-02-28Add an hinting mode setting to DynamicFontsHugo Locurcio
2018-01-08Set source code font with ttf, otfvolzhs
2018-01-05Drop obsolete bitmap doc fontsRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-03Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-27Fix text editor status fontvolzhs
2017-12-27Use .ttf or .otf file for editor custom fontvolzhs
2017-11-26Merge pull request #13222 from Calinou/tweak-editor-help-font-sizesRémi Verschelde
2017-11-24Tweak editor help font sizes for better readabilityHugo Locurcio
2017-11-24Remove option for the rulers graduations font sizeGilles Roudiere
2017-11-09Fix theme with custom font.Daniel J. Ramirez