summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TabWidget.h
AgeCommit message (Expand)Author
2020-10-30LibGUI: Make TabWidget unfocusable when tab-lessAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-21LibGUI: Add hook when a context menu is requested on a tabFalseHonesty
2020-05-19LibGUI: Add ability to hide GUI::TabWidget's tab barLinus Groh
2020-05-09LibGUI: Add hook when a tab is middle clickedFalseHonesty
2020-04-30LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+TabAndreas Kling
2020-04-24LibGUI: Add "uniform tabs" mode to TabWidget (all tabs have same width)Andreas Kling
2020-04-24LibGUI: Allow TabWidget tabs to have icons and custom text alignmentAndreas Kling
2020-04-24LibGUI: Allow overriding the padding inside a TabWidgetAndreas Kling
2020-04-23LibGUI: Add TabWidget functions to activate next/previous tabAndreas Kling
2020-04-23LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)Andreas Kling
2020-04-06LibGUI: Add remove_tab and on_change to TabWidgetOriko
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Don't require passing a parent to widget constructorsAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling