summaryrefslogtreecommitdiffstats
path: root/editor/editor_sectioned_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-2/+2
|\|
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Keep advanced toggle on when searching for settingsHaoyu Qiu2024-09-211-7/+26
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-1/+1
* Add context support for editor property name i18nHaoyu Qiu2024-03-311-3/+3
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add EditorStringNames singletonkobewi2023-09-031-2/+3
* Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-11/+0
* Make solving project setting errors easierRedMser2023-03-271-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Don't update EditorSettings dialog unnecessarilykobewi2022-11-211-1/+3
* Only show named layers in layer menuHaoyu Qiu2022-10-081-1/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Fix property revert logic in the sectioned inspectorYuri Sizov2022-09-021-9/+4
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...bruvzg2022-08-231-2/+2
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-2/+2
* Add GLOBAL_DEF_INTERNAL to hide specific settingskobewi2022-06-071-5/+0
* Hide redundant categories from project settingskobewi2022-05-281-0/+5
* Add property name style toggle to InspectorHaoyu Qiu2022-03-281-5/+22
* Improve inspector filteringHaoyu Qiu2022-03-181-1/+15
* i18n: Make property paths and categories translatableHaoyu Qiu2022-03-031-1/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* String: Add contains().Anilforextra2022-02-041-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+2
* Optimize StringName usagereduz2021-07-181-2/+2
* Use bold fonts in editorreduz2021-06-021-1/+2
* Improve TreeItem API and allow to move nodestrollodel2021-05-171-3/+3
* Reorganize Project Settingsreduz2021-02-181-1/+7
* Removed _change_notifyreduz2021-02-101-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-6/+2
* Fix filtering of search results in SectionedInspectorbooer2020-09-021-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-18/+33
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-2/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+2