Andreas Kling a4bc7e2d96 LibWeb: Hack BFC to always remember to handle position:absolute elements il y a 3 ans
..
BlockContainer.cpp 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers il y a 3 ans
BlockContainer.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
BlockFormattingContext.cpp a4bc7e2d96 LibWeb: Hack BFC to always remember to handle position:absolute elements il y a 3 ans
BlockFormattingContext.h a4bc7e2d96 LibWeb: Hack BFC to always remember to handle position:absolute elements il y a 3 ans
Box.cpp 12d75b10f3 LibWeb: Inspector content_size tooltip in document view il y a 3 ans
Box.h 63345c4dfc LibWeb: Rename Layout::Box absolute rect helpers il y a 3 ans
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
BreakNode.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
BreakNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
ButtonBox.cpp 41fe02e012 LibWeb: Rename "frame" to "browsing_context" in various places il y a 3 ans
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it il y a 3 ans
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
CheckBox.cpp 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^) il y a 3 ans
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
FlexFormattingContext.cpp c04c2df0f7 LibWeb: Add missing is_length() check in FFC::is_cross_auto() il y a 3 ans
FlexFormattingContext.h dee26ca5cd LibWeb: Add missing headers il y a 3 ans
FormattingContext.cpp f0a4b33a5e LibWeb: Resolve Lengths to pixels earlier il y a 3 ans
FormattingContext.h 0532d7d255 LibWeb: Stop sizing the context root box in formatting contexts il y a 3 ans
FrameBox.cpp c7f8c20f8b LibWeb: Omit origin check for content document in FrameBox::paint() il y a 3 ans
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> il y a 4 ans
ImageBox.cpp 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property il y a 3 ans
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ il y a 3 ans
InitialContainingBlock.cpp 2f3af71261 LibWeb: Always rebuild stacking context tree during layout il y a 3 ans
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
InlineFormattingContext.cpp 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) il y a 3 ans
InlineFormattingContext.h 00bd17034d LibWeb: Make IFC aware that its parent is always a BFC il y a 3 ans
InlineLevelIterator.cpp 6444525edc LibWeb: Make InlineLevelIterator skip over positioned elements il y a 3 ans
InlineLevelIterator.h f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
InlineNode.cpp b715943035 LibWeb: Remove redundant Length::resolved() calls il y a 3 ans
InlineNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
Label.cpp 4f19deb13b LibWeb: Implement reverse lookup to labels from their labelable nodes il y a 3 ans
Label.h f318045a8f LibWeb: Support implicit <label> targets il y a 3 ans
LabelableNode.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
LineBox.cpp f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
LineBox.h f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock il y a 3 ans
LineBoxFragment.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
LineBuilder.cpp f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
LineBuilder.h f2a917229a LibWeb: Support inline-level padding and border properly il y a 3 ans
ListItemBox.cpp 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() il y a 3 ans
ListItemBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
ListItemMarkerBox.cpp 0608de8c12 LibWeb: Rename Layout::Box::size() to content_size() il y a 3 ans
ListItemMarkerBox.h ef62118c8b LibWeb: Render any specified list-style-image for list items il y a 3 ans
Node.cpp c8051f8b5b LibWeb: Add Layout::Node::debug_description() il y a 3 ans
Node.h c8051f8b5b LibWeb: Add Layout::Node::debug_description() il y a 3 ans
Progress.cpp 21e353980f LibWeb: Add basic implementation of progress bar element il y a 3 ans
Progress.h 21e353980f LibWeb: Add basic implementation of progress bar element il y a 3 ans
RadioButton.cpp 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute il y a 3 ans
RadioButton.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) il y a 3 ans
ReplacedBox.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
ReplacedBox.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
SVGBox.cpp 5d2ce68f53 LibWeb: Stop treating all SVG elements as inline il y a 3 ans
SVGBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends il y a 3 ans
SVGFormattingContext.cpp 48edaa2085 LibWeb: Remove content-size hack from SVGFormattingContext il y a 3 ans
SVGFormattingContext.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees il y a 3 ans
SVGGeometryBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position il y a 3 ans
SVGGeometryBox.h 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox il y a 3 ans
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> il y a 4 ans
SVGGraphicsBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends il y a 3 ans
SVGSVGBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position il y a 3 ans
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees il y a 3 ans
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() il y a 3 ans
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() il y a 3 ans
TableFormattingContext.cpp 356d8bcfe8 LibWeb: Remove Length::Type::Undefined! :^) il y a 3 ans
TableFormattingContext.h f73aa8e2bd LibWeb: Move line boxes from Layout::Box to BlockContainer il y a 3 ans
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values il y a 3 ans
TableRowGroupBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
TableRowGroupBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer il y a 3 ans
TextNode.cpp e91b2c57c1 LibWeb: Allow label activation via any descendant of the label node il y a 3 ans
TextNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API il y a 3 ans
TreeBuilder.cpp 7e1bf4d300 LibWeb: Compute element style in Layout::TreeBuilder il y a 3 ans
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers il y a 3 ans