summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-44/+44
* Fix closing Theme Editor not actually closing itkobewi2024-09-271-66/+12
* Use InputMap actions consistently across all LineEdit's that filter an underl...Marius Hanl2024-08-311-13/+7
* Make ThemeTypeDialog List navigatable when the LineEdit selectedMarius Hanl2024-08-281-0/+19
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-6/+6
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-37/+37
* Use Core/Scene stringnames consistentlykobewi2024-05-131-8/+8
* Fallback to default theme for variation itemskobewi2024-05-101-3/+19
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-2/+2
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-3/+5
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+3
* Add editor shortcuts to toggle bottom panel visibilityHugo Locurcio2024-03-051-1/+2
* Extract BottomPanel from EditorNodekit2024-02-201-3/+4
* Make auto translation inheritableMichael Alexsander2024-02-151-2/+2
* Fetch theme editor items from ThemeDBkobewi2024-01-311-10/+15
* Split theme generation logic into several subroutinesYuri Sizov2024-01-161-3/+2
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+1
|\
| * Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* | Disable Add button when theme item name is emptykobewi2023-12-111-0/+9
|/
* Don't auto translate theme type listHaoyu Qiu2023-10-121-0/+1
* Merge pull request #81523 from KoBeWi/epic_self_roastRémi Verschelde2023-10-061-12/+90
|\
| * Allow contextual plugins to persist temporarilykobewi2023-10-061-12/+90
* | Show doc tooltips when hovering properties in the theme editorMichael Alexsander2023-10-041-3/+9
|/
* Fix leak when closing theme editor preview tabsYuri Sizov2023-09-271-0/+2
* Add white Font and Mesh iconsMewPurPur2023-09-251-5/+5
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* Add theme contexts to various parts of the editorYuri Sizov2023-09-061-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-104/+105
* Use ui_text_submit to confirm and close text promptsjsjtxietian2023-09-011-1/+1
* Unify and streamline connecting to Resource changeskobewi2023-07-171-8/+8
* Use defined key mapping for closing popups and dialogsArman Elgudzhyan2023-05-201-13/+7
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+8
* Add missing handler for removing font sizes in ThemesYuri Sizov2023-03-071-0/+4
* Theme Editor: fix leading styleboxes / main stylesrsjtdrjgfuzkfg2023-02-161-1/+6
* Avoid cleaning up editor plugins when property list changesYuri Sizov2023-02-111-70/+1
* Fix handling of nulls in some editorskobewi2023-01-231-3/+7
* Add EditorUndoRedoManager singletonkobewi2023-01-161-24/+24
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Rename queue_delete => queue_freeMarc Gilleron2022-10-241-6/+6
* Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1Rémi Verschelde2022-09-221-16/+16
* Make `Vector2i` values paired with `EDSCALE` be just `Vector2`Michael Alexsander2022-09-081-1/+1
* Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-30/+31
|\
| * Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-30/+31