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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Rename some arguments called "position"
kobewi
2024-03-27
1
-2
/
+2
|
/
*
Fix empty_clicked signal when hide_root
voylin
2024-03-22
1
-0
/
+1
*
Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_tree
Rémi Verschelde
2024-03-05
1
-11
/
+34
|
\
|
*
Add is_visible_in_tree in TreeItem
Faycal ElOuariachi
2024-03-05
1
-11
/
+34
*
|
Add auto translation to `Tree`
Michael Alexsander
2024-03-01
1
-6
/
+25
*
|
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-1
/
+1
*
|
Fix crash when selecting re-added `Tree` item
Mikael Hermansson
2024-02-27
1
-0
/
+4
|
/
*
Fix recursive Tree expand/collapse shortcuts not working
Hugo Locurcio
2024-02-13
1
-22
/
+12
*
Only recurse depth wise in `Tree::_count_selected_items`
ACB
2024-02-04
1
-6
/
+2
*
Merge pull request #87688 from AThousandShips/what_is_this
Rémi Verschelde
2024-01-29
1
-5
/
+5
|
\
|
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-5
/
+5
*
|
Add `get_button_color(column, id)`
radzo73
2024-01-28
1
-0
/
+7
|
/
*
Use callable for `TreeItem` custom draw
A Thousand Ships
2024-01-23
1
-5
/
+30
*
Redraw `TreeItem` on more changes
A Thousand Ships
2024-01-22
1
-0
/
+20
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+2
*
Merge pull request #86218 from TheSofox/arrow-key-scene-tree-nav
Yuri Sizov
2023-12-20
1
-4
/
+3
|
\
|
*
Fixes Node selection when navigating SceneTree with Arrow keys
Sofox
2023-12-16
1
-4
/
+3
*
|
Merge pull request #84845 from DarkMessiah/tree-disabled-checkbox
Yuri Sizov
2023-12-19
1
-10
/
+25
|
\
\
|
|
/
|
/
|
|
*
Implement disabled state for Checkbox in Tree
Stanislav Labzyuk
2023-11-15
1
-10
/
+25
*
|
Prevent crash when call set_text() on a removed treeItem
jsjtxietian
2023-12-12
1
-4
/
+12
*
|
Make Tree's set_selected check if treeitem belongs to the tree
jsjtxietian
2023-11-14
1
-0
/
+2
|
/
*
Fix TreeItem truncating node names too much when using a custom icon
Adam Chyb
2023-10-27
1
-1
/
+1
*
Allow clicking buttons of non-selectable TreeItems
kobewi
2023-10-09
1
-13
/
+13
*
Merge pull request #81174 from BlueCube3310/tree-range-fix
Rémi Verschelde
2023-10-02
1
-1
/
+1
|
\
|
*
Fix TreeItem range slider not working
BlueCube3310
2023-08-30
1
-1
/
+1
*
|
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-1
/
+1
*
|
Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platform
ajreckof
2023-09-19
1
-1
/
+1
*
|
Register theme properties with ThemeDB
Yuri Sizov
2023-09-11
1
-70
/
+71
*
|
Correctly display tooltips for buttons in Tree when they overlap cell content
Miguel Pereira
2023-08-27
1
-10
/
+3
|
/
*
GUI: Fix text overlapping icon in `Tree`
Danil Alexeev
2023-08-24
1
-2
/
+27
*
Enabled missing Tree title button font and font size theme settings.
Koyper
2023-08-16
1
-3
/
+2
*
GUI: Fix `Tree` performance regression by using cache
Danil Alexeev
2023-08-04
1
-39
/
+53
*
Fixed Tree Selection Bug
Yogendra Manawat
2023-07-29
1
-9
/
+10
*
Merge pull request #78393 from AThousandShips/tree_tooltip
Yuri Sizov
2023-07-12
1
-0
/
+7
|
\
|
*
Add ability to set the tooltip text of a `TreeItem` button
Ninni Pipping
2023-06-18
1
-0
/
+7
*
|
Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...
Yuri Sizov
2023-07-12
1
-4
/
+7
|
\
\
|
*
|
Add the "inner_item_margin" Theme constant to the Tree control
João Pedro Braz
2023-06-02
1
-4
/
+7
*
|
|
Fix cursor behaviour in Tree while holding CTRL
Dawid Marzec
2023-06-21
1
-26
/
+21
|
|
/
|
/
|
*
|
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-6
/
+6
*
|
Tree: Add ability to configure text autowrap mode for individual cells
Danil Alexeev
2023-06-03
1
-1
/
+40
*
|
Implement `TreeItem.add_child`
Yuri Sizov
2023-05-31
1
-43
/
+74
*
|
Remove up/down input for text search in Tree
Dawid Marzec
2023-05-23
1
-19
/
+0
|
/
*
Merge pull request #76794 from Wiwip/inline-edit
Rémi Verschelde
2023-05-11
1
-3
/
+11
|
\
|
*
Modifies the file system dock to use the inline editor instead of a dialog.
Wiwip
2023-05-10
1
-3
/
+11
*
|
Improve editor state persistence
Hendrik Brucker
2023-05-11
1
-8
/
+41
*
|
Fix multiline items drawing in `Tree`
Danil Alexeev
2023-04-28
1
-18
/
+23
|
/
*
Add support for multiline strings to `Tree`
Danil Alexeev
2023-04-25
1
-34
/
+114
*
Add allow_search property to ItemList and Tree
needleful
2023-04-18
1
-1
/
+13
*
Tree: Fix offset calculation when there are hidden items
Haoyu Qiu
2023-04-12
1
-2
/
+2
*
Merge pull request #71433 from marzecdawid/fix-TreeItem-button-rendered-under...
Yuri Sizov
2023-04-11
1
-49
/
+56
|
\
[prev]
[next]