summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Widget.cpp
AgeCommit message (Expand)Author
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-03-30WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windowsAndreas Kling
2021-03-29LibGUI: Enable the use of font properties through GMLEdgar Araújo
2021-03-12LibGUI: Set override cursor to none when widget is disabledthankyouverycool
2021-03-11Everywhere: Rename "logo" key to "super" keyAndreas Kling
2021-03-08LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enumBrian Gianforcaro
2021-02-25LibGUI: Constrain widgets to invalidating themselves onlyTom
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LibGUI: Open context menu on 'Menu' key downJean-Baptiste Boric
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling