summaryrefslogtreecommitdiffstats
path: root/scene/gui/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-45/+14
|\
| * Merge pull request #96841 from maidopi-usagi/tree_item_height_cacheThaddeus Crews2024-11-101-41/+8
| |\
| | * replace computed height with cached item minimum sizeMaidOpi2024-11-071-41/+8
| * | Fix issue where scrolling to item center would overflow on topAdam Scott2024-11-051-4/+6
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-291-2/+2
| |\
| | * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-11/+9
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #97157 from pafuent/fixing_tree_item_get_prev_wrapThaddeus Crews2024-10-251-11/+9
| |\ \ | | |/ | |/|
| | * Fixing TreeItem get_prev_xxx methods when p_wrap is truePablo Andres Fuente2024-09-231-11/+9
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-101/+296
|\| |
| * | Merge pull request #98299 from timothyqiu/tree-coordinateThaddeus Crews2024-10-211-1/+1
| |\ \
| | * | Fix button click detection when `Tree` is rotatedHaoyu Qiu2024-10-181-1/+1
| * | | Add hover state to Tree items displayDavid Giardi2024-10-171-100/+295
| |/ /
* / / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* | Merge pull request #95889 from KoBeWi/tree_growing_sidewaysRémi Verschelde2024-10-041-4/+4
|\ \
| * | Allow horizontal scrolling in Tree using Shiftkobewi2024-08-211-4/+4
* | | Add auto translate mode for cells in TreeHaoyu Qiu2024-10-011-4/+45
| |/ |/|
* | Merge pull request #96643 from bruvzg/fs_linksRémi Verschelde2024-09-121-0/+28
|\ \
| * | [FileSystem Dock] Add symlink indicator and tooltip.bruvzg2024-09-061-0/+28
* | | Merge pull request #96232 from AThousandShips/tree_navigate_rowRémi Verschelde2024-09-081-5/+13
|\ \ \ | |/ / |/| |
| * | [Tree] Improve navigation with row select modeA Thousand Ships2024-08-281-5/+13
* | | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\ \ \
| * | | StringName Dictionary keysrune-scape2024-08-291-1/+1
| |/ /
* | | Merge pull request #96000 from kerstop/deadzone_slider_fixRémi Verschelde2024-09-031-4/+2
|\ \ \
| * | | fix deadzone slider not working correctlykerstop2024-08-231-4/+2
| | |/ | |/|
* | | Merge pull request #96142 from timothyqiu/one-signal-to-invalidate-them-allRémi Verschelde2024-09-021-3/+10
|\ \ \ | |_|/ |/| |
| * | Fix collapsing TreeItem not updating horizontal scrollbarHaoyu Qiu2024-08-271-3/+10
| |/
* / Improve Tree performanceaaronp642024-07-261-34/+29
|/
* Fix issue causing input lock when drag scrolling a `Tree` element on touchscr...Fredia Huya-Kouadio2024-07-181-0/+18
* Merge pull request #93179 from TheSofox/tree-nav-crashRémi Verschelde2024-06-241-6/+7
|\
| * Fix engine crashing when using Down Arrow selection on Tree with no selectionSofox2024-06-221-6/+7
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-3/+3
* | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
|/
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Fix Tree and FileSystemList edit popup double events and ESC behavior.bruvzg2024-05-171-1/+25
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Fold TreeItems when clicking to the left of fold iconkobewi2024-05-081-1/+1
* Make handling of rename line-edit popups more robustPedro J. Estébanez2024-05-071-3/+1
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Fix Tree minimum size calculationHaoyu Qiu2024-04-251-36/+47
* Fix wrong Tree column title positionHaoyu Qiu2024-04-231-2/+3
* Fix TreeItem button handlingHaoyu Qiu2024-04-181-79/+102
* Merge pull request #90842 from timothyqiu/revert-79792Rémi Verschelde2024-04-181-3/+10
|\
| * Revert "Correctly display tooltips for buttons in Tree when they overlap cell...Haoyu Qiu2024-04-181-3/+10
* | Fix non-embedded Windows resizing to match Viewport content scale factorKoyper2024-04-171-3/+11
|/
* Merge pull request #89977 from aqfranco/masterRémi Verschelde2024-04-041-5/+18
|\
| * Fix #88892: TreeItem shows cell edit in the wrong column when SelectMode=Row ...Andre Franco2024-03-281-5/+18