summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+4
* Revert "Allow configuration warnings to refer to a property"Rémi Verschelde2024-02-171-96/+0
* Revert "Only update inspector if configuration warning change relevant"Rémi Verschelde2024-02-171-44/+1
* Editor: Fix skipping normal category followed by custom oneDanil Alexeev2024-02-141-1/+3
* Merge pull request #88182 from RedMser/fix-88176-inspectorRémi Verschelde2024-02-131-1/+44
|\
| * Only update inspector if configuration warning change relevantRedMser2024-02-101-1/+44
* | Merge pull request #85868 from KoBeWi/knowyourtilesRémi Verschelde2024-02-131-1/+20
|\ \ | |/ |/|
| * Add descriptions for tile propertieskobewi2023-12-071-1/+20
* | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* | Allow configuration warnings to refer to a propertyRedMser2024-02-081-0/+96
* | Editor: Fix `_parse_category()` is not called for custom categoriesDanil Alexeev2024-02-031-37/+37
* | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-2/+2
|\ \
| * | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-2/+2
* | | Better hide internal properties from usersYuri Sizov2024-01-291-3/+15
|/ /
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-2/+2
* | Update deferred calls to use Callableskobewi2024-01-091-5/+4
* | Merge pull request #78960 from kleonc/inspector-follow-focusRémi Verschelde2024-01-041-0/+1
|\ \
| * | Make editor inspector follow focuskleonc2023-07-021-0/+1
* | | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \ \
| * | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
| | |/ | |/|
* / | Improve editing of min/max particle propertieskobewi2023-12-201-0/+3
|/ /
* | Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+4
* | Editor: Fix some issues with `EditorHelpTooltip`Danil Alexeev2023-10-101-4/+16
* | Allow contextual plugins to persist temporarilykobewi2023-10-061-0/+9
* | Add vararg call() method to C++ Callablekobewi2023-10-051-20/+4
* | Revamp how documentation tooltips workMichael Alexsander2023-10-031-124/+58
* | Use theme icon size when calculating category minimum sizeJack Wilsdon2023-09-291-1/+2
* | Expose EditorInspector::get_edited_object to GDScriptWilson E. Alvarez2023-09-231-0/+1
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Improve undo action namesHaoyu Qiu2023-09-121-3/+4
* | Merge pull request #81408 from jsjtxietian/fix-property-array-tooltip-shows-w...Rémi Verschelde2023-09-071-5/+6
|\ \
| * | Fix property array tooltip shows wrong ID on later pagesjsjtxietian2023-09-071-5/+6
* | | Add EditorStringNames singletonkobewi2023-09-031-62/+63
* | | Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...Rémi Verschelde2023-09-031-34/+86
|\ \ \
| * | | Editor: Inspector and Signal docks improvementsDanil Alexeev2023-09-021-34/+86
| |/ /
* | | Merge pull request #80184 from MewPurPur/gray=abstractRémi Verschelde2023-09-011-2/+2
|\ \ \ | |/ / |/| |
| * | Use the gray color for all abstract classesMewPurPur2023-08-311-2/+2
* | | Merge pull request #80617 from jmb462/fix_80524Rémi Verschelde2023-08-291-2/+31
|\ \ \
| * | | Add buttons to reorder inspector array items without draggingJean-Michel Bernard2023-08-271-2/+31
| |/ /
* / / Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-10/+14
|/ /
* | Standardize dialog input validation as a new classkobewi2023-08-081-37/+19
* | Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own fileHendrik Brucker2023-07-171-0/+1
* | Fix enum tooltip with no descriptionMewPurPur2023-06-211-1/+2
|/
* Fix compilation on gcc13Gilles Roudière2023-06-161-2/+3
* Single Compilation Unit build.lawnjelly2023-06-061-4/+4
* Merge pull request #77148 from ajreckof/prevent_unselectable_editor_property_...Yuri Sizov2023-06-021-5/+4
|\
| * prevent selecting unselectable `EditorProperty` with RMBajreckof2023-05-171-5/+4
* | Merge pull request #71843 from Rindbee/do-not-cacheYuri Sizov2023-05-291-4/+10
|\ \
| * | Do not cache the doc information written by user in the script in InspectorRindbee2023-05-021-4/+10