index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
gui
/
tab_bar.cpp
Age
Commit message (
Expand
)
Author
2023-01-08
Expose TabBar::clear_tabs to GDScript
Stanislav Labzyuk
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-27
Fix errors when `TabBar` is empty
Michael Alexsander
2022-11-21
Code simplifications found by cppcheck
Markus Sauermann
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-01
Add a lifecycle method for manual theme item caching to Control
Yuri Sizov
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-23
Add some codes, returnes directly if the value is not changed.
风青山
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-05-28
Reset buttons_visible to false while tabs is empty in TabBar::_update_cache
Rindbee
2022-04-23
Rename theme properties to include underscores
FireForge
2022-03-26
Merge pull request #59336 from YeldhamDev/where_we_dropping_boys
Rémi Verschelde
2022-03-21
Add visual marker when dragging and dropping tabs
Michael Alexsander
2022-03-19
Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int`
Michael Alexsander
2022-03-09
Replace `TabBar`'s `min_width` with `max_tab_width` and expose it
Michael Alexsander
2022-03-06
Fix regressions with nameless and icon-only tabs
Michael Alexsander
2022-03-05
Change tabs_rearrange_group to property
kobewi
2022-03-03
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-02-15
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-14
Fix crash when removing tabs from `TabBar`
Michael Alexsander
2022-02-08
Fix `TabBar._update_hover` crash
Paweł Fertyk
2022-01-31
Bring `TabBar` to full parity with the `TabContainer` implementation.
Michael Alexsander
2022-01-12
Improve looks and consistency of tabs
Michael Alexsander
2022-01-12
Fix several issues in ´TabBar´
Michael Alexsander
2022-01-07
Fix missing arg name in bindings for GDExtension API
Rémi Verschelde
2022-01-05
Inspector property array for `TabBar`
rafallus
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-06
Rename minimum_size_changed() method
kobewi
2021-11-29
Prevent hidden tab close buttons from intercepting input [4.0]
ator-dev
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-28
Rename `TabBar`'s `tab_closed` signal to `tab_close_pressed`
Michael Alexsander
2021-10-27
Fix uninteractable singular tab in `TabBar`
Michael Alexsander
2021-10-20
Fix Tabs crash where it still tries to detect the clicked tab even if there a...
Robin Arys
2021-10-19
Rename `Tabs` to `TabBar`
Michael Alexsander