summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Widget.cpp
AgeCommit message (Expand)Author
2021-06-02LibGUI: Fixes Widget->set_visible(false) still maintains focus bugMatthew Jones
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-04LibGUI: Make GUI::Widget ignore wheel events by defaultAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibGUI: Make GUI::Widget::set_tooltip() take a StringAndreas Kling
2021-04-04WindowServer+LibGUI: Rename WindowType::MenuApplet => AppletAndreas Kling
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