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
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2022-12-15
LibGUI: Actually try something in `TabWidget::try_add_widget(Widget&)`
Lucas CHOLLET
2022-12-15
LibGUI: Add dots below TabWidget close button when modified
meiskam
2022-12-15
LibGUI: Add `modified` bool to TabWidget
meiskam
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-08-09
LibGUI+LibGfx: Let Desktop::the() set widget effects
thankyouverycool
2022-07-15
LibGUI: Apply more padding to text on tabs
networkException
2022-07-04
LibGUI: Notify the layout system of more relevant events in TabWidget
FrHun
2022-07-04
LibGUI: Implement calculated min/preferred sizes for TabWidget
FrHun
2022-05-21
LibGUI: TabWidget add vertical tabs
Cameron Youell
2022-05-11
LibGUI: Expose more TabWidget properties to GML
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
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-16
LibGUI: Make only the targeted tab of TabWidget respond to double click
Olivier De Cannière
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-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