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
/
scene
/
gui
/
tree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix issue causing input lock when drag scrolling a `Tree` element on touchscr...
Fredia Huya-Kouadio
2024-07-18
1
-0
/
+2
*
Fix Tree and FileSystemList edit popup double events and ESC behavior.
bruvzg
2024-05-17
1
-0
/
+1
*
Fix TreeItem button handling
Haoyu Qiu
2024-04-18
1
-0
/
+2
*
Revert "Correctly display tooltips for buttons in Tree when they overlap cell...
Haoyu Qiu
2024-04-18
1
-1
/
+0
*
Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_tree
Rémi Verschelde
2024-03-05
1
-0
/
+4
|
\
|
*
Add is_visible_in_tree in TreeItem
Faycal ElOuariachi
2024-03-05
1
-0
/
+4
*
|
Add auto translation to `Tree`
Michael Alexsander
2024-03-01
1
-0
/
+2
|
/
*
Add `get_button_color(column, id)`
radzo73
2024-01-28
1
-0
/
+1
*
Use callable for `TreeItem` custom draw
A Thousand Ships
2024-01-23
1
-2
/
+5
*
Implement disabled state for Checkbox in Tree
Stanislav Labzyuk
2023-11-15
1
-0
/
+4
*
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-2
/
+1
*
Correctly display tooltips for buttons in Tree when they overlap cell content
Miguel Pereira
2023-08-27
1
-0
/
+1
*
GUI: Fix text overlapping icon in `Tree`
Danil Alexeev
2023-08-24
1
-0
/
+4
*
GUI: Fix `Tree` performance regression by using cache
Danil Alexeev
2023-08-04
1
-1
/
+5
*
Merge pull request #78393 from AThousandShips/tree_tooltip
Yuri Sizov
2023-07-12
1
-0
/
+1
|
\
|
*
Add ability to set the tooltip text of a `TreeItem` button
Ninni Pipping
2023-06-18
1
-0
/
+1
*
|
Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...
Yuri Sizov
2023-07-12
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Add the "inner_item_margin" Theme constant to the Tree control
João Pedro Braz
2023-06-02
1
-0
/
+4
*
|
Tree: Add ability to configure text autowrap mode for individual cells
Danil Alexeev
2023-06-03
1
-0
/
+4
*
|
Implement `TreeItem.add_child`
Yuri Sizov
2023-05-31
1
-4
/
+3
|
/
*
Merge pull request #76794 from Wiwip/inline-edit
Rémi Verschelde
2023-05-11
1
-1
/
+2
|
\
|
*
Modifies the file system dock to use the inline editor instead of a dialog.
Wiwip
2023-05-10
1
-1
/
+2
*
|
Improve editor state persistence
Hendrik Brucker
2023-05-11
1
-2
/
+6
*
|
Fix multiline items drawing in `Tree`
Danil Alexeev
2023-04-28
1
-2
/
+2
|
/
*
Add support for multiline strings to `Tree`
Danil Alexeev
2023-04-25
1
-9
/
+16
*
Add allow_search property to ItemList and Tree
needleful
2023-04-18
1
-0
/
+4
*
Add scrollbar offset theme constants to Tree
Haoyu Qiu
2023-04-06
1
-0
/
+10
*
Merge pull request #75340 from Barugon/tree_colunm_title_alignment
Rémi Verschelde
2023-04-03
1
-0
/
+4
|
\
|
*
Implement column title alignment for `Tree`
Barugon
2023-03-27
1
-0
/
+4
*
|
Make icons of scripted and custom classes fit the editor UI
Yuri Sizov
2023-03-31
1
-1
/
+5
|
/
*
Merge pull request #70433 from Sauermann/fix-treeitem-id
Rémi Verschelde
2023-01-16
1
-11
/
+11
|
\
|
*
Fix confusion about TreeItem.add_button ambiguity between id and index
Markus Sauermann
2022-12-29
1
-11
/
+11
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Rename theme cache separation names
Iceflower
2022-11-30
1
-2
/
+2
*
[Font] Add an import option to pre-render all glyphs required for the transla...
bruvzg
2022-11-10
1
-0
/
+1
*
Tree recursive folding
Ninni Pipping
2022-09-21
1
-0
/
+10
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-2
/
+4
*
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-09-01
1
-4
/
+8
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-3
/
+3
*
Replace Array return types with TypedArray 3
kobewi
2022-08-24
1
-1
/
+1
*
fixed Tree UI control bug corrupting child cache
derammo
2022-08-04
1
-0
/
+7
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+2
*
Horizontal scroll for Tree
Ninni Pipping
2022-07-07
1
-0
/
+2
*
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-07-06
1
-10
/
+0
*
tree: always emit item_edited
Nathan Franke
2022-05-26
1
-1
/
+1
*
Merge pull request #60061 from monkeyman192/allow_treeitem_visible
Rémi Verschelde
2022-05-24
1
-0
/
+8
|
\
|
*
Allow TreeItem nodes to toggle visibility
monkeyman192
2022-05-16
1
-0
/
+8
*
|
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-1
/
+1
|
/
[next]