summaryrefslogtreecommitdiffstats
path: root/editor/editor_fonts.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix validating editor bold fontvolzhs2019-10-211-1/+1
* Fixed warnings text using custom font and color setting.Hanif Bin Ariffin2019-10-041-0/+1
* Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio2019-08-141-1/+25
* Simplify editor settings related to font hinting and antialiasingHugo Locurcio2019-07-281-8/+6
* Add support for bold fonts in the editor helpHugo Locurcio2019-06-151-7/+5
* Fix help source font setting and related cleanupRémi Verschelde2019-06-141-6/+6
* Merge pull request #28107 from Amssat221/issue28105Rémi Verschelde2019-05-281-1/+1
|\
| * Set range and change EDITOR_DEF to EDITOR_GETGuillermo2019-04-301-1/+1