summaryrefslogtreecommitdiff
path: root/editor/editor_sectioned_inspector.cpp
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-11-21Don't update EditorSettings dialog unnecessarilykobewi
2022-10-08Only show named layers in layer menuHaoyu Qiu
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-02Fix property revert logic in the sectioned inspectorYuri Sizov
2022-08-30Rename 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-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-06-07Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi
2022-05-28Hide redundant categories from project settingskobewi
2022-03-28Add property name style toggle to InspectorHaoyu Qiu
2022-03-18Improve inspector filteringHaoyu Qiu
2022-03-03i18n: Make property paths and categories translatableHaoyu Qiu
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-02-04String: Add contains().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-02Use bold fonts in editorreduz
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-02-18Reorganize Project Settingsreduz
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-09-02Fix filtering of search results in SectionedInspectorbooer
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-01-31Merge pull request #33047 from silvanocerza/settings-searchRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-04Improved search in settings dialogsSilvano Cerza
2019-08-31Increase the minimum width of the editor sectioned inspectorHugo Locurcio
2019-07-12Fixes and improvements in settings searchShiqing
2019-02-27Hide global section in project settings when no property is definedEric Rybicki
2019-01-23Fix global settings consistencyMarcin Zawiejski
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-08-29Add missing copyright headersRémi Verschelde
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky