summaryrefslogtreecommitdiffstats
path: root/editor/groups_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix Add button style in GroupsEditorGiganzo2024-09-221-1/+1
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-1/+1
* Fix Crash when adding scenes with a group to the level sceneJamie Pate2024-07-181-0/+5
* Update Node dock when theme changesHaoyu Qiu2024-07-031-0/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+4
* Merge pull request #89801 from timothyqiu/lost-groupRémi Verschelde2024-04-081-3/+7
|\
| * Fix heap-use-after-free when converting scene group to globalHaoyu Qiu2024-03-231-3/+7
* | Fix missing i18n for some editor stringsHaoyu Qiu2024-04-031-2/+2
* | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
|/
* Add support for search shortcut to all dockspassivestar2024-01-221-0/+3
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Use ObjectID to track cached scene groups.Trevor Davenport2024-01-091-9/+11
* Implement project-wide node groupsStanislav Labzyuk2023-12-191-578/+600
* Fix theme access in the Groups editorYuri Sizov2023-12-111-12/+11
* Add EditorStringNames singletonkobewi2023-09-031-11/+12
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+4
* Add EditorUndoRedoManager singletonkobewi2023-01-161-7/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify usage of undo_redo in editorkobewi2022-11-021-9/+7
* Add ability to rename groups in the GroupsEditorYuri Rubinsky2022-10-041-36/+108
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-1/+1
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* Add per-scene UndoRedokobewi2022-08-221-0/+9
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-2/+2
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-1/+1
* Use consistent casing in editor filter/search barsFireForge2022-05-281-2/+2
* Add the button pressed to some signals in Treetrollodel2022-05-211-4/+12
* Add _group_selected to callable methodsBitlytic2022-03-241-0/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-7/+7
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-7/+7
* Rename String::is_subsequence_ofi to String::is_subsequence_ofnWilson E. Alvarez2022-01-261-2/+2
* Improve Groups dock panel and the Group EditorHaoyu Qiu2022-01-211-3/+16
* Store panels and docks singletons in their own classestrollodel2022-01-201-10/+10
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-1/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Added ability to copy group nameDuroxxigar2021-10-211-43/+57