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
/
inspector_dock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-15
/
+16
|
\
|
*
Merge pull request #98039 from aaronfranke/button-icon
Thaddeus Crews
2024-10-29
1
-15
/
+15
|
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-15
/
+15
|
*
|
Add icon for Inspector dock context menu Show in FileSystem item
ev13bird
2024-10-08
1
-0
/
+1
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #96542 from Maran23/inspector-scrolls-away
Rémi Verschelde
2024-10-01
1
-1
/
+1
|
\
|
*
Fix Inspector may scrolls away when editing a property that adds or removes s...
Marius Hanl
2024-09-04
1
-1
/
+1
*
|
Extract editor main screen
kit
2024-09-09
1
-1
/
+2
|
/
*
Expose EditorUndoRedoManager's clear_history()
kobewi
2024-08-29
1
-1
/
+1
*
Remove references to deleted capitalize_properties setting
kobewi
2024-08-21
1
-4
/
+5
*
Tweak property name style selector in the editor inspector
Hugo Locurcio
2024-06-20
1
-3
/
+4
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-4
/
+4
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-4
/
+4
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-6
/
+6
*
Editor: Fix categories and tooltips in `TileSet` editor
Danil Alexeev
2024-05-14
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+3
*
Fix unexpected auto-translation of more editor components
Haoyu Qiu
2024-03-28
1
-0
/
+1
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-1
/
+1
*
Add hover highlight to main editor buttons
Matt Enad
2024-02-16
1
-3
/
+11
*
Add support for search shortcut to all docks
passivestar
2024-01-22
1
-0
/
+22
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-9
/
+0
*
Clear sub-resources list when no sub-resource exists
Haoyu Qiu
2023-12-21
1
-1
/
+1
*
Limit custom icons size in various editor widgets
Yuri Sizov
2023-10-26
1
-0
/
+3
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-2
/
+2
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-24
/
+25
*
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-1
/
+2
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-7
/
+8
*
Fix premature theme item access in editor tools
Yuri Sizov
2023-04-03
1
-7
/
+4
*
Fix error when opening Inspector's dots menu
Haoyu Qiu
2023-03-16
1
-2
/
+1
*
Fix corrupt undo after making sub-resources unique
kobewi
2023-02-13
1
-1
/
+1
*
Rework EditorPlugin editing logic
kobewi
2023-01-22
1
-2
/
+1
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-2
/
+2
*
Add Show in FileSystem option in the inspector
kobewi
2023-01-08
1
-0
/
+11
*
Merge pull request #70923 from KoBeWi/actual_resource
Rémi Verschelde
2023-01-08
1
-19
/
+12
|
\
|
*
Refactor inspector code for getting resource
kobewi
2023-01-04
1
-19
/
+12
*
|
Fix unreadable text in Make Sub-Resources Unique window
Haoyu Qiu
2023-01-06
1
-4
/
+4
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Merge pull request #63601 from YeldhamDev/tooltip_stuff
Rémi Verschelde
2022-11-17
1
-2
/
+2
|
\
|
*
Small changes to some tooltips
Michael Alexsander
2022-11-12
1
-2
/
+2
*
|
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-1
/
+1
|
/
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-1
/
+1
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-8
/
+8
*
Improvements to multi-node editing
FireForge
2022-09-05
1
-8
/
+6
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-9
/
+9
*
Disable editing properties in foreign resources
SaracenOne
2022-08-23
1
-19
/
+34
[next]