summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Layout/Label.cpp
AgeCommit message (Expand)Author
2023-04-20LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()Linus Groh
2023-04-20LibWeb/Layout: Rename Box::{paint => paintable}_box()Linus Groh
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
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-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-11LibWeb: Remove a bunch of no-longer needed #includesAndreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-02-16LibWeb: Implement reverse lookup to labels from their labelable nodesTimothy Flynn
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
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