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.cpp
Age
Commit message (
Expand
)
Author
2021-10-30
LibGUI: Focus next tab after closing active tab
Noah Haasis
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-07
LibGUI: Support drag-to-reorder in TabWidget
Peter Elliott
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-31
LibGUI: Bias text towards bottom when tabs at top have uneven spacing
sin-ack
2021-08-31
LibGUI: Adjust content area and focus rect of tab buttons
sin-ack
2021-08-27
Everywhere: Use the Optional<T>::operator==(T) operator
Mustafa Quraish
2021-08-06
LibGUI: Allow TabWidget to remove all tabs except one
TheFightingCatfish
2021-07-28
LibGUI+LibGfx: Highlight currently active tab button with accent color
Andreas Kling
2021-07-28
LibGUI: Convert indexes to size_t and use Optional in TabWidget
Luke
2021-07-28
LibGUI: Always reset pressed close button index on mouse up in TabWidget
Luke
2021-07-19
LibGUI: Tighten invalidation rect for TabWidget
Marcus Nilsson
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-20
LibGUI/TabWidget: Make sure we don't act on two mouseup events
Marcus Nilsson
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-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling