index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
TabWidget.h
Age
Commit message (
Expand
)
Author
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Add hook when a context menu is requested on a tab
FalseHonesty
2020-05-19
LibGUI: Add ability to hide GUI::TabWidget's tab bar
Linus Groh
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-04-30
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
Andreas Kling
2020-04-24
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
Andreas Kling
2020-04-24
LibGUI: Allow TabWidget tabs to have icons and custom text alignment
Andreas Kling
2020-04-24
LibGUI: Allow overriding the padding inside a TabWidget
Andreas Kling
2020-04-23
LibGUI: Add TabWidget functions to activate next/previous tab
Andreas Kling
2020-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-06
LibGUI: Add remove_tab and on_change to TabWidget
Oriko
2020-04-04
LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling