summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_preview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-2/+2
* Improve Editor Inspector/Theme item lookup performanceaaronp642024-08-201-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Add methods to add submenus without using nameskobewi2024-02-221-3/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Fix node names of submenu items across the editorYuri Sizov2023-11-081-2/+2
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-1/+1
* Replace flat buttons with flat-styled buttons with a visible pressed stateYuri Sizov2023-09-191-1/+1
* 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-4/+9
* Add EditorStringNames singletonkobewi2023-09-031-5/+6
* Change the text for the flat button preview to follow patternsomecrepe2023-07-241-1/+1
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+3
* Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-3/+3
* Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde2022-08-291-1/+2
|\
| * Add ThemeDB, expose previously static Theme methodsYuri Sizov2022-08-261-1/+2
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-2/+4
* | Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-2/+2
|\ \
| * | Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-2/+2
| |/
* / Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-4/+2
|/
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* Tweak minsize of editor ColorPickerButtonskobewi2022-05-191-1/+11
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+6
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-12/+12
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-12/+12
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Make the theme editor correctly stop updating after it was hiddenYuri Sizov2021-12-291-2/+4
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-2/+0
* Rename minimum_size_changed() methodkobewi2021-12-061-1/+1
* Allow scrolling theme preview when the control picker is activeYuri Sizov2021-12-021-1/+5
* Fix Theme Editor crash when clicking the element pickerHaoyu Qiu2021-11-211-0/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Ignore empty Font resources as theme override.bruvzg2021-10-251-2/+3
* Use functions defined in the their classes.Anilforextra2021-09-291-2/+2
* Optimize StringName usagereduz2021-07-181-10/+10
* Fix control picker in the Theme editorYuri Sizov2021-07-161-3/+38
* Add type variations to ThemeYuri Sizov2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Don't use the abbrevation "Sep." in UI textHaoyu Qiu2021-06-161-1/+1
* Overhaul the theme editor and improve user experienceYuri Sizov2021-06-141-0/+464