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
2021-07-04
Clean up Tree
reduz
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
2021-06-13
Merge pull request #49227 from pycbouh/editor-theme-freeze-changes
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-31
Prevent Theme resource from emitting changes during bulk operations
Yuri Sizov
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-05-12
Add outlines and contrasting backgrounds to the editor UI elements
Yuri Sizov
2021-05-09
Refactor Create Theme menu in Theme Editor
Yuri Sizov
2021-04-18
Refactor Edit Theme menu in Theme Editor
Yuri Sizov
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-09-01
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
2020-08-26
Gives the theme editor a horizontal scrollbar
Lunatoid
2020-07-23
Small naming and tooltip tweaks
Michael Alexsander
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-30
Merge pull request #34613 from timothyqiu/edscale-again
Rémi Verschelde
2019-12-26
Fixes Theme Editor minimum height on HiDPI monitor
Haoyu Qiu
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-16
Makes more strings in editor translatable
Haoyu Qiu
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-13
Regression fixup to the theme editor
Michael Alexsander Silva Dias
2019-08-09
Minor fixups to the theme editor
Michael Alexsander Silva Dias
2019-05-21
Fix bottom panel visibility behaviour in the theme editor
Michael Alexsander Silva Dias
2019-05-21
Fix Theme Editor Preview
Swarnim Arun
2019-05-17
Removed an unused and leaked CheckButton instance in theme editor plugin
Ibrahn Sahir
2019-04-25
Merge pull request #22301 from YeldhamDev/button_popup_highlight
Rémi Verschelde
2019-04-23
Fix "Name" popup's size in theme editor
Michael Alexsander Silva Dias
2019-02-19
Enhance theme preview
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Enable toggle behaviour for buttons that trigger popups
Michael Alexsander Silva Dias
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-05-03
Small changes for some strings.
Michael Alexsander Silva Dias
2018-04-27
Fix theme editor sample widgets
Pedro J. Estébanez
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-03-27
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
[next]