thankyouverycool
|
5917545633
LibGUI+LibGfx: Let Desktop::the() set widget effects
|
2 years ago |
networkException
|
15c290461f
LibGUI: Apply more padding to text on tabs
|
3 years ago |
FrHun
|
544636fd0f
LibGUI: Notify the layout system of more relevant events in TabWidget
|
3 years ago |
FrHun
|
ccdccadc24
LibGUI: Implement calculated min/preferred sizes for TabWidget
|
3 years ago |
Cameron Youell
|
5b82bd719e
LibGUI: TabWidget add vertical tabs
|
3 years ago |
Sam Atkins
|
0e1c8e702c
LibGUI: Expose more TabWidget properties to GML
|
3 years ago |
Simon Wanner
|
206d6ece55
LibGfx: Move other font-related files to LibGfx/Font/
|
3 years ago |
kleines Filmröllchen
|
7e34b88ed4
LibGUI: Fully support TabWidget in GML
|
3 years ago |
Olivier De Cannière
|
1b7850f511
LibGUI: Add TabWidget::activate_last_tab()
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Olivier De Cannière
|
da714f771d
LibGUI: Make only the targeted tab of TabWidget respond to double click
|
3 years ago |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
Erik Biederstadt
|
0cfe446d3f
LibGUI: Allow double clicking on tabwidgets
|
3 years ago |
Andreas Kling
|
8359975ff3
LibGUI: Make GUI::TabWidget tab creation APIs take String
|
3 years ago |
Andreas Kling
|
47b6339025
LibGUI: Add GUI::TabWidget::try_add_tab<T>(...)
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Noah Haasis
|
05aeff1c4d
LibGUI: Focus next tab after closing active tab
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
Peter Elliott
|
e1684860a3
LibGUI: Support drag-to-reorder in TabWidget
|
3 years ago |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 years ago |
sin-ack
|
a086be993b
LibGUI: Bias text towards bottom when tabs at top have uneven spacing
|
3 years ago |
sin-ack
|
4959fa4f1e
LibGUI: Adjust content area and focus rect of tab buttons
|
3 years ago |
Mustafa Quraish
|
75a706b6eb
Everywhere: Use the Optional<T>::operator==(T) operator
|
3 years ago |
TheFightingCatfish
|
8a0d465fbc
LibGUI: Allow TabWidget to remove all tabs except one
|
3 years ago |
Andreas Kling
|
410b3c85b6
LibGUI+LibGfx: Highlight currently active tab button with accent color
|
3 years ago |
Luke
|
3ec4ad8a73
LibGUI: Convert indexes to size_t and use Optional in TabWidget
|
3 years ago |
Luke
|
b9d51b8601
LibGUI: Always reset pressed close button index on mouse up in TabWidget
|
3 years ago |
Marcus Nilsson
|
bab83ecc95
LibGUI: Tighten invalidation rect for TabWidget
|
4 years ago |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 years ago |
Marcus Nilsson
|
54852832b1
LibGUI/TabWidget: Make sure we don't act on two mouseup events
|
4 years ago |