Andreas Kling 3ca26c7a7a LibWeb: Fix InlineLevelIterator not exiting box model metric nodes 3 лет назад
..
BlockContainer.cpp c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
BlockContainer.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
BlockFormattingContext.cpp 8c2a4a2a3d LibWeb: Calculate edge of containing block correctly when floating right 3 лет назад
BlockFormattingContext.h 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 лет назад
Box.cpp 784dbdef8e LibWeb: Make DOM inspector overlay rects a little nicer 3 лет назад
Box.h 2615728d6b LibWeb: Store overflow data in the FormattingState 3 лет назад
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
BreakNode.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 лет назад
BreakNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 лет назад
ButtonBox.cpp 41fe02e012 LibWeb: Rename "frame" to "browsing_context" in various places 3 лет назад
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 лет назад
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
CheckBox.cpp 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^) 3 лет назад
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
FlexFormattingContext.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 лет назад
FlexFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
FormattingContext.cpp 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
FormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
FormattingState.cpp 5a770f2eff LibWeb: Fix floating boxes getting stacked on top of each other 3 лет назад
FormattingState.h db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 лет назад
FrameBox.cpp c7f8c20f8b LibWeb: Omit origin check for content document in FrameBox::paint() 3 лет назад
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 лет назад
ImageBox.cpp 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property 3 лет назад
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 лет назад
InitialContainingBlock.cpp 2f3af71261 LibWeb: Always rebuild stacking context tree during layout 3 лет назад
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 лет назад
InlineFormattingContext.cpp 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
InlineFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
InlineLevelIterator.cpp 3ca26c7a7a LibWeb: Fix InlineLevelIterator not exiting box model metric nodes 3 лет назад
InlineLevelIterator.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
InlineNode.cpp 5113128bc9 LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elements 3 лет назад
InlineNode.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 лет назад
Label.cpp 4f19deb13b LibWeb: Implement reverse lookup to labels from their labelable nodes 3 лет назад
Label.h f318045a8f LibWeb: Support implicit <label> targets 3 лет назад
LabelableNode.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 лет назад
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
LineBox.cpp 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
LineBox.h 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 лет назад
LineBoxFragment.h 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
LineBuilder.cpp 797f51e122 LibWeb: Add border box top/bottom metrics to line box fragments 3 лет назад
LineBuilder.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
ListItemBox.cpp 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 лет назад
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 лет назад
ListItemMarkerBox.cpp 817cd13d59 LibWeb: Implement the ::marker pseudo-element 3 лет назад
ListItemMarkerBox.h 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 лет назад
Node.cpp 1cdbd377e7 LibWeb: Add vertical-align to ComputedValues 3 лет назад
Node.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
Progress.cpp 21e353980f LibWeb: Add basic implementation of progress bar element 3 лет назад
Progress.h 21e353980f LibWeb: Add basic implementation of progress bar element 3 лет назад
RadioButton.cpp 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute 3 лет назад
RadioButton.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 лет назад
ReplacedBox.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 лет назад
ReplacedBox.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 лет назад
SVGBox.cpp 5d2ce68f53 LibWeb: Stop treating all SVG elements as inline 3 лет назад
SVGBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends 3 лет назад
SVGFormattingContext.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 лет назад
SVGFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
SVGGeometryBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position 3 лет назад
SVGGeometryBox.h 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox 3 лет назад
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 лет назад
SVGGraphicsBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends 3 лет назад
SVGSVGBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position 3 лет назад
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 лет назад
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 лет назад
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 лет назад
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 лет назад
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 лет назад
TableFormattingContext.cpp 89d0cb0ce2 LibWeb: Compute table cell height after doing its inside layout 3 лет назад
TableFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 лет назад
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 лет назад
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 лет назад
TableRowGroupBox.cpp 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 лет назад
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 лет назад
TextNode.cpp e91b2c57c1 LibWeb: Allow label activation via any descendant of the label node 3 лет назад
TextNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 лет назад
TreeBuilder.cpp 817cd13d59 LibWeb: Implement the ::marker pseudo-element 3 лет назад
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 лет назад