summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/TabWidget.cpp
AgeCommit message (Expand)Author
2021-12-01LibGUI: Allow double clicking on tabwidgetsErik Biederstadt
2021-11-28LibGUI: Make GUI::TabWidget tab creation APIs take StringAndreas Kling
2021-11-24LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-30LibGUI: Focus next tab after closing active tabNoah Haasis
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-31LibGUI: Bias text towards bottom when tabs at top have uneven spacingsin-ack
2021-08-31LibGUI: Adjust content area and focus rect of tab buttonssin-ack
2021-08-27Everywhere: Use the Optional<T>::operator==(T) operatorMustafa Quraish
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-07-28LibGUI+LibGfx: Highlight currently active tab button with accent colorAndreas Kling
2021-07-28LibGUI: Convert indexes to size_t and use Optional in TabWidgetLuke
2021-07-28LibGUI: Always reset pressed close button index on mouse up in TabWidgetLuke
2021-07-19LibGUI: Tighten invalidation rect for TabWidgetMarcus Nilsson
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-20LibGUI/TabWidget: Make sure we don't act on two mouseup eventsMarcus Nilsson
2021-06-20LibGUI/TabWidget: Add close button to tabsMarcus Nilsson
2021-06-15LibGUI: Allow tweaking each edge of TabWidget's content marginsAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling