summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Translate inspector changes indicatorkobewi2023-05-261-5/+1
* | | Merge pull request #76684 from KoBeWi/this_branch_is_metaRémi Verschelde2023-05-161-1/+22
|\ \ \
| * | | Add background panel to new meta dialogkobewi2023-05-031-1/+22
| |/ /
* | / Fix skeleton 3d editor crash in RC3Samuele Panzeri2023-05-151-0/+5
| |/ |/|
* | Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-0/+26
|/
* Merge pull request #76105 from anvilfolk/tooltipRémi Verschelde2023-04-251-2/+6
|\
| * Fix @export variable tooltips not showing up in Inspector when there isocean (they/them)2023-04-211-2/+6
* | Merge pull request #76238 from Calinou/editor-inspector-tooltip-display-enum-...Rémi Verschelde2023-04-201-1/+22
|\ \
| * | Display enum value descriptions in the editor inspector help tooltipsHugo Locurcio2023-04-191-1/+22
| |/
* / [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-5/+21
|/
* Merge pull request #75938 from YuriSizov/editor-no-spammy-iconsRémi Verschelde2023-04-111-8/+12
|\
| * Prevent errors in the Inspector when looking for script iconsYuri Sizov2023-04-111-8/+12
* | Merge pull request #69324 from RedMser/advanced-settings-errorsRémi Verschelde2023-04-111-2/+4
|\ \ | |/ |/|
| * Make solving project setting errors easierRedMser2023-03-271-2/+4
* | Merge pull request #75559 from ajreckof/Fix-descriptions-not-showing-for-them...Rémi Verschelde2023-04-021-0/+5
|\ \
| * | Fix descriptions not showing for theme propertiesajreckof2023-04-011-0/+5
| |/
* | Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-3/+7
* | Streamline class icon resolution in the editorYuri Sizov2023-03-311-30/+12
|/
* Merge pull request #74564 from YuriSizov/inspector-is-simple-you-see-there-is...Yuri Sizov2023-03-161-1/+11
|\
| * Update property keying state without a full Inspector rebuildYuri Sizov2023-03-071-1/+11
* | Add missing TTRs in tiles editor and array inspectorHaoyu Qiu2023-03-091-5/+5
|/
* Apply inspector read_only only when changedkobewi2023-02-201-0/+3
* Merge pull request #71398 from honix/property-revert-release-focusRémi Verschelde2023-02-191-0/+1
|\
| * Fix property revert doesn't revert selected fieldsFedor Shchukin2023-01-141-0/+1
* | Merge pull request #73381 from KoBeWi/works_better_than_expected_huhYuri Sizov2023-02-171-6/+18
|\ \
| * | Fold resources when non-main inspector exits treekobewi2023-02-151-6/+18
* | | Fixes revert button on exported node properties on inherited nodes.SaracenOne2023-02-151-1/+1
|/ /
* | Avoid cleaning up editor plugins when property list changesYuri Sizov2023-02-111-8/+12
* | Prepare for moving editor and classref translations to godot-editor-l10n repoHaoyu Qiu2023-02-071-2/+2
* | Use `PropertyUsageFlags` enum in parse_propertyRaul Santos2023-01-311-1/+1
* | Merge pull request #71330 from Geometror/richtextlabel-fit-contentRémi Verschelde2023-01-251-1/+1
|\ \
| * | [RichTextLabel] Match minimum size calculation of LabelHendrik Brucker2023-01-131-1/+1
* | | Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde2023-01-221-0/+12
|\ \ \
| * | | Rework EditorPlugin editing logickobewi2023-01-221-0/+12
* | | | Use range iterators in LocalVector loopskobewi2023-01-211-2/+1
|/ / /
* | | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\ \ \
| * | | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
| | |/ | |/|
* / | Add EditorUndoRedoManager singletonkobewi2023-01-161-30/+21
|/ /
* | Merge pull request #70148 from KoBeWi/remove_all_restrictionsRémi Verschelde2023-01-131-20/+4
|\ \ | |/ |/|
| * Remove conditons for unfolding inspector sectionskobewi2022-12-161-20/+4
* | Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1