index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_inspector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-5
/
+4
*
Merge pull request #78960 from kleonc/inspector-follow-focus
Rémi Verschelde
2024-01-04
1
-0
/
+1
|
\
|
*
Make editor inspector follow focus
kleonc
2023-07-02
1
-0
/
+1
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
|
Improve editing of min/max particle properties
kobewi
2023-12-20
1
-0
/
+3
|
/
/
*
|
Add bulk change guards to successive theme overrides in Editor and GUI
Yuri Sizov
2023-10-19
1
-0
/
+4
*
|
Editor: Fix some issues with `EditorHelpTooltip`
Danil Alexeev
2023-10-10
1
-4
/
+16
*
|
Allow contextual plugins to persist temporarily
kobewi
2023-10-06
1
-0
/
+9
*
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-20
/
+4
*
|
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-124
/
+58
*
|
Use theme icon size when calculating category minimum size
Jack Wilsdon
2023-09-29
1
-1
/
+2
*
|
Expose EditorInspector::get_edited_object to GDScript
Wilson E. Alvarez
2023-09-23
1
-0
/
+1
*
|
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-1
/
+1
*
|
Improve undo action names
Haoyu Qiu
2023-09-12
1
-3
/
+4
*
|
Merge pull request #81408 from jsjtxietian/fix-property-array-tooltip-shows-w...
Rémi Verschelde
2023-09-07
1
-5
/
+6
|
\
\
|
*
|
Fix property array tooltip shows wrong ID on later pages
jsjtxietian
2023-09-07
1
-5
/
+6
*
|
|
Add EditorStringNames singleton
kobewi
2023-09-03
1
-62
/
+63
*
|
|
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...
Rémi Verschelde
2023-09-03
1
-34
/
+86
|
\
\
\
|
*
|
|
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-34
/
+86
|
|
/
/
*
|
|
Merge pull request #80184 from MewPurPur/gray=abstract
Rémi Verschelde
2023-09-01
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use the gray color for all abstract classes
MewPurPur
2023-08-31
1
-2
/
+2
*
|
|
Merge pull request #80617 from jmb462/fix_80524
Rémi Verschelde
2023-08-29
1
-2
/
+31
|
\
\
\
|
*
|
|
Add buttons to reorder inspector array items without dragging
Jean-Michel Bernard
2023-08-27
1
-2
/
+31
|
|
/
/
*
/
/
Avoid unnecessary inspector updates when loading or switching scenes
Yuri Sizov
2023-08-12
1
-10
/
+14
|
/
/
*
|
Standardize dialog input validation as a new class
kobewi
2023-08-08
1
-37
/
+19
*
|
Extract StyleBoxFlat, StyleBoxTexture and StyleBoxLine in their own file
Hendrik Brucker
2023-07-17
1
-0
/
+1
*
|
Fix enum tooltip with no description
MewPurPur
2023-06-21
1
-1
/
+2
|
/
*
Fix compilation on gcc13
Gilles Roudière
2023-06-16
1
-2
/
+3
*
Single Compilation Unit build.
lawnjelly
2023-06-06
1
-4
/
+4
*
Merge pull request #77148 from ajreckof/prevent_unselectable_editor_property_...
Yuri Sizov
2023-06-02
1
-5
/
+4
|
\
|
*
prevent selecting unselectable `EditorProperty` with RMB
ajreckof
2023-05-17
1
-5
/
+4
*
|
Merge pull request #71843 from Rindbee/do-not-cache
Yuri Sizov
2023-05-29
1
-4
/
+10
|
\
\
|
*
|
Do not cache the doc information written by user in the script in Inspector
Rindbee
2023-05-02
1
-4
/
+10
*
|
|
Translate inspector changes indicator
kobewi
2023-05-26
1
-5
/
+1
*
|
|
Merge pull request #76684 from KoBeWi/this_branch_is_meta
Rémi Verschelde
2023-05-16
1
-1
/
+22
|
\
\
\
|
*
|
|
Add background panel to new meta dialog
kobewi
2023-05-03
1
-1
/
+22
|
|
/
/
*
|
/
Fix skeleton 3d editor crash in RC3
Samuele Panzeri
2023-05-15
1
-0
/
+5
|
|
/
|
/
|
*
|
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-0
/
+26
|
/
*
Merge pull request #76105 from anvilfolk/tooltip
Rémi Verschelde
2023-04-25
1
-2
/
+6
|
\
|
*
Fix @export variable tooltips not showing up in Inspector when there is
ocean (they/them)
2023-04-21
1
-2
/
+6
*
|
Merge pull request #76238 from Calinou/editor-inspector-tooltip-display-enum-...
Rémi Verschelde
2023-04-20
1
-1
/
+22
|
\
\
|
*
|
Display enum value descriptions in the editor inspector help tooltips
Hugo Locurcio
2023-04-19
1
-1
/
+22
|
|
/
*
/
[Export] Add readable descriptions and validation warnings to the export opti...
bruvzg
2023-04-19
1
-5
/
+21
|
/
*
Merge pull request #75938 from YuriSizov/editor-no-spammy-icons
Rémi Verschelde
2023-04-11
1
-8
/
+12
|
\
|
*
Prevent errors in the Inspector when looking for script icons
Yuri Sizov
2023-04-11
1
-8
/
+12
*
|
Merge pull request #69324 from RedMser/advanced-settings-errors
Rémi Verschelde
2023-04-11
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make solving project setting errors easier
RedMser
2023-03-27
1
-2
/
+4
*
|
Merge pull request #75559 from ajreckof/Fix-descriptions-not-showing-for-them...
Rémi Verschelde
2023-04-02
1
-0
/
+5
|
\
\
|
*
|
Fix descriptions not showing for theme properties
ajreckof
2023-04-01
1
-0
/
+5
|
|
/
[next]