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
*
Speed up inspector updates for TileMap
kobewi
2024-03-07
1
-0
/
+4
*
Make editing properties more intuitive in VisualShader
Hendrik Brucker
2024-03-05
1
-8
/
+12
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-5
/
+5
*
Inspector changes indicator propagates upwards
RedMser
2024-02-25
1
-5
/
+22
*
Merge pull request #69032 from KoBeWi/check_every_changed_setting_in_every_gr...
Rémi Verschelde
2024-02-20
1
-1
/
+4
|
\
|
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+4
*
|
Remove error when property is outside inspector
kobewi
2024-02-20
1
-1
/
+1
|
/
*
Revert "Allow configuration warnings to refer to a property"
Rémi Verschelde
2024-02-17
1
-96
/
+0
*
Revert "Only update inspector if configuration warning change relevant"
Rémi Verschelde
2024-02-17
1
-44
/
+1
*
Editor: Fix skipping normal category followed by custom one
Danil Alexeev
2024-02-14
1
-1
/
+3
*
Merge pull request #88182 from RedMser/fix-88176-inspector
Rémi Verschelde
2024-02-13
1
-1
/
+44
|
\
|
*
Only update inspector if configuration warning change relevant
RedMser
2024-02-10
1
-1
/
+44
*
|
Merge pull request #85868 from KoBeWi/knowyourtiles
Rémi Verschelde
2024-02-13
1
-1
/
+20
|
\
\
|
|
/
|
/
|
|
*
Add descriptions for tile properties
kobewi
2023-12-07
1
-1
/
+20
*
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
Allow configuration warnings to refer to a property
RedMser
2024-02-08
1
-0
/
+96
*
|
Editor: Fix `_parse_category()` is not called for custom categories
Danil Alexeev
2024-02-03
1
-37
/
+37
*
|
Merge pull request #87688 from AThousandShips/what_is_this
Rémi Verschelde
2024-01-29
1
-2
/
+2
|
\
\
|
*
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-2
/
+2
*
|
|
Better hide internal properties from users
Yuri Sizov
2024-01-29
1
-3
/
+15
|
/
/
*
|
Split theme generation logic into several subroutines
Yuri Sizov
2024-01-16
1
-1
/
+1
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-2
/
+2
*
|
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
|
/
[next]