summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TabWidget.cpp
AgeCommit message (Expand)Author
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-14LibGUI: Add TabWidget::set_property() and handle some propertiesAndreas Kling
2020-09-14LibGUI: Add registration for GUI::TabWidgetAndreas Kling
2020-08-24LibGUI: Fix an unsightly pixel glitch in bottom-side tabsAndreas Kling
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas 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: Scale TabWidget tabs according to available spaceAndreas Kling
2020-04-30LibGUI: Cycle through TabWidget tabs with Ctrl+Tab / Ctrl+Shift+TabAndreas Kling
2020-04-26Revert "LibGUI: Use bold font for the currently active TabWidget tab"Andreas Kling
2020-04-24LibGUI: Tweak TabWidget tab icon placementAndreas Kling
2020-04-24LibGUI: Use bold font for the currently active TabWidget 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-24LibGUI: When removing a TabWidget tab, activate the next tabAndreas Kling
2020-04-24LibGUI: Grant focus when activating a new stack/tab child widgetAndreas 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-02-25AK: Make Vector use size_t for its size and capacityAndreas 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-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling