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
/
groups_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+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
|
/
*
Fix Add button style in GroupsEditor
Giganzo
2024-09-22
1
-1
/
+1
*
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-1
/
+1
*
Fix Crash when adding scenes with a group to the level scene
Jamie Pate
2024-07-18
1
-0
/
+5
*
Update Node dock when theme changes
Haoyu Qiu
2024-07-03
1
-0
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+4
*
Merge pull request #89801 from timothyqiu/lost-group
Rémi Verschelde
2024-04-08
1
-3
/
+7
|
\
|
*
Fix heap-use-after-free when converting scene group to global
Haoyu Qiu
2024-03-23
1
-3
/
+7
*
|
Fix missing i18n for some editor strings
Haoyu Qiu
2024-04-03
1
-2
/
+2
*
|
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
|
/
*
Add support for search shortcut to all docks
passivestar
2024-01-22
1
-0
/
+3
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Use ObjectID to track cached scene groups.
Trevor Davenport
2024-01-09
1
-9
/
+11
*
Implement project-wide node groups
Stanislav Labzyuk
2023-12-19
1
-578
/
+600
*
Fix theme access in the Groups editor
Yuri Sizov
2023-12-11
1
-12
/
+11
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-11
/
+12
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-2
/
+4
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-7
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-9
/
+7
*
Add ability to rename groups in the GroupsEditor
Yuri Rubinsky
2022-10-04
1
-36
/
+108
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+9
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-2
/
+2
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-2
/
+2
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+12
*
Add _group_selected to callable methods
Bitlytic
2022-03-24
1
-0
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-7
/
+7
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-7
/
+7
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-2
/
+2
*
Improve Groups dock panel and the Group Editor
Haoyu Qiu
2022-01-21
1
-3
/
+16
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-10
/
+10
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-1
/
+2
*
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
-1
/
+1
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
Added ability to copy group name
Duroxxigar
2021-10-21
1
-43
/
+57
[next]