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
/
editor_sectioned_inspector.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-21
Don't update EditorSettings dialog unnecessarily
kobewi
2022-10-08
Only show named layers in layer menu
Haoyu Qiu
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-02
Fix property revert logic in the sectioned inspector
Yuri Sizov
2022-08-30
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-23
[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...
bruvzg
2022-08-18
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-06-07
Add GLOBAL_DEF_INTERNAL to hide specific settings
kobewi
2022-05-28
Hide redundant categories from project settings
kobewi
2022-03-28
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-18
Improve inspector filtering
Haoyu Qiu
2022-03-03
i18n: Make property paths and categories translatable
Haoyu Qiu
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-02-04
String: Add contains().
Anilforextra
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-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-02
Use bold fonts in editor
reduz
2021-05-17
Improve TreeItem API and allow to move nodes
trollodel
2021-02-18
Reorganize Project Settings
reduz
2021-02-10
Removed _change_notify
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-02
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-09-02
Fix filtering of search results in SectionedInspector
booer
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-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
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-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
2020-01-31
Merge pull request #33047 from silvanocerza/settings-search
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-20
Fix some overflows and unitialized variables
Rafał Mikrut
2019-11-04
Improved search in settings dialogs
Silvano Cerza
2019-08-31
Increase the minimum width of the editor sectioned inspector
Hugo Locurcio
2019-07-12
Fixes and improvements in settings search
Shiqing
2019-02-27
Hide global section in project settings when no property is defined
Eric Rybicki
2019-01-23
Fix global settings consistency
Marcin Zawiejski
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-08-29
Add missing copyright headers
Rémi Verschelde
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky