summaryrefslogtreecommitdiffstats
path: root/editor/themes/editor_fonts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* [Editor] Try loading system Noto CJK font.bruvzg2024-09-111-0/+18
|
* [Editor] Allow MSDF font rendering for custom fonts, add editor setting to ↵bruvzg2024-08-081-5/+6
| | | | control it.
* Improve viewport rotation gizmo drawingpassivestar2024-06-261-1/+1
|
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-9/+10
|
* [Editor] Add editor setting to control "disable_embedded_bitmaps" property ↵bruvzg2024-05-141-40/+44
| | | | of the editor fonts.
* Replace empty list dialog with an integrated panelYuri Sizov2024-01-301-0/+3
|
* Add a network mode setting to bring the editor offlineYuri Sizov2024-01-301-0/+10
| | | | | | | | | This PR also adds default font styles for RichTextLabels in the editor, and improves the introduction dialog when you don't have any local projects available. The offline mode is implemented in the asset library plugin, alongside some code improvements.
* Create a MainScreenButton theme variationYuri Sizov2024-01-301-2/+3
| | | | | This turns custom font theme properties into a proper variation, which makes applying it simpler.
* Improve editor theme generation after the refactorYuri Sizov2024-01-171-3/+0
|
* Reorganize code related to editor themingYuri Sizov2024-01-161-0/+449
This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.