Andreas Kling 4cbec00c44 LibWeb: Actually check if percentage used flex basis is definite 3 rokov pred
..
BlockContainer.cpp 086969277e Everywhere: Run clang-format 3 rokov pred
BlockContainer.h 086969277e Everywhere: Run clang-format 3 rokov pred
BlockFormattingContext.cpp 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues 3 rokov pred
BlockFormattingContext.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
Box.cpp b3d85afd92 LibWeb: Make Layout::Box::set_needs_display() work for all boxes 3 rokov pred
Box.h 74927fd218 LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node 3 rokov pred
BoxModelMetrics.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
BoxModelMetrics.h fe908e7db2 LibWeb: Rename "offset" in box model metrics to "inset" 3 rokov pred
BreakNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
BreakNode.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 rokov pred
ButtonBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 rokov pred
ButtonBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 rokov pred
CanvasBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
CanvasBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 rokov pred
CheckBox.cpp 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ 3 rokov pred
CheckBox.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 rokov pred
FlexFormattingContext.cpp 4cbec00c44 LibWeb: Actually check if percentage used flex basis is definite 3 rokov pred
FlexFormattingContext.h 4cbec00c44 LibWeb: Actually check if percentage used flex basis is definite 3 rokov pred
FormAssociatedLabelableNode.h 5608bc4eaf LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement 3 rokov pred
FormattingContext.cpp 02c59fe8c9 LibWeb: Containing block always has definite width during abspos layout 3 rokov pred
FormattingContext.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
FrameBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
FrameBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 rokov pred
ImageBox.cpp a797a92990 LibWeb: Stop including StyleValue.h in a few places 3 rokov pred
ImageBox.h 086969277e Everywhere: Run clang-format 3 rokov pred
InitialContainingBlock.cpp 85dd891811 LibWeb: Ignore non-painting layout nodes when building stacking contexts 3 rokov pred
InitialContainingBlock.h 086969277e Everywhere: Run clang-format 3 rokov pred
InlineFormattingContext.cpp ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 rokov pred
InlineFormattingContext.h 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues 3 rokov pred
InlineLevelIterator.cpp ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 rokov pred
InlineLevelIterator.h 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues 3 rokov pred
InlineNode.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
InlineNode.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 rokov pred
Label.cpp 086969277e Everywhere: Run clang-format 3 rokov pred
Label.h 086969277e Everywhere: Run clang-format 3 rokov pred
LabelableNode.cpp cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 rokov pred
LabelableNode.h cb0c5390ff LibWeb: Move mouse event and label logic from layout to painting tree 3 rokov pred
LayoutPosition.cpp 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 rokov pred
LayoutPosition.h 086969277e Everywhere: Run clang-format 3 rokov pred
LayoutState.cpp 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues 3 rokov pred
LayoutState.h 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues 3 rokov pred
LineBox.cpp 45f717cfad LibWeb: Respect inline-axis margins between line box fragments :^) 3 rokov pred
LineBox.h 195ef5e26f LibWeb: Bring CSS line-height implementation closer to spec 3 rokov pred
LineBoxFragment.cpp 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
LineBoxFragment.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
LineBuilder.cpp ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 rokov pred
LineBuilder.h 9b46091f38 LibWeb: Rename LayoutState::NodeState => LayoutState::UsedValues 3 rokov pred
ListItemBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
ListItemBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 rokov pred
ListItemMarkerBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
ListItemMarkerBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 rokov pred
Node.cpp 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues 3 rokov pred
Node.h 71a707480c LibWeb: Move "has-definite-width/height" flags to UsedValues 3 rokov pred
Progress.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
Progress.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 rokov pred
RadioButton.cpp 7dfd5afd37 LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons 3 rokov pred
RadioButton.h 29583104d2 LibWeb: Refactor all LabelableNode subclasses + input event handling :^) 3 rokov pred
ReplacedBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
ReplacedBox.h afc5fade05 LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^) 3 rokov pred
SVGBox.cpp 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 rokov pred
SVGBox.h 28b771560a LibWeb: Make SVG <svg> elements behave as CSS replaced elements 3 rokov pred
SVGFormattingContext.cpp ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 rokov pred
SVGFormattingContext.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
SVGGeometryBox.cpp e099960e4d LibWeb: Remove a bunch of no-longer needed #includes 3 rokov pred
SVGGeometryBox.h ed84fbce47 LibWeb: Make Paintable ref-counted 3 rokov pred
SVGGraphicsBox.cpp 02b316fd5c LibWeb: Let Paintable perform the painting 3 rokov pred
SVGGraphicsBox.h 02b316fd5c LibWeb: Let Paintable perform the painting 3 rokov pred
SVGSVGBox.cpp 17a6fcfde3 LibWeb: Try to work out the intrinsic size of <svg> elements 3 rokov pred
SVGSVGBox.h 17a6fcfde3 LibWeb: Try to work out the intrinsic size of <svg> elements 3 rokov pred
TableBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
TableBox.h c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer 3 rokov pred
TableCellBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
TableCellBox.h 086969277e Everywhere: Run clang-format 3 rokov pred
TableFormattingContext.cpp ed8930fff5 LibWeb: Add accessors for UsedValues::computed_{width,height} 3 rokov pred
TableFormattingContext.h 52862c72d0 LibWeb: Rename FormattingState to LayoutState 3 rokov pred
TableRowBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
TableRowBox.h 85a0772147 LibWeb: Start work towards modern CSS "display" values 3 rokov pred
TableRowGroupBox.cpp c37820b898 Libraries: Use default constructors/destructors in LibWeb 3 rokov pred
TableRowGroupBox.h 7bb721bea2 LibWeb: Make `display: foo` box constructors take the Element by pointer 3 rokov pred
TextNode.cpp 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 rokov pred
TextNode.h 64959a8504 LibWeb: Express intrinsic size layout via size constraints 3 rokov pred
TreeBuilder.cpp 57c6792458 LibWeb: Support `appearance: none` for `<progress>` elements 3 rokov pred
TreeBuilder.h 6712bbc0ee LibWeb: Tidy up Layout::TreeBuilder ancestor stack a little bit 3 rokov pred