summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename some arguments called "position"kobewi2024-03-271-2/+2
|/
* Fix empty_clicked signal when hide_rootvoylin2024-03-221-0/+1
* Merge pull request #88300 from FaycalElOuariachi/add-TreeItem-is_visible_in_treeRémi Verschelde2024-03-051-11/+34
|\
| * Add is_visible_in_tree in TreeItemFaycal ElOuariachi2024-03-051-11/+34
* | Add auto translation to `Tree`Michael Alexsander2024-03-011-6/+25
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-1/+1
* | Fix crash when selecting re-added `Tree` itemMikael Hermansson2024-02-271-0/+4
|/
* Fix recursive Tree expand/collapse shortcuts not workingHugo Locurcio2024-02-131-22/+12
* Only recurse depth wise in `Tree::_count_selected_items`ACB2024-02-041-6/+2
* Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-5/+5
|\
| * Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-5/+5
* | Add `get_button_color(column, id)`radzo732024-01-281-0/+7
|/
* Use callable for `TreeItem` custom drawA Thousand Ships2024-01-231-5/+30
* Redraw `TreeItem` on more changesA Thousand Ships2024-01-221-0/+20
* Update deferred calls to use Callableskobewi2024-01-091-2/+2
* Merge pull request #86218 from TheSofox/arrow-key-scene-tree-navYuri Sizov2023-12-201-4/+3
|\
| * Fixes Node selection when navigating SceneTree with Arrow keysSofox2023-12-161-4/+3
* | Merge pull request #84845 from DarkMessiah/tree-disabled-checkboxYuri Sizov2023-12-191-10/+25
|\ \ | |/ |/|
| * Implement disabled state for Checkbox in TreeStanislav Labzyuk2023-11-151-10/+25
* | Prevent crash when call set_text() on a removed treeItemjsjtxietian2023-12-121-4/+12
* | Make Tree's set_selected check if treeitem belongs to the treejsjtxietian2023-11-141-0/+2
|/
* Fix TreeItem truncating node names too much when using a custom iconAdam Chyb2023-10-271-1/+1
* Allow clicking buttons of non-selectable TreeItemskobewi2023-10-091-13/+13
* Merge pull request #81174 from BlueCube3310/tree-range-fixRémi Verschelde2023-10-021-1/+1
|\
| * Fix TreeItem range slider not workingBlueCube33102023-08-301-1/+1
* | Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-1/+1
* | Replace Ctrl in editor shortcuts with Cmd or Ctrl depending on platformajreckof2023-09-191-1/+1
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-70/+71
* | Correctly display tooltips for buttons in Tree when they overlap cell contentMiguel Pereira2023-08-271-10/+3
|/
* GUI: Fix text overlapping icon in `Tree`Danil Alexeev2023-08-241-2/+27
* Enabled missing Tree title button font and font size theme settings.Koyper2023-08-161-3/+2
* GUI: Fix `Tree` performance regression by using cacheDanil Alexeev2023-08-041-39/+53
* Fixed Tree Selection BugYogendra Manawat2023-07-291-9/+10
* Merge pull request #78393 from AThousandShips/tree_tooltipYuri Sizov2023-07-121-0/+7
|\
| * Add ability to set the tooltip text of a `TreeItem` buttonNinni Pipping2023-06-181-0/+7
* | Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...Yuri Sizov2023-07-121-4/+7
|\ \
| * | Add the "inner_item_margin" Theme constant to the Tree controlJoão Pedro Braz2023-06-021-4/+7
* | | Fix cursor behaviour in Tree while holding CTRLDawid Marzec2023-06-211-26/+21
| |/ |/|
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-6/+6
* | Tree: Add ability to configure text autowrap mode for individual cellsDanil Alexeev2023-06-031-1/+40
* | Implement `TreeItem.add_child`Yuri Sizov2023-05-311-43/+74
* | Remove up/down input for text search in TreeDawid Marzec2023-05-231-19/+0
|/
* Merge pull request #76794 from Wiwip/inline-editRémi Verschelde2023-05-111-3/+11
|\
| * Modifies the file system dock to use the inline editor instead of a dialog.Wiwip2023-05-101-3/+11
* | Improve editor state persistenceHendrik Brucker2023-05-111-8/+41
* | Fix multiline items drawing in `Tree`Danil Alexeev2023-04-281-18/+23
|/
* Add support for multiline strings to `Tree`Danil Alexeev2023-04-251-34/+114
* Add allow_search property to ItemList and Treeneedleful2023-04-181-1/+13
* Tree: Fix offset calculation when there are hidden itemsHaoyu Qiu2023-04-121-2/+2
* Merge pull request #71433 from marzecdawid/fix-TreeItem-button-rendered-under...Yuri Sizov2023-04-111-49/+56
|\