summaryrefslogtreecommitdiff
path: root/editor/plugins/theme_editor_preview.cpp
AgeCommit message (Expand)Author
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-29Merge pull request #64119 from YuriSizov/theme-init-databaseRémi Verschelde
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-28Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-27Rename `hint_tooltip` to `tooltip_text` & setgetMicky
2022-08-26Add ThemeDB, expose previously static Theme methodsYuri Sizov
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-05-19Tweak minsize of editor ColorPickerButtonskobewi
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Make the theme editor correctly stop updating after it was hiddenYuri Sizov
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-06Rename minimum_size_changed() methodkobewi
2021-12-02Allow scrolling theme preview when the control picker is activeYuri Sizov
2021-11-21Fix Theme Editor crash when clicking the element pickerHaoyu Qiu
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-25Ignore empty Font resources as theme override.bruvzg
2021-09-29Use functions defined in the their classes.Anilforextra
2021-07-18Optimize StringName usagereduz
2021-07-16Fix control picker in the Theme editorYuri Sizov
2021-07-13Add type variations to ThemeYuri Sizov
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Don't use the abbrevation "Sep." in UI textHaoyu Qiu
2021-06-14Overhaul the theme editor and improve user experienceYuri Sizov