index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Widget.cpp
Age
Commit message (
Expand
)
Author
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-04
LibGUI: Make GUI::Widget ignore wheel events by default
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibGUI: Make GUI::Widget::set_tooltip() take a String
Andreas Kling
2021-04-04
WindowServer+LibGUI: Rename WindowType::MenuApplet => Applet
Andreas Kling
2021-04-04
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
Linus Groh
2021-03-30
WindowServer+LibGUI: Plumb mouse/enter/leave events to applet windows
Andreas Kling
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-03-12
LibGUI: Set override cursor to none when widget is disabled
thankyouverycool
2021-03-11
Everywhere: Rename "logo" key to "super" key
Andreas Kling
2021-03-08
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
Brian Gianforcaro
2021-02-25
LibGUI: Constrain widgets to invalidating themselves only
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
LibGUI: Open context menu on 'Menu' key down
Jean-Baptiste Boric
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling