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
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
LibGUI: Delete old now-unused `Widget::load_from_gml()`
Sam Atkins
2023-01-07
LibGUI: Create an alias for Widget UnregisteredChildHandler
Sam Atkins
2023-01-01
LibGUI+Userland: Make GML unregistered_child_handler fallible
Sam Atkins
2023-01-01
LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-19
LibGUI: Let Widgets track their focus proxy delegators
thankyouverycool
2022-11-19
LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Events
thankyouverycool
2022-09-30
LibCore+LibGUI: Make it fast to check if a Core::Object is a Widget
Andreas Kling
2022-09-11
LibGUI+LibVT: Notify widgets of emoji selection with a callback
Timothy Flynn
2022-08-16
LibGUI: Retain the active input tracking widget's cursor
Andreas Kling
2022-07-19
LibGUI: Add VerticalDirection::operator!
Lucas CHOLLET
2022-07-15
LibGUI: Add a helper for VerticalDirection
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-06-28
LibGUI: Add effective and calculated sizes to Widget
FrHun
2022-06-28
LibGUI: Use preferred_size to emulate old is_shrink_to_fit
FrHun
2022-06-28
LibGUI: Add preferred_size to Widget
FrHun
2022-06-28
LibGUI: Use UIDimension in place of int in Widget
FrHun
2022-05-30
LibGUI: Search for actions with a Shortcut instead of for KeyEvent
Geordie Hall
2022-04-03
LibGUI: Add a title to all Widgets
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2022-02-03
LibGUI: Allow widgets to opt-out from showing the command palette
Sam Atkins
2021-11-24
LibGUI: Add GUI::Widget::try_set_layout<T>(...)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-03
LibGUI: Add content margins
FrHun
2021-11-03
LibGUI+FileManager: Clarify Widget margins name
FrHun
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-21
LibGUI: Move GUI::FocusPolicy to its own header & add explainer comment
Andreas Kling
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-19
LibGUI: Add option to disable on_change call for sliders set_value()
David Isaksson
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
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
[next]