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