Age | Commit message (Expand) | Author |
2020-12-13 | Refresh TextLine buffer when moving tab | gongpha |
2020-12-10 | Add option to draw all tabs in front | volzhs |
2020-11-30 | Fix TabContainer crashes | volzhs |
2020-11-26 | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-29 | Fix crash in TabContainer in case of no content at all | volzhs |
2020-10-13 | Put unselected tabs back in TabContainer control | volzhs |
2020-10-02 | Updated getters and setters names for toplevel | Duroxxigar |
2020-10-01 | Renamed toplevel to be top_level | Duroxxigar |
2020-06-24 | Handle gone TabContainer popup nicely | Pedro J. Estébanez |
2020-06-13 | Fix TabContainer emitting spurious tab_selected signals when a theme is changed | Lisandro Lorea |
2020-05-21 | Clarifies 'icon_separation' in TabContainer (instead of 'hseparation') | Dominik 'dreamsComeTrue' Jasiński |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-16 | Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-14 | Fix incorrect TabContainer documentation for 'get_tab_control()' | Michael Alexsander |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-27 | Signals: tab_changed now is emitted when it's on scene tree | Mateo Dev .59 |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-01-30 | Fix tab container too large when tabs are hidden | nathanwfranke |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-22 | Fix various problems with tab-related icons | Michael Alexsander Silva Dias |
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde |
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use hi... | azagaya |
2019-07-29 | Translate TabContainer titles, when inherited from node name | Florian Kothmeier |
2019-05-06 | Fix 'TabContainer' not updating its tab titles when locale is changed | Michael Alexsander Silva Dias |
2019-05-03 | Make 'TabContainer' update when icon/title is changed | Michael Alexsander Silva Dias |
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |
2019-01-24 | Updates containers minimum size when some constants are modified | groud |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner |
2018-06-13 | Fix "find and replace" initializing with wrong size | Guilherme Felipe |
2018-06-12 | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe |
2018-04-08 | Drag to rearrange Tabs and TabContainer | ianb96 |
2018-02-20 | Keep to show current script when closing all docs | volzhs |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs |
2017-10-30 | Fix crash when click an empty tabs container | sanikoyes |
2017-10-14 | tab container arrows don't work when a popup was set | santouits |
2017-09-29 | Vertical alignement (TabContainer menu button) | toger5 |
2017-09-22 | Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres... | Gilles Roudiere |
2017-09-17 | Merge pull request #10900 from toger5/theme_tab_border | Rémi Verschelde |
2017-09-15 | Added border for tabs + container. | toger5 |