martinfalisse 9051a56554 Base+LibWeb: Stub out negative spans 2 years ago
..
AvailableSpace.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
AvailableSpace.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
BlockContainer.cpp 086969277e Everywhere: Run clang-format 3 years ago
BlockContainer.h 086969277e Everywhere: Run clang-format 3 years ago
BlockFormattingContext.cpp b9a45cf1aa LibWeb: Don't try to layout inside of replaced elements in BFC 2 years ago
BlockFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
Box.cpp b3d85afd92 LibWeb: Make Layout::Box::set_needs_display() work for all boxes 3 years ago
Box.h 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 years ago
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
BoxModelMetrics.h fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" 3 years ago
BreakNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
BreakNode.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 years ago
ButtonBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 years ago
ButtonBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
CanvasBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
CheckBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 years ago
CheckBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
FlexFormattingContext.cpp f5844b85ff LibWeb: Let FFC parent context "handle" sizing of child FFC container 2 years ago
FlexFormattingContext.h f5844b85ff LibWeb: Let FFC parent context "handle" sizing of child FFC container 2 years ago
FormAssociatedLabelableNode.h 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 years ago
FormattingContext.cpp 5ff1fc4347 LibWeb: Make sure replaced elements never create a BFC 2 years ago
FormattingContext.h b13a8706e1 LibWeb: Make intrinsic heights dependent on available width 2 years ago
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
FrameBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
GridFormattingContext.cpp 9051a56554 Base+LibWeb: Stub out negative spans 2 years ago
GridFormattingContext.h a764e43db3 LibWeb: Factor out OccupationGrid functions 2 years ago
ImageBox.cpp e72896e35e LibWeb: Get default fonts via Platform::FontPlugin 2 years ago
ImageBox.h faf9746244 LibWeb: Cache width of "alt" text in ImageBox 2 years ago
InitialContainingBlock.cpp 85dd891811 LibWeb: Ignore non-painting layout nodes when building stacking contexts 3 years ago
InitialContainingBlock.h fe48fed4fa LibWeb: Break inclusion cycle by removing unnecessary include 2 years ago
InlineFormattingContext.cpp 97bbb630c8 LibWeb: Make IFC happy to layout anything as long as it's inline outside 2 years ago
InlineFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
InlineLevelIterator.cpp b4c90e35df LibWeb: Use CSS::Display::is_flow_inside() in InlineLevelIterator 2 years ago
InlineLevelIterator.h d073a31c21 LibWeb: Add missing includes 2 years ago
InlineNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
InlineNode.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
Label.cpp 086969277e Everywhere: Run clang-format 3 years ago
Label.h 086969277e Everywhere: Run clang-format 3 years ago
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
LabelableNode.h cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 years ago
LayoutPosition.cpp bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated 2 years ago
LayoutPosition.h bb547ce1c4 LibWeb: Make AbstractRange and subclasses GC-allocated 2 years ago
LayoutState.cpp 13834cfdff LibWeb: Use Layout::Node::display() everywhere 2 years ago
LayoutState.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) 3 years ago
LineBox.h 195ef5e26f LibWeb: Bring CSS line-height implementation closer to spec 3 years ago
LineBoxFragment.cpp 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 years ago
LineBoxFragment.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 years ago
LineBuilder.cpp f260afedb1 LibWeb: Don't add half-leading twice to inline block boxes 2 years ago
LineBuilder.h 412b2313f3 LibWeb: Improve inline flow around floating boxes 2 years ago
ListItemBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 years ago
ListItemMarkerBox.cpp 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base 3 years ago
ListItemMarkerBox.h 6a6475673f LibWeb: Convert images to common AbstractImageStyleValue base 3 years ago
Node.cpp 13834cfdff LibWeb: Use Layout::Node::display() everywhere 2 years ago
Node.h 49eb324535 LibWeb: Add Layout::Node::display() 2 years ago
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
Progress.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
RadioButton.cpp 7dfd5afd37 LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons 3 years ago
RadioButton.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 years ago
ReplacedBox.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
ReplacedBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 years ago
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 years ago
SVGFormattingContext.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
SVGFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 years ago
SVGGeometryBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 years ago
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 years ago
SVGGraphicsBox.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 years ago
SVGSVGBox.cpp 17a6fcfde3 LibWeb: Try to work out the intrinsic size of <svg> elements 3 years ago
SVGSVGBox.h 17a6fcfde3 LibWeb: Try to work out the intrinsic size of <svg> elements 3 years ago
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 years ago
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableCellBox.h 086969277e Everywhere: Run clang-format 3 years ago
TableFormattingContext.cpp 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
TableFormattingContext.h 9c44634ca5 LibWeb: Reorganize layout algorithms around available space 2 years ago
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 years ago
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 years ago
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 years ago
TextNode.cpp a0e6882d99 LibWeb: Remove Layout::Node::set_inline() 2 years ago
TextNode.h 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 years ago
TreeBuilder.cpp b6ab9a261f LibWeb: Make TreeBuilder treat inline-flex's children correctly 2 years ago
TreeBuilder.h fe03149a47 LibWeb: Base Layout::TreeBuilder decisions on CSS display property 2 years ago