summaryrefslogtreecommitdiffstats
path: root/scene/theme/theme_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Improve Editor Inspector/Theme item lookup performanceaaronp642024-08-201-12/+12
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+3
* Fetch theme editor items from ThemeDBkobewi2024-01-311-1/+4
* Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloadedRémi Verschelde2024-01-291-8/+22
|\
| * Fetch override list from ThemeDBkobewi2024-01-291-8/+22
* | Mark 'gui/theme/custom' and 'gui/theme/custom_font' as basic propertiesMarius Hanl2023-12-021-2/+2
|/
* Use bound theme properties for documentationYuri Sizov2023-09-261-3/+31
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+44
* Add theme contexts to various parts of the editorYuri Sizov2023-09-061-0/+18
* Introduce the concept of global theme contextsYuri Sizov2023-09-061-27/+191
* Fix ThemeDB initialization in testsYuri Sizov2023-09-041-0/+12
* Move default theme files to scene/themeYuri Sizov2023-08-281-1/+1
* Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-14/+7
|\
| * Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-14/+7
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | Add fallback values for font and scale to the default themeYuri Sizov2022-12-211-4/+3
|/
* Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogueRémi Verschelde2022-11-291-1/+1
|\
| * Adding tff, otf, woff(2) to custom font extensionsVoylin2022-09-141-1/+1
* | Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-2/+2
|/
* Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-0/+237