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
2022-11-19
LibGUI: Let Widgets track their focus proxy delegators
thankyouverycool
2022-11-19
LibGUI+WindowServer+Applets+Taskbar: Remove active input concepts
thankyouverycool
2022-11-14
LibGUI: Handle Action keyboard shortcuts in Widget keydown
Zaggy1024
2022-11-14
LibGUI: Share code for finding an Action by Shortcut
Zaggy1024
2022-09-20
LibGUI: Fire Show/Hide events when adding/removing widget from tree
Andreas Kling
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-16
LibGUI: Don't let widgets hide tooltips they didn't show
David Smith
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-05
LibGUI: Don't ignore invisible widgets during layout changes
thankyouverycool
2022-07-04
LibGUI: Notify layout system of more relevant events in Widget
FrHun
2022-07-04
LibGUI: Avoid some unneeded relayouts from layout relevant changes
FrHun
2022-06-30
LibGUI: Add layout change propagation to Widget
FrHun
2022-06-28
LibGUI: Add read-only effective size properties for debugging
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: Introduce UIDimension properties
FrHun
2022-06-28
LibGUI: Use UIDimension in place of int in Widget
FrHun
2022-06-10
LibGUI: Add layout spacer support to GML
FrHun
2022-05-30
LibGUI: Search for actions with a Shortcut instead of for KeyEvent
Geordie Hall
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-03
LibGUI: Fully support TabWidget in GML
kleines Filmröllchen
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-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-07
LibGUI: Move GML parsing and formatting to new AST
kleines Filmröllchen
2022-02-07
LibGUI: Remove GML prefix in favor of proper namespace
kleines Filmröllchen
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-03
LibGUI+FileManager: Clarify Widget margins name
FrHun
2021-11-02
LibGUI: Make sure that children are actually widgets
thislooksfun
2021-11-02
LibGUI: Dynamically process layouts from GML files
thislooksfun
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
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-20
LibGUI: Pass context menu events through normal event dispatch
Andreas Kling
2021-07-28
Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"
Andreas Kling
2021-07-28
Revert "LibGUI: Ignore the Enter event by default"
Andreas Kling
2021-07-28
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-26
LibGUI: Ignore the Enter event by default
sin-ack
2021-07-26
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
sin-ack
2021-07-18
LibGUI: Fix widgets not being occluded
Tom
2021-07-12
LibGUI: Ignore drop events by default
Karol Kosek
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-07
LibGUI: Make Widget ignore paint events that don't intersect it
Andreas Kling
[next]