| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #88577 from davthedev/itemlist-light-refactor | Rémi Verschelde | 2024-02-29 | 1 | -1/+1 |
|\ |
|
| * | Fix item positioning & pointer detection areas of ItemList | David Giardi | 2024-02-27 | 1 | -1/+1 |
* | | Use black for font outlines by default instead of white | Hugo Locurcio | 2024-02-28 | 1 | -1/+1 |
|/ |
|
* | Expose force_update_list_size | George L. Albany | 2023-09-15 | 1 | -0/+6 |
* | 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 | -4/+4 |
* | Add `get_item_rect` function to `ItemList` | Ninni Pipping | 2023-05-11 | 1 | -0/+10 |
* | Merge pull request #76199 from needleful/incremental_search_property | Rémi Verschelde | 2023-04-25 | 1 | -0/+3 |
|\ |
|
| * | Add allow_search property to ItemList and Tree | needleful | 2023-04-18 | 1 | -0/+3 |
* | | Add hovered item style to ItemList | David Giardi | 2023-04-18 | 1 | -0/+6 |
|/ |
|
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio | 2022-12-19 | 1 | -0/+1 |
* | Make `Vector2i` values paired with `EDSCALE` be just `Vector2` | Michael Alexsander | 2022-09-08 | 1 | -1/+1 |
* | Improve naming of theme properties throughout GUI code | Yuri Sizov | 2022-09-06 | 1 | -6/+6 |
* | [doc] Use "param" instead of "code" to refer to parameters (5) | Andy Maloney | 2022-08-15 | 1 | -9/+9 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -65/+65 |
* | 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 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -2/+2 |
* | Changed signals of ItemList | Vitika9 | 2022-05-06 | 1 | -15/+10 |
* | Rename theme properties to include underscores | FireForge | 2022-04-23 | 1 | -2/+2 |
* | Allow negative indexes in ItemList and PopupMenu | kobewi | 2022-03-12 | 1 | -0/+1 |
* | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal | 2022-03-08 | 1 | -1/+1 |
* | Fixed bug with text going under scrollbar | albertfay1121 | 2022-02-25 | 1 | -1/+1 |
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Improve the default project theme | Hugo Locurcio | 2022-01-19 | 1 | -1/+1 |
* | Merge pull request #56228 from KoBeWi/returns_what | Max Hilbrunner | 2022-01-04 | 1 | -1/+1 |
|\ |
|
| * | Fix get_v_scroll() desctiption in ItemList | kobewi | 2021-12-24 | 1 | -1/+1 |
* | | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde | 2022-01-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()` | Michael Alexsander | 2021-11-30 | 1 | -1/+1 |
* | | Rename "items_count" property to "item_count" | Aaron Franke | 2021-12-06 | 1 | -1/+1 |
* | | Make overridden properties link to parent definition | Yuri Sizov | 2021-12-03 | 1 | -2/+2 |
* | | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov | 2021-12-01 | 1 | -21/+21 |
|/ |
|
* | Remove ItemList editor and replace it by a property array | Gilles Roudière | 2021-10-28 | 1 | -6/+3 |
* | Add warnings to methods that give access to internal nodes | Yuri Sizov | 2021-10-10 | 1 | -0/+1 |
* | Fix ItemList layout (+EditorFileDialog) | Hendrik Brucker | 2021-08-21 | 1 | -0/+3 |
* | Add theme item descriptions to the online documentation | Yuri Sizov | 2021-08-04 | 1 | -17/+17 |
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -232/+116 |
* | Better format arguments in variant parser | Michael Alexsander Silva Dias | 2021-06-18 | 1 | -5/+5 |
* | Remove trivial examples in the ItemList class documentation | Hugo Locurcio | 2021-03-03 | 1 | -20/+1 |
* | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg | 2021-02-14 | 1 | -0/+6 |
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -1/+1 |
* | Merge pull request #33685 from Scony/improve-item-lists-add-item-methods | Rémi Verschelde | 2021-01-15 | 1 | -4/+5 |
|\ |
|
| * | ItemList's add_(icon_)item method returns id of added item | Pawel Lampe | 2020-07-01 | 1 | -4/+5 |
* | | doc: Sync classref with current source | Rémi Verschelde | 2021-01-04 | 1 | -16/+16 |
* | | Rename unselect to deselect | Marcel Admiraal | 2020-12-21 | 1 | -2/+2 |
* | | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg | 2020-11-26 | 1 | -0/+76 |
* | | Docs: Port Code Examples to C# (F, G, H, I, J, K, L) | HaSa1002 | 2020-11-25 | 1 | -9/+20 |
|/ |
|