index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tree.cpp
Age
Commit message (
Expand
)
Author
2023-04-24
Tree: Fix offset calculation when there are hidden items
Haoyu Qiu
2023-02-04
Fix unlimited text rendering in Tree if width <= 0
Stanislav Labzyuk
2023-01-31
Remove some unused signals
Rémi Verschelde
2023-01-24
Improve clarity of Tree's activated/double-clicked signals
Aaron Franke
2023-01-18
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-16
Merge pull request #70433 from Sauermann/fix-treeitem-id
Rémi Verschelde
2023-01-11
Merge pull request #71042 from marzecdawid/only-cursor-multiselect-tree-text-...
Rémi Verschelde
2023-01-08
Expose Tree::deselect_all to GDScript
Dawid Marzec
2023-01-07
Fix text search in Tree with multiselect
Dawid Marzec
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-03
Fix Tree overflow without scrolling being enabled
Haoyu Qiu
2022-12-31
Use the vertical scrollbar when calculating the width that can be used for dr...
Marius Hanl
2022-12-29
Fix confusion about TreeItem.add_button ambiguity between id and index
Markus Sauermann
2022-12-20
Fix misaligned edit box when clicking on `Tree` items with different sizes
Michael Alexsander
2022-12-12
Merge pull request #68546 from marzecdawid/fix-deselect-all-in_tree
Rémi Verschelde
2022-12-10
Merge pull request #68728 from Rindbee/fix-wrong-edit
Rémi Verschelde
2022-12-07
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-04
Fix TreeItem::set_as_cursor check
Ninni Pipping
2022-11-30
Rename theme cache separation names
Iceflower
2022-11-16
Make sure the popup editor is hidden when selected
Rindbee
2022-11-15
Fix errors while deselecting all tree items; issue #65185
Dawid Marzec
2022-11-14
Fix a gap with scrolling down in Tree with arrow keys (#57636)
Dawid Marzec
2022-11-10
[Font] Add an import option to pre-render all glyphs required for the transla...
bruvzg
2022-11-08
Remove duplicate project settings definitions
kobewi
2022-10-13
Merge pull request #66337 from EricEzaM/sprite-frames
Rémi Verschelde
2022-10-09
Expose TreeItem::set_button_color
Jummit
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-06
Fix wrong condition used in `set_custom_color`
Rindbee
2022-09-24
Ensure all checks of `is_action` in the editor which are for 'shortcut' use, ...
Eric M
2022-09-21
Tree recursive folding
Ninni Pipping
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-01
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-08-30
Merge pull request #64377 from Mickeon/rename-canvas-redraw
Rémi Verschelde
2022-08-30
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-25
Merge pull request #64536 from Mickeon/editor-tree-icon-size
Rémi Verschelde
2022-08-24
Merge pull request #64082 from KoBeWi/array3k
Rémi Verschelde
2022-08-24
Merge pull request #59226 from Rindbee/better-setters-in-gui-controls
Yuri Sizov
2022-08-24
implemented right click on Tree control header
derammo
2022-08-24
Replace Array return types with TypedArray 3
kobewi
2022-08-23
Add some codes, returnes directly if the value is not changed.
风青山
2022-08-19
Account for TreeItem's Cell icon and center the text Popup vertically
Micky
2022-08-04
fixed Tree UI control bug corrupting child cache
derammo
2022-07-26
Merge pull request #63472 from timothyqiu/tree-row-cell-bg
Rémi Verschelde
2022-07-26
Tree: Don't draw selection background of individual cells in Row mode
Haoyu Qiu
2022-07-25
Fix negative indices in TreeItem
kobewi
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-13
Merge pull request #62781 from MinusKube/tree-slider-bug
Rémi Verschelde
2022-07-07
Horizontal scroll for Tree
Ninni Pipping
[next]