Sam Atkins 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
..
BlockContainer.cpp c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
BlockContainer.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
BlockFormattingContext.cpp 8c2a4a2a3d LibWeb: Calculate edge of containing block correctly when floating right 3 yıl önce
BlockFormattingContext.h 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 yıl önce
Box.cpp 12d75b10f3 LibWeb: Inspector content_size tooltip in document view 3 yıl önce
Box.h 2615728d6b LibWeb: Store overflow data in the FormattingState 3 yıl önce
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
BoxModelMetrics.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
BreakNode.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 yıl önce
BreakNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 yıl önce
ButtonBox.cpp 41fe02e012 LibWeb: Rename "frame" to "browsing_context" in various places 3 yıl önce
ButtonBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
CanvasBox.cpp 81590b1804 LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it 3 yıl önce
CanvasBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
CheckBox.cpp 246c31ccf6 LibWeb: Make <input type=checkbox> fire click events when clicked :^) 3 yıl önce
CheckBox.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
FlexFormattingContext.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
FlexFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
FormattingContext.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
FormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
FormattingState.cpp 5a770f2eff LibWeb: Fix floating boxes getting stacked on top of each other 3 yıl önce
FormattingState.h db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
FrameBox.cpp c7f8c20f8b LibWeb: Omit origin check for content document in FrameBox::paint() 3 yıl önce
FrameBox.h ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 yıl önce
ImageBox.cpp 3e1c1c0b16 LibWeb: Add support for CSS image-rendering property 3 yıl önce
ImageBox.h 7c57961c61 LibWeb: Move BrowsingContext into HTML/ 3 yıl önce
InitialContainingBlock.cpp 2f3af71261 LibWeb: Always rebuild stacking context tree during layout 3 yıl önce
InitialContainingBlock.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 yıl önce
InlineFormattingContext.cpp bb1f26c149 LibWeb: Use correct coordinate space when measuring space between floats 3 yıl önce
InlineFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
InlineLevelIterator.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
InlineLevelIterator.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
InlineNode.cpp 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
InlineNode.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
Label.cpp 4f19deb13b LibWeb: Implement reverse lookup to labels from their labelable nodes 3 yıl önce
Label.h f318045a8f LibWeb: Support implicit <label> targets 3 yıl önce
LabelableNode.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 yıl önce
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
LayoutPosition.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
LineBox.cpp c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
LineBox.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
LineBoxFragment.cpp e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 yıl önce
LineBoxFragment.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
LineBuilder.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
LineBuilder.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
ListItemBox.cpp 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
ListItemMarkerBox.cpp 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 yıl önce
ListItemMarkerBox.h 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 yıl önce
Node.cpp c61747fb2a LibWeb: Respect font-size specified by CSS in "em" length calculations 3 yıl önce
Node.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
Progress.cpp 21e353980f LibWeb: Add basic implementation of progress bar element 3 yıl önce
Progress.h 21e353980f LibWeb: Add basic implementation of progress bar element 3 yıl önce
RadioButton.cpp 8a89a7bd95 LibWeb: Make <input type=checkbox> honor the "checked" attribute 3 yıl önce
RadioButton.h 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 yıl önce
ReplacedBox.cpp 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 yıl önce
ReplacedBox.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 yıl önce
SVGBox.cpp 5d2ce68f53 LibWeb: Stop treating all SVG elements as inline 3 yıl önce
SVGBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends 3 yıl önce
SVGFormattingContext.cpp db5bf6e64c LibWeb: Rename FormattingState::ensure() -> get_mutable() 3 yıl önce
SVGFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
SVGGeometryBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position 3 yıl önce
SVGGeometryBox.h 784c3183f7 LibWeb: Rename SVGPathBox -> SVGGeometryBox 3 yıl önce
SVGGraphicsBox.cpp ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 yıl önce
SVGGraphicsBox.h 49fe232bc7 LibWeb: Add const versions of SVGBox::dom_node() and friends 3 yıl önce
SVGSVGBox.cpp aba8774c9c LibWeb: Give SVG geometry elements a position 3 yıl önce
SVGSVGBox.h 92c08ad4ac LibWeb: Add SVGFormattingContext to handle SVG box trees 3 yıl önce
TableBox.cpp c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 yıl önce
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 yıl önce
TableCellBox.cpp ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 yıl önce
TableCellBox.h ca154723f7 LibWeb: Remove Layout::Box::width_of_logical_containing_block() 3 yıl önce
TableFormattingContext.cpp 89d0cb0ce2 LibWeb: Compute table cell height after doing its inside layout 3 yıl önce
TableFormattingContext.h c9700e100e LibWeb: Start making our layout system "transactional" 3 yıl önce
TableRowBox.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 yıl önce
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 yıl önce
TableRowGroupBox.cpp 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 yıl önce
TextNode.cpp e91b2c57c1 LibWeb: Allow label activation via any descendant of the label node 3 yıl önce
TextNode.h 766d816db3 LibWeb: Remove old Layout::Node::split_into_lines() API 3 yıl önce
TreeBuilder.cpp 92266d2247 LibWeb: Create list-item markers during layout tree construction 3 yıl önce
TreeBuilder.h dee26ca5cd LibWeb: Add missing headers 3 yıl önce