summaryrefslogtreecommitdiffstats
path: root/editor/editor_inspector.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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