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.h
Age
Commit message (
Expand
)
Author
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-08-18
LibGUI: Allow widgets to make themselves non-auto-focusable
Rob Ryan
2021-07-28
Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"
Andreas Kling
2021-07-26
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
sin-ack
2021-07-12
LibGUI: Redraw widgets when default font changes
LuK1337
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-05
LibGUI: Don't fire visibility-tracking timers in non-visible widgets
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
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
LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgets
Linus Groh
2021-03-29
LibGUI: Enable the use of font properties through GML
Edgar Araújo
2021-03-28
LibGUI: Make GUI::Widget::event() protected
Andreas Kling
2021-03-08
LibGUI: Use AK_ENUM_BITWISE_OPERATORS for the FocusPolicy enum
Brian Gianforcaro
2021-02-15
LibGUI: Open context menu on 'Menu' key down
Jean-Baptiste Boric
2021-01-22
LibGUI: Resolve cyclic inclusion
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling