index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
TabWidget.h
Age
Commit message (
Expand
)
Author
2022-07-04
LibGUI: Implement calculated min/preferred sizes for TabWidget
FrHun
2022-06-05
LibGUI+Browser: Fix crash when activating a "Tab n" action
networkException
2022-05-21
LibGUI: TabWidget add vertical tabs
Cameron Youell
2022-05-11
LibGUI: Expose more TabWidget properties to GML
Sam Atkins
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
2022-04-02
LibGUI: Add TabWidget::activate_last_tab()
Olivier De Cannière
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-12-01
LibGUI: Allow double clicking on tabwidgets
Erik Biederstadt
2021-11-28
LibGUI: Make GUI::TabWidget tab creation APIs take String
Andreas Kling
2021-11-24
LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-08-06
LibGUI: Allow TabWidget to remove all tabs except one
TheFightingCatfish
2021-07-28
LibGUI: Convert indexes to size_t and use Optional in TabWidget
Luke
2021-06-20
LibGUI/TabWidget: Add close button to tabs
Marcus Nilsson
2021-06-15
LibGUI: Allow tweaking each edge of TabWidget's content margins
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-09
LibGUI: Fix uniform TabWidget tabs bleeding outside the widget
Andreas Kling
2021-04-09
LibGUI: Add TabWidget::on_tab_count_change hook
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling