summaryrefslogtreecommitdiffstats
path: root/editor/editor_fonts.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganize code related to editor themingYuri Sizov2024-01-161-449/+0
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-2/+2
* Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-061-36/+37
|\
| * Add EditorStringNames singletonkobewi2023-09-031-36/+37
* | Update and properly list versions of the built-in fonts.bruvzg2023-09-051-4/+4
|/
* Move default theme files to scene/themeYuri Sizov2023-08-281-1/+0
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-0/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-1/+1
* Disable code font ligatures by default in the editorHugo Locurcio2022-11-121-1/+1
* Load and use system emoji font in the editor.bruvzg2022-11-011-0/+32
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-8/+8
* Merge pull request #62860 from Calinou/editor-log-bold-italic-mono-fontsRémi Verschelde2022-10-041-0/+22
|\
| * Define bold, italics and mono fonts in editor log for `print_rich()`Hugo Locurcio2022-07-091-0/+22
* | Do not use horizontal hinting for the editor monospace font.bruvzg2022-09-141-2/+8
* | Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-41/+41
* | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-1/+1
|/
* Fix regressions from Font refactorbruvzg2022-07-071-22/+39
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-321/+203
* Improve the VisualShader/VisualScript editor UIHendrik Brucker2022-04-301-2/+78
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* [Help] Add simulated slanted font support to the editor help.bruvzg2022-03-221-1/+55
* Generate simulated bold font from the custom font if no custom bold font set.bruvzg2022-03-141-3/+7
* Add simulated bold variant to the editor CJK fonts.bruvzg2022-03-131-2/+9
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-3/+1
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-32/+35
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+2
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-40/+40
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-40/+40
* [Editor] Disable contextual alternates (coding ligatures) outside of code edi...bruvzg2022-01-231-0/+3
* Merge pull request #36198 from Calinou/code-font-jetbrains-monoRémi Verschelde2022-01-201-1/+1
|\
| * Use JetBrains Mono as the editor's default code fontHugo Locurcio2022-01-051-1/+1
* | Merge pull request #56376 from pycbouh/theme-tombe-les-theme-propertiesRémi Verschelde2022-01-061-2/+2
|\ \ | |/ |/|
| * Correctly use fallback Theme values as last resortYuri Sizov2021-12-311-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Ignore empty Font resources as theme override.bruvzg2021-10-251-9/+6
* Makes FontData importable resource.bruvzg2021-08-271-260/+140
* [Editor Fonts] Add Noto Sans Bold font variant for supported languages.bruvzg2021-07-191-38/+134
* Add header theme type variations to labelskobewi2021-07-131-1/+13
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-22/+22
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Use bold fonts in editorreduz2021-06-021-1/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [Complex Text Layouts] Add variable fonts support.bruvzg2020-12-131-0/+17
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-103/+161
* Change how default fonts are created, fixes #39235Juan Linietsky2020-07-031-1/+1
* Improve shortcut formatting in docsYuri Sizov2020-04-101-0/+2
* Fix default editor font.bruvzg2020-03-271-1/+1
* Add rotation widget to 3D viewportjfons2020-03-081-0/+4