summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/StackWidget.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-10-30LibGUI: Add Widget::has_focus_within()Andreas Kling
2020-10-30LibGUI: Improve TabWidget+StackWidget focus behavior furtherAndreas Kling
2020-10-30LibGUI: Make StackWidget/TabWidget preserve focus in inactive windowsAndreas Kling
2020-10-30LibGUI: Make StackWidget set the active widget as its focus proxyAndreas Kling
2020-09-18LibGUI: StackWidget should not steal focus when switching active childAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-04-24LibGUI: Grant focus when activating a new stack/tab child widgetAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling