Andreas Kling
|
e2f32b8f9d
LibCore: Make Core::Object properties more dynamic
|
4 years ago |
Andreas Kling
|
e78cf6c590
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
|
4 years ago |
Andreas Kling
|
3355a3e179
LibGUI: Add TabWidget::set_property() and handle some properties
|
4 years ago |
Andreas Kling
|
22b03dd11b
LibGUI: Add registration for GUI::TabWidget
|
4 years ago |
Andreas Kling
|
638c6b7547
LibGUI: Fix an unsightly pixel glitch in bottom-side tabs
|
4 years ago |
Andreas Kling
|
03c576acc5
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
|
4 years ago |
Andreas Kling
|
e0b8b4ac67
LibCore+LibGUI: Switch to using AK::is and AK::downcast
|
5 years ago |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 years ago |
FalseHonesty
|
bf2e6325a4
LibGUI: Add hook when a context menu is requested on a tab
|
5 years ago |
Linus Groh
|
4ab4de7810
LibGUI: Add ability to hide GUI::TabWidget's tab bar
|
5 years ago |
FalseHonesty
|
bb6258229a
LibGUI: Add hook when a tab is middle clicked
|
5 years ago |
Andreas Kling
|
8fc6ff94fe
LibGUI: Scale TabWidget tabs according to available space
|
5 years ago |
Andreas Kling
|
f2cdef5c47
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
|
5 years ago |
Andreas Kling
|
37918d4141
Revert "LibGUI: Use bold font for the currently active TabWidget tab"
|
5 years ago |
Andreas Kling
|
0f4fa43541
LibGUI: Tweak TabWidget tab icon placement
|
5 years ago |
Andreas Kling
|
4d8206f7c2
LibGUI: Use bold font for the currently active TabWidget tab
|
5 years ago |
Andreas Kling
|
d6bbf12b7c
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
|
5 years ago |
Andreas Kling
|
53cb5325ee
LibGUI: Allow TabWidget tabs to have icons and custom text alignment
|
5 years ago |
Andreas Kling
|
1587b53001
LibGUI: Allow overriding the padding inside a TabWidget
|
5 years ago |
Andreas Kling
|
5d88022252
LibGUI: When removing a TabWidget tab, activate the next tab
|
5 years ago |
Andreas Kling
|
a2bdcfabc9
LibGUI: Grant focus when activating a new stack/tab child widget
|
5 years ago |
Andreas Kling
|
4087e3cfb9
LibGUI: Add TabWidget functions to activate next/previous tab
|
5 years ago |
Andreas Kling
|
ee7e7e6d55
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
|
5 years ago |
Oriko
|
12c7375cdd
LibGUI: Add remove_tab and on_change to TabWidget
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Andreas Kling
|
6c5100b644
LibGUI: Add helper for constructing new TabWidget tabs
|
5 years ago |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
34c7322d77
LibGUI: Remove some header dependencies from Widget.h
|
5 years ago |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 years ago |