summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Widget.h
AgeCommit message (Expand)Author
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-02-15LibGUI: Open context menu on 'Menu' key downJean-Baptiste Boric
2021-01-22LibGUI: Resolve cyclic inclusionBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling