index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
theme_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2022-05-16
Fix crash when editing pinned StyleBox
Haoyu Qiu
2022-05-12
Add a new HashMap implementation
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-03-17
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-05
Make name of editor file dialog filters translatable
Haoyu Qiu
2022-03-03
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-12
Merge pull request #57641 from Geometror/compilation-time-improvements-1
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-11
Add an explicit way to remove a theme type
Yuri Sizov
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-03
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_fo...
Gilles Roudière
2022-01-31
Bring `TabBar` to full parity with the `TabContainer` implementation.
Michael Alexsander
2022-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-18
Addded methods to propagate checks & refactored classes to use new methods.
Kevin Fischer
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-30
Add undo/redo capabilities to the theme editor
Michael Alexsander
2021-12-14
Improve user communication in the Add Item Type dialog
Yuri Sizov
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-07
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-03
Disable base type changing when no type is selected in the theme editor
Michael Alexsander
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-02
Add a flag to EditorResourcePicker to differentiate selection contexts
Yuri Sizov
2021-10-19
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-01
Merge pull request #53277 from YeldhamDev/tabs_renaming
Rémi Verschelde
2021-09-30
Rename some elements of `Tabs`
Michael Alexsander
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-04
Improve user communications in the theme editor
Yuri Sizov
2021-07-31
Put multiple colons back into translated strings
Yuri Sizov
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-20
Improve add item type UI in theme editor
Haoyu Qiu
2021-07-18
Optimize StringName usage
reduz
2021-07-17
Fix focus behavior in the Add Item Type dialog of the Theme editor
Yuri Sizov
2021-07-16
Fix control picker in the Theme editor
Yuri Sizov
2021-07-13
Add header theme type variations to labels
kobewi
2021-07-13
Merge pull request #50169 from pycbouh/theme-type-variations
Rémi Verschelde
2021-07-13
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-13
Add type variations to Theme
Yuri Sizov
2021-07-04
Clean up Tree
reduz
2021-07-04
Improvements to Label's layout options
Hendrik Brucker
2021-06-28
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-20
Fix pinned StyleBox incorrectly reacting to several actions in the new Theme ...
Yuri Sizov
2021-06-17
ThemeEditor: Fix text_submitted connections after #49258
Rémi Verschelde
2021-06-14
Overhaul the theme editor and improve user experience
Yuri Sizov
[next]