summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TabWidget.h
AgeCommit message (Expand)Author
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-07-28LibGUI: Convert indexes to size_t and use Optional in TabWidgetLuke
2021-06-20LibGUI/TabWidget: Add close button to tabsMarcus Nilsson
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-09LibGUI: Fix uniform TabWidget tabs bleeding outside the widgetAndreas Kling
2021-04-09LibGUI: Add TabWidget::on_tab_count_change hookAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling