summaryrefslogtreecommitdiff
path: root/scene/gui/tab_bar.cpp
AgeCommit message (Expand)Author
2023-01-08Expose TabBar::clear_tabs to GDScriptStanislav Labzyuk
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-27Fix errors when `TabBar` is emptyMichael Alexsander
2022-11-21Code simplifications found by cppcheckMarkus Sauermann
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-01Add a lifecycle method for manual theme item caching to ControlYuri Sizov
2022-08-29Rename `CanvasItem.update()` to `queue_redraw()`Micky
2022-08-23Add some codes, returnes directly if the value is not changed.风青山
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-05-28Reset buttons_visible to false while tabs is empty in TabBar::_update_cacheRindbee
2022-04-23Rename theme properties to include underscoresFireForge
2022-03-26Merge pull request #59336 from YeldhamDev/where_we_dropping_boysRémi Verschelde
2022-03-21Add visual marker when dragging and dropping tabsMichael Alexsander
2022-03-19Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int`Michael Alexsander
2022-03-09Replace `TabBar`'s `min_width` with `max_tab_width` and expose itMichael Alexsander
2022-03-06Fix regressions with nameless and icon-only tabsMichael Alexsander
2022-03-05Change tabs_rearrange_group to propertykobewi
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-02-14Fix crash when removing tabs from `TabBar`Michael Alexsander
2022-02-08Fix `TabBar._update_hover` crashPaweł Fertyk
2022-01-31Bring `TabBar` to full parity with the `TabContainer` implementation.Michael Alexsander
2022-01-12Improve looks and consistency of tabsMichael Alexsander
2022-01-12Fix several issues in ´TabBar´Michael Alexsander
2022-01-07Fix missing arg name in bindings for GDExtension APIRémi Verschelde
2022-01-05Inspector property array for `TabBar`rafallus
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Rename minimum_size_changed() methodkobewi
2021-11-29Prevent hidden tab close buttons from intercepting input [4.0]ator-dev
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-28Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`Michael Alexsander
2021-10-27Fix uninteractable singular tab in `TabBar`Michael Alexsander
2021-10-20Fix Tabs crash where it still tries to detect the clicked tab even if there a...Robin Arys
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander