Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
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 StackWidget/TabWidget preserve focus in inactive windows | Andreas Kling |
2020-10-30 | LibGUI: Make StackWidget set the active widget as its focus proxy | Andreas Kling |
2020-09-18 | LibGUI: StackWidget should not steal focus when switching active child | Andreas Kling |
2020-07-26 | LibCore+LibGUI: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-04-24 | LibGUI: Grant focus when activating a new stack/tab child widget | Andreas Kling |
2020-02-23 | LibGUI: Remove parent parameter to GUI::Widget constructor | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |