summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Widget.h
AgeCommit message (Expand)Author
2021-07-12LibGUI: Redraw widgets when default font changesLuK1337
2021-07-12LibGUI: Add FontsChanged event and deliver it to windows and widgetsLuK1337
2021-07-05LibGUI: Don't fire visibility-tracking timers in non-visible widgetsAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-05-06LibGUI: Move widget registration to LibCoreTom
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-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