summaryrefslogtreecommitdiffstats
path: root/editor/plugins/theme_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander2022-03-171-2/+2
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-2/+2
* Make `TabContainer` use `TabBar` internallyMichael Alexsander2022-03-031-1/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-5/+4
* Merge pull request #57641 from Geometror/compilation-time-improvements-1Rémi Verschelde2022-02-121-0/+2
|\
| * Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* | Add an explicit way to remove a theme typeYuri Sizov2022-02-111-22/+64
|/
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-10/+10
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-10/+10
* Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...Gilles Roudière2022-02-031-1/+1
* Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander2022-01-311-2/+2
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-1/+1
* Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer2022-01-181-56/+19
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add undo/redo capabilities to the theme editorMichael Alexsander2021-12-301-120/+400
* Improve user communication in the Add Item Type dialogYuri Sizov2021-12-141-7/+30
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-7/+7
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-3/+3
* Disable base type changing when no type is selected in the theme editorMichael Alexsander2021-12-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-3/+3
* Add a flag to EditorResourcePicker to differentiate selection contextsYuri Sizov2021-11-021-1/+1
* Rename `Tabs` to `TabBar`Michael Alexsander2021-10-191-3/+3
* Merge pull request #53277 from YeldhamDev/tabs_renamingRémi Verschelde2021-10-011-1/+1
|\
| * Rename some elements of `Tabs`Michael Alexsander2021-09-301-1/+1
* | Use range iterators for `Map`Lightning_A2021-09-301-5/+5
|/
* Use Key enum instead of plain integersAaron Franke2021-08-101-0/+2
* Improve user communications in the theme editorYuri Sizov2021-08-041-4/+53
* Put multiple colons back into translated stringsYuri Sizov2021-07-311-2/+2
* Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-1/+1
* Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-251-35/+35
|\
| * Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-35/+35
* | Fix various typos with codespellluz paz2021-07-251-7/+7
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-97/+97
* Improve add item type UI in theme editorHaoyu Qiu2021-07-201-8/+12
* Optimize StringName usagereduz2021-07-181-110/+110
* Fix focus behavior in the Add Item Type dialog of the Theme editorYuri Sizov2021-07-171-0/+6
* Fix control picker in the Theme editorYuri Sizov2021-07-161-1/+1
* Add header theme type variations to labelskobewi2021-07-131-0/+1
* Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde2021-07-131-82/+209
|\
| * Add type variations to ThemeYuri Sizov2021-07-131-82/+209
* | Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-131-1/+1
|\ \ | |/ |/|
| * Improvements to Label's layout optionsHendrik Brucker2021-07-041-1/+1
* | Clean up Treereduz2021-07-041-0/+3
|/
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-3/+3
* Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ...Yuri Sizov2021-06-201-9/+22
* ThemeEditor: Fix text_submitted connections after #49258Rémi Verschelde2021-06-171-3/+3
* Overhaul the theme editor and improve user experienceYuri Sizov2021-06-141-215/+1258
* Merge pull request #49227 from pycbouh/editor-theme-freeze-changesRémi Verschelde2021-06-131-1/+33
|\
| * Prevent Theme resource from emitting changes during bulk operationsYuri Sizov2021-05-311-1/+33
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
|/