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-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
2021-05-20
LibWeb: Introduce struct to hold border radii and normalize once
Tobias Christiansen
2021-05-20
LibWeb: Draw rounded corners for the backgrounds of Boxes
Tobias Christiansen
2021-05-20
LibWeb: Basic rendering of border-radius
Tobias Christiansen
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
2021-05-20
LibWeb: Handle background-painting of Box in seperate function
Tobias Christiansen
2021-05-20
LibWeb: Move the painting of the border out of paint()
Tobias Christiansen
2021-05-13
LibWeb: Propagate body background properties to root HTML element
Timothy Flynn
2021-05-13
LibWeb: Fix off-by-one for alphabetical markers in <ol>s
Tobias Christiansen
2021-05-12
LibWeb: Position the ListItemMarkers according to their width
Tobias Christiansen
2021-05-12
LibWeb: Remove unused alphabet constants from ListItemMarkerBox
Tobias Christiansen
2021-05-12
LibWeb: Move clearing boxes below preceding floating boxes
Timothy Flynn
2021-05-07
LibWeb: Make painting order more spec-compliant
Egor Ananyin
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibWeb: Use new way of generating list-style-type: *-alpha
Tobias Christiansen
2021-04-30
LibWeb: Position absolute boxes relative to the containing block
Egor Ananyin
2021-04-30
LibWeb: Use min-height in calculating block box height
Egor Ananyin
2021-04-30
LibWeb: Fix floating box position calculation
Egor Ananyin
2021-04-29
LibWeb: Add list-style-type: upper-latin and upper-alpha support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: lower-alpha and lower-latin support
Tobias Christiansen
2021-04-29
LibWeb: Conversion from number to bijective-base with alphabet.
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: decimal-leading-zero support
Tobias Christiansen
2021-04-29
LibWeb: Move Layout::TextNode whitespace collapse to separate function
Andreas Kling
2021-04-27
LibWeb: Remove unnecessary temporary Vector in text layout
Andreas Kling
2021-04-27
LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()
Andreas Kling
2021-04-27
LibWeb: Refactor Layout::TextNode splitting into a chunk iterator
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
[next]