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
/
LibWeb
/
Layout
/
Label.h
Age
Commit message (
Expand
)
Author
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-02-15
LibWeb: Support implicit <label> targets
Andreas Kling
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-04
LibWeb: Convert ButtonBox to be a LabelableNode
Timothy Flynn
2021-04-04
LibWeb: Defer mouse events from TextNode to Label
Timothy Flynn
2021-04-04
LibWeb: Add "Label" to be the layout node for HTMLLabelElement
Timothy Flynn