Commit message (Collapse) | 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 | |
| | | | | fix | |||||
* | 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` | |||||
| * | 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 | |
| | | | | | | | | | | This also moves them to use Shift instead of Alt, as was already done for mouse interactions. Shortcuts in Tree were also made non-exact matches so they still work if modifiers are held. This is important for up/down shortcuts, especially once support for selecting with Shift + up/down is implemented. | |||||
* | 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 | |||||
| * | 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 | |
|/ | | | | Docs should point to Color constuctor instead of just the class, but I unfortunately cannot. | |||||
* | Use callable for `TreeItem` custom draw | A Thousand Ships | 2024-01-23 | 1 | -5/+30 | |
| | | | | Deprecating old functionality | |||||
* | Redraw `TreeItem` on more changes | A Thousand Ships | 2024-01-22 | 1 | -0/+20 | |
| | | | | | | * Custom font changes * Custom draw changes * Custom as button | |||||
* | 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 | |
|\ | | | | | | | Fix `Node` selection when navigating `Tree` with Arrow keys | |||||
| * | 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 | |||||
| * | 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 | |
| | | | | Fixes #83801. | |||||
* | 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 properly | |||||
| * | 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 | |||||
| * | Add ability to set the tooltip text of a `TreeItem` button | Ninni Pipping | 2023-06-18 | 1 | -0/+7 | |
| | | ||||||
* | | Merge pull request #75460 from ↵ | Yuri Sizov | 2023-07-12 | 1 | -4/+7 | |
|\ \ | | | | | | | | | | | | | | | | joao-pedro-braz/add_new_item_stylebox_to_the_tree_control Add a new "inner_item_margin" Theme constant to the Tree control | |||||
| * | | Add the "inner_item_margin" Theme constant to the Tree control | João Pedro Braz | 2023-06-02 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This PR adds the "inner_item_margin" Theme constant to the Tree Control. It behaves like a horizontal padding (in CSS), but only in the active writing direction (So on LTR it'll apply a left padding and on RTL right padding). The Editor Theme has been updated to make use of this and a result items in Trees and ItemLists no longer "hugs" their border, expressing a proper spacing instead. | |||||
* | | | 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 | |
| | | | | | | | | Restricted to scene | |||||
* | | 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 | |
|\ | | | | | | | Inline editor for the file system dock | |||||
| * | Modifies the file system dock to use the inline editor instead of a dialog. | Wiwip | 2023-05-10 | 1 | -3/+11 | |
| | | | | | | | | *Bugsquad edit:* Closes https://github.com/godotengine/godot-proposals/issues/4933 | |||||
* | | 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 ↵ | Yuri Sizov | 2023-04-11 | 1 | -49/+56 | |
|\ | | | | | | | | | marzecdawid/fix-TreeItem-button-rendered-under-selected Fix TreeItem's button being rendered under "Selected" highlights |