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
/
groups_editor.cpp
Age
Commit message (
Expand
)
Author
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
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-01-26
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-21
Improve Groups dock panel and the Group Editor
Haoyu Qiu
2022-01-20
Store panels and docks singletons in their own classes
trollodel
2022-01-16
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-10-21
Added ability to copy group name
Duroxxigar
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Add header theme type variations to labels
kobewi
2021-07-04
Improvements to Label's layout options
Hendrik Brucker
2021-06-16
Documentation search fixes
Gregory Basile
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
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-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-03
Signals: Fix some regressions from #36426
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-23
Signals: Fix invalid connections to missing callbacks
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-02-02
Fixes add group in Group Editor dialog
Haoyu Qiu
2020-01-10
Trims user provided group name
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-31
Fixes Groups Editor batch add/remove nodes
Haoyu Qiu
2019-12-24
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-21
Makes more editor strings translatable
Haoyu Qiu
2019-12-15
Fixes wrong minimum size of Group Editor
Haoyu Qiu
2019-11-04
Fixed cases where labels with autowrap can overflow the editor ui
PouleyKetchoupp
2019-08-28
Major enhancements for the group editor
Michael Alexsander Silva Dias
2019-07-01
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-13
i18n: Sync translation template with current source
Rémi Verschelde
2018-09-14
Refactor editor icon retrieval
willnationsdev
2018-08-11
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
[next]