Age | Commit message (Expand) | Author |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-04-11 | Implement Animation Libraries | reduz |
2022-03-08 | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-08 | Improve TreeItem button API | Haoyu Qiu |
2022-02-05 | Center when scrolling to tree item. | Stijn Hinlopen |
2022-01-27 | Merge pull request #57205 from TechnoPorg/variant-template-cast | Rémi Verschelde |
2022-01-25 | Allow method binds to take Object subclasses as arguments | TechnoPorg |
2022-01-25 | doc: Clarify expected type of `Object *` parameters in Tree methods | Rémi Verschelde |
2022-01-20 | Merge pull request #53276 from Phischermen/propagate_check | Rémi Verschelde |
2022-01-19 | Improve the default project theme | Hugo Locurcio |
2022-01-18 | Addded methods to propagate checks & refactored classes to use new methods. | Kevin Fischer |
2021-12-05 | Merge pull request #55559 from pycbouh/docs-overridden-cross-linked | Rémi Verschelde |
2021-12-05 | Bind column_titles_visible as property | kobewi |
2021-12-03 | Make overridden properties link to parent definition | Yuri Sizov |
2021-12-01 | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov |
2021-08-16 | Added icons and API for indeterminate checkmarks for the Tree class. | Kevin Fischer |
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-06 | Add multiple descriptions to several classes | Nick Huelin |
2021-07-04 | Clean up Tree | reduz |
2021-06-28 | Implement Tree's internal minimum width calculation | Gilles Roudière |
2021-06-25 | Allow disabling scrolling in Tree | Gilles Roudière |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-06-12 | Consistently prefix bound virtual methods with _ | kobewi |
2021-05-25 | Add highlight to the relationship lines of selected Tree items | Yuri Sizov |
2021-05-17 | Improve TreeItem API and allow to move nodes | trollodel |
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 |
2021-02-22 | Merge pull request #45994 from Jummit/expose-edit-selected | Rémi Verschelde |
2021-02-22 | expose edit_selected in Tree | Jummit |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2020-11-26 | [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,... | bruvzg |
2020-11-14 | Correct the doc about Tree.get_edited | Tomasz Chabora |
2020-04-21 | Mention how to remove TreeItem from a Tree | Tomasz Chabora |
2020-03-13 | Add LOTS of missing docs | Tomasz Chabora |
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-07 | Completes doc for ItemList and Tree | Haoyu Qiu |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-04 | Improves Tree documentation | Haoyu Qiu |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde |
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde |
2019-09-20 | Remove an unused icon and constant in Tree | Hugo Locurcio |
2019-09-04 | Run doctool after overridden properties changes | Bojidar Marinov |
2019-08-22 | doc: Sync classref with current source | Rémi Verschelde |
2019-08-09 | Add Tree iteration instructions thorugh TreeItem | Twarit Waikar |
2019-07-17 | Document Tree column behaviour of min_width in conjunction w expand | Meriipu |