index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Layout
Age
Commit message (
Expand
)
Author
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-08-29
LibWeb: Properly handle newlines at the end of LineBoxes
sin-ack
2021-08-29
LibWeb: Rename wrap_breaks to respect_linebreaks
sin-ack
2021-08-29
LibWeb: Refactor TextNode::ChunkIterator
sin-ack
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-23
LibWeb: Paint inspection outline for InlineNodes :^)
Sam Atkins
2021-08-18
LibWeb: Add fast_is<Layout::InitialContainingBlockBox>
Andreas Kling
2021-08-18
LibWeb: Calculate font-size in NodeWidthStyle::apply_style()
Sam Atkins
2021-08-18
LibWeb: Handle non-px font sizes
Sam Atkins
2021-08-15
LibWeb: Return correct selection_rect when the node is at the end
Tetsui Ohkubo
2021-08-14
LibWeb: Implement and use BorderRadiusStyleValue
Sam Atkins
2021-08-09
Everywhere: Use tobyase@serenityos.org for my copyright headers
Tobias Christiansen
2021-08-08
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-08-07
LibWeb: Add auto as a recognized argument of flex-basis
Tobias Christiansen
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-08-02
LibWeb: Remove unneccessary breaks from text-decoration-rendering
Tobias Christiansen
2021-08-02
LibWeb: Don't draw zero-length line for text-decoration: blink
Tobias Christiansen
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-29
LibWeb: Add proper support for text-decoration-line property values
Tobias Christiansen
2021-07-26
LibWeb: Add blurring support to box-shadow
Tobias Christiansen
2021-07-24
LibWeb: Add box-shadow rendering
Tobias Christiansen
2021-07-24
LibWeb: Make box-shadow known throughout the CSS subsystem
Tobias Christiansen
2021-07-24
LibWeb: Draw elements with opacity in a separate stacking context
Egor Ananyin
2021-07-24
LibWeb: Parse and store the opacity property
Egor Ananyin
2021-07-24
LibWeb: Use Length::resolved() in FlexFormattingContext
Tobias Christiansen
2021-07-19
LibWeb: Implement justify-content for the FlexFormattingContext
Tobias Christiansen
2021-07-19
LibWeb: Add parsing for the justify-content property
Tobias Christiansen
2021-07-14
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-07-08
AK+Userland: Add generic `AK::abs()` function and use it
Daniel Bertalan
2021-07-04
LibWeb: Add roman numerals as a list-style for ol's
Tobias Christiansen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-06
LibWeb: Implement FlexBox Layout Algorithm
Tobias Christiansen
2021-06-06
LibWeb: Expose size calculation of BlockFormattingContext
Tobias Christiansen
2021-06-06
LibWeb: Add flex-grow and flex-shrink
Tobias Christiansen
2021-06-06
LibWeb: Parse flex-basis
Tobias Christiansen
2021-06-06
LibWeb: Add support for 'definite size' determination
Tobias Christiansen
2021-06-06
LibWeb: Add parsing for flex-wrap property
Tobias Christiansen
2021-06-06
LibWeb: Flex-items aren't affected by float nor clear
Tobias Christiansen
2021-06-06
LibWeb: LayoutNodes know whether they are flex-items
Tobias Christiansen
2021-06-05
LibWeb: Change BlockBox to not want mouse events
dylanbobb
2021-06-04
LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNode
Max Wipfli
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-21
LibWeb: Improving cursor behavior in editable DOM nodes
Max Wipfli
2021-05-20
LibWeb: Deal with Boxes that have a background, border and -radius
Tobias Christiansen
[next]