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
/
property_selector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 #96400 from Maran23/inputmap-usage-for-filter-and-correspo...
Rémi Verschelde
2024-09-16
1
-31
/
+22
|
\
|
*
Use InputMap actions consistently across all LineEdit's that filter an underl...
Marius Hanl
2024-08-31
1
-31
/
+22
*
|
Pass current value to `EditorInterface` node/property popups
Chris Cranford
2024-09-03
1
-0
/
+17
|
/
*
Merge pull request #95554 from KoBeWi/subproperty_of_a_subproperty_of_a_property
Rémi Verschelde
2024-08-16
1
-2
/
+131
|
\
|
*
Allow picking partial properties in PropertySelector
kobewi
2024-08-15
1
-2
/
+131
*
|
Remove type icon array from PropertySelector
kobewi
2024-08-15
1
-45
/
+1
|
/
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
Editor: Hide GDScript internal functions from method selectors
Danil Alexeev
2024-06-05
1
-2
/
+15
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+1
*
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-4
/
+4
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-8
/
+8
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-1
/
+2
*
Editor: Display deprecated/experimental messages in tooltips
Danil Alexeev
2024-04-18
1
-19
/
+14
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Clamps the height of description text for property selectors
QuirkyLemon
2023-10-23
1
-0
/
+2
*
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-37
/
+6
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-40
/
+40
*
Delay initialization of the visual shader editor UI
Yuri Sizov
2023-05-23
1
-1
/
+1
*
Add Vector4i icon
Summersay415
2023-05-13
1
-1
/
+1
*
Fix type icons in `PropertySelector`
Ninni Pipping
2023-03-06
1
-1
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Remove excessive `editor/property_editor.h` includes
Yuri Sizov
2022-08-01
1
-0
/
+4
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-8
/
+8
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-1
/
+0
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-4
/
+8
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+1
*
Reload built-in scripts when picking methods
kobewi
2022-02-08
1
-3
/
+6
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Vectors: Use clear() and has().
Anilforextra
2022-02-02
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-10
/
+10
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-4
/
+4
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-1
/
+1
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-0
/
+2
*
Make property description in the animation editor actually show it
Michael Alexsander
2021-08-08
1
-17
/
+30
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-25
/
+23
*
Fix visual script icons
Nick Huelin
2021-07-20
1
-0
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-35
/
+35
*
Adding some more missing renames for Transform3D and Quaternion
Bastiaan Olij
2021-06-15
1
-1
/
+1
*
update property selector's icon list and rename Quat.svg to Quaternion.svg
Silc 'Tokage' Renew
2021-06-09
1
-3
/
+8
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-6
/
+6
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-3
/
+3
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
[next]