summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Label.h
AgeCommit message (Expand)Author
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-04LibWeb: Convert ButtonBox to be a LabelableNodeTimothy Flynn
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn
2021-04-04LibWeb: Add "Label" to be the layout node for HTMLLabelElementTimothy Flynn