| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hover state to Tree items display | David Giardi | 2024-10-17 | 1 | -0/+15 |
* | Improve documentation on TreeItem's cell modes | kobewi | 2024-05-19 | 1 | -3/+3 |
* | Fix Tree minimum size calculation | Haoyu Qiu | 2024-04-25 | 1 | -4/+4 |
* | Rename some arguments called "position" | kobewi | 2024-03-27 | 1 | -2/+2 |
* | Use black for font outlines by default instead of white | Hugo Locurcio | 2024-02-28 | 1 | -1/+1 |
* | Fix recursive Tree expand/collapse shortcuts not working | Hugo Locurcio | 2024-02-13 | 1 | -1/+1 |
* | Implement disabled state for Checkbox in Tree | Stanislav Labzyuk | 2023-11-15 | 1 | -3/+15 |
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -1/+1 |
* | Fix various typos in classref | Haoyu Qiu | 2023-08-22 | 1 | -1/+1 |
* | Enabled missing Tree title button font and font size theme settings. | Koyper | 2023-08-16 | 1 | -0/+3 |
* | Merge pull request #75460 from joao-pedro-braz/add_new_item_stylebox_to_the_t... | Yuri Sizov | 2023-07-12 | 1 | -0/+12 |
|\ |
|
| * | Add the "inner_item_margin" Theme constant to the Tree control | João Pedro Braz | 2023-06-02 | 1 | -0/+12 |
* | | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -3/+3 |
|/ |
|
* | Modifies the file system dock to use the inline editor instead of a dialog. | Wiwip | 2023-05-10 | 1 | -1/+4 |
* | Add allow_search property to ItemList and Tree | needleful | 2023-04-18 | 1 | -0/+3 |
* | Add scrollbar offset theme constants to Tree | Haoyu Qiu | 2023-04-06 | 1 | -0/+18 |
* | Merge pull request #75340 from Barugon/tree_colunm_title_alignment | Rémi Verschelde | 2023-04-03 | 1 | -0/+15 |
|\ |
|
| * | Implement column title alignment for `Tree` | Barugon | 2023-03-27 | 1 | -0/+15 |
* | | Make icons of scripted and custom classes fit the editor UI | Yuri Sizov | 2023-03-31 | 1 | -0/+3 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Remove some unused signals | Rémi Verschelde | 2023-01-31 | 1 | -5/+0 |
* | Improve clarity of Tree's activated/double-clicked signals | Aaron Franke | 2023-01-24 | 1 | -5/+5 |
* | Merge pull request #70433 from Sauermann/fix-treeitem-id | Rémi Verschelde | 2023-01-16 | 1 | -2/+2 |
|\ |
|
| * | Fix confusion about TreeItem.add_button ambiguity between id and index | Markus Sauermann | 2022-12-29 | 1 | -2/+2 |
* | | Expose Tree::deselect_all to GDScript | Dawid Marzec | 2023-01-08 | 1 | -0/+6 |
|/ |
|
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
* | Use capitalized ID in the doc | Haoyu Qiu | 2022-12-08 | 1 | -1/+1 |
* | Fill random docs | kobewi | 2022-11-22 | 1 | -1/+6 |
* | [Font] Add an import option to pre-render all glyphs required for the transla... | bruvzg | 2022-11-10 | 1 | -0/+8 |
* | Style: Misc docs and comment style and language fixes | Rémi Verschelde | 2022-11-02 | 1 | -1/+1 |
* | Tree recursive folding | Ninni Pipping | 2022-09-21 | 1 | -0/+3 |
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -6/+6 |
* | implemented right click on Tree control header | derammo | 2022-08-24 | 1 | -2/+3 |
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -8/+8 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -50/+50 |
* | Adjust 2 default theme colors in ItemList and Tree | FireForge | 2022-08-02 | 1 | -1/+1 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -24/+0 |
* | Document incremental search support in ItemList, PopupMenu and Tree | Hugo Locurcio | 2022-06-17 | 1 | -0/+1 |
* | Add the button pressed to some signals in Tree | trollodel | 2022-05-21 | 1 | -16/+14 |
* | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -2/+2 |
* | Implement Animation Libraries | reduz | 2022-04-11 | 1 | -1/+2 |
* | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal | 2022-03-08 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Improve TreeItem button API | Haoyu Qiu | 2022-02-08 | 1 | -0/+7 |
* | Center when scrolling to tree item. | Stijn Hinlopen | 2022-02-05 | 1 | -0/+1 |
* | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde | 2022-01-27 | 1 | -4/+4 |
|\ |
|
| * | Allow method binds to take Object subclasses as arguments | TechnoPorg | 2022-01-25 | 1 | -4/+4 |
* | | doc: Clarify expected type of `Object *` parameters in Tree methods | Rémi Verschelde | 2022-01-25 | 1 | -4/+4 |