index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
TabWidget.cpp
Age
Commit message (
Expand
)
Author
2020-10-30
LibGUI: Add Widget::has_focus_within()
Andreas Kling
2020-10-30
LibGUI: Improve TabWidget+StackWidget focus behavior further
Andreas Kling
2020-10-30
LibGUI: Make TabWidget unfocusable when tab-less
Andreas Kling
2020-10-30
LibGUI: Make StackWidget/TabWidget preserve focus in inactive windows
Andreas Kling
2020-10-30
LibGUI: Make TabWidget focusable and allow left/right arrow tab switch
Andreas Kling
2020-10-30
LibGUI: TabWidget should not steal focus on programmatic tab switch
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-14
LibGUI: Add TabWidget::set_property() and handle some properties
Andreas Kling
2020-09-14
LibGUI: Add registration for GUI::TabWidget
Andreas Kling
2020-08-24
LibGUI: Fix an unsightly pixel glitch in bottom-side tabs
Andreas Kling
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Add hook when a context menu is requested on a tab
FalseHonesty
2020-05-19
LibGUI: Add ability to hide GUI::TabWidget's tab bar
Linus Groh
2020-05-09
LibGUI: Add hook when a tab is middle clicked
FalseHonesty
2020-04-30
LibGUI: Scale TabWidget tabs according to available space
Andreas Kling
2020-04-30
LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+Tab
Andreas Kling
2020-04-26
Revert "LibGUI: Use bold font for the currently active TabWidget tab"
Andreas Kling
2020-04-24
LibGUI: Tweak TabWidget tab icon placement
Andreas Kling
2020-04-24
LibGUI: Use bold font for the currently active TabWidget tab
Andreas Kling
2020-04-24
LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)
Andreas Kling
2020-04-24
LibGUI: Allow TabWidget tabs to have icons and custom text alignment
Andreas Kling
2020-04-24
LibGUI: Allow overriding the padding inside a TabWidget
Andreas Kling
2020-04-24
LibGUI: When removing a TabWidget tab, activate the next tab
Andreas Kling
2020-04-24
LibGUI: Grant focus when activating a new stack/tab child widget
Andreas Kling
2020-04-23
LibGUI: Add TabWidget functions to activate next/previous tab
Andreas Kling
2020-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-06
LibGUI: Add remove_tab and on_change to TabWidget
Oriko
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling