summaryrefslogtreecommitdiff
path: root/editor/plugins/theme_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-05-16Fix crash when editing pinned StyleBoxHaoyu Qiu
2022-05-12Add a new HashMap implementationreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-05Make name of editor file dialog filters translatableHaoyu Qiu
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-11Add an explicit way to remove a theme typeYuri Sizov
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-02-03Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière
2022-01-31Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander
2022-01-26Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez
2022-01-18Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-30Add undo/redo capabilities to the theme editorMichael Alexsander
2021-12-14Improve user communication in the Add Item Type dialogYuri Sizov
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-12-03Disable base type changing when no type is selected in the theme editorMichael Alexsander
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-02Add a flag to EditorResourcePicker to differentiate selection contextsYuri Sizov
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander
2021-10-01Merge pull request #53277 from YeldhamDev/tabs_renamingRémi Verschelde
2021-09-30Rename some elements of `Tabs`Michael Alexsander
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-04Improve user communications in the theme editorYuri Sizov
2021-07-31Put multiple colons back into translated stringsYuri Sizov
2021-07-26Use Ref<T> references as iterators where relevantRémi Verschelde
2021-07-25Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20Improve add item type UI in theme editorHaoyu Qiu
2021-07-18Optimize StringName usagereduz
2021-07-17Fix focus behavior in the Add Item Type dialog of the Theme editorYuri Sizov
2021-07-16Fix control picker in the Theme editorYuri Sizov
2021-07-13Add header theme type variations to labelskobewi
2021-07-13Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-04Clean up Treereduz
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-20Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ...Yuri Sizov
2021-06-17ThemeEditor: Fix text_submitted connections after #49258Rémi Verschelde
2021-06-14Overhaul the theme editor and improve user experienceYuri Sizov