summaryrefslogtreecommitdiffstats
path: root/doc/classes/Tree.xml
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation on TreeItem's cell modeskobewi2024-05-191-3/+3
* Fix Tree minimum size calculationHaoyu Qiu2024-04-251-4/+4
* Rename some arguments called "position"kobewi2024-03-271-2/+2
* Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
* Fix recursive Tree expand/collapse shortcuts not workingHugo Locurcio2024-02-131-1/+1
* Implement disabled state for Checkbox in TreeStanislav Labzyuk2023-11-151-3/+15
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* Fix various typos in classrefHaoyu Qiu2023-08-221-1/+1
* Enabled missing Tree title button font and font size theme settings.Koyper2023-08-161-0/+3
* Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t...Yuri Sizov2023-07-121-0/+12
|\
| * Add the "inner_item_margin" Theme constant to the Tree controlJoão Pedro Braz2023-06-021-0/+12
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-3/+3
|/
* Modifies the file system dock to use the inline editor instead of a dialog.Wiwip2023-05-101-1/+4
* Add allow_search property to ItemList and Treeneedleful2023-04-181-0/+3
* Add scrollbar offset theme constants to TreeHaoyu Qiu2023-04-061-0/+18
* Merge pull request #75340 from Barugon/tree_colunm_title_alignmentRémi Verschelde2023-04-031-0/+15
|\
| * Implement column title alignment for `Tree`Barugon2023-03-271-0/+15
* | Make icons of scripted and custom classes fit the editor UIYuri Sizov2023-03-311-0/+3
|/
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Remove some unused signalsRémi Verschelde2023-01-311-5/+0
* Improve clarity of Tree's activated/double-clicked signalsAaron Franke2023-01-241-5/+5
* Merge pull request #70433 from Sauermann/fix-treeitem-idRémi Verschelde2023-01-161-2/+2
|\
| * Fix confusion about TreeItem.add_button ambiguity between id and indexMarkus Sauermann2022-12-291-2/+2
* | Expose Tree::deselect_all to GDScriptDawid Marzec2023-01-081-0/+6
|/
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-0/+1
* Use capitalized ID in the docHaoyu Qiu2022-12-081-1/+1
* Fill random docskobewi2022-11-221-1/+6
* [Font] Add an import option to pre-render all glyphs required for the transla...bruvzg2022-11-101-0/+8
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Tree recursive foldingNinni Pipping2022-09-211-0/+3
* Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-6/+6
* implemented right click on Tree control headerderammo2022-08-241-2/+3
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-8/+8
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-50/+50
* Adjust 2 default theme colors in ItemList and TreeFireForge2022-08-021-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-24/+0
* Document incremental search support in ItemList, PopupMenu and TreeHugo Locurcio2022-06-171-0/+1
* Add the button pressed to some signals in Treetrollodel2022-05-211-16/+14
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Implement Animation Librariesreduz2022-04-111-1/+2
* Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-081-1/+1
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Improve TreeItem button APIHaoyu Qiu2022-02-081-0/+7
* Center when scrolling to tree item.Stijn Hinlopen2022-02-051-0/+1
* Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-4/+4
|\
| * Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-4/+4
* | doc: Clarify expected type of `Object *` parameters in Tree methodsRémi Verschelde2022-01-251-4/+4
* | Merge pull request #53276 from Phischermen/propagate_checkRémi Verschelde2022-01-201-0/+7
|\ \