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
/
Node.cpp
Age
Commit message (
Expand
)
Author
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-03-30
LibWeb: Remove CalculatedStyleValue from Length
Sam Atkins
2023-03-25
LibWeb: Split StyleValueList out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BorderRadiusStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BackgroundSizeStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-25
LibWeb: Split BackgroundRepeatStyleValue out of StyleValue.{h,cpp}
Sam Atkins
2023-03-23
LibWeb: Parse and plumb the `accent-color` CSS property
MacDue
2023-03-18
LibWeb: Clarify stacking context creation for viewport box
Andreas Kling
2023-03-11
LibWeb: Establish a stacking context for root element
Mathis Wiehl
2023-03-06
LibWeb: Fix currentColor as a background-color (and maybe other places)
MacDue
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-24
LibWeb: Consider transform property while finding containing block
Aliaksandr Kalenik
2023-02-23
LibWeb: Add spec link to border-width: thin/medium/thick definitions
Sam Atkins
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-19
LibWeb: Relax unnecessarily narrow cast in Node::containing_block()
Andreas Kling
2023-01-24
LibWeb: Make grid containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make flex containers be Layout::Box
Andreas Kling
2023-01-24
LibWeb: Make Layout::Node::containing_block() return a Layout::Box
Andreas Kling
2023-01-21
LibWeb: Parse `grid-template-areas` CSS property
martinfalisse
2023-01-17
LibWeb: Output display type inline-table in layout dump
Aliaksandr Kalenik
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2023-01-09
LibWeb: Move clear property from table-root to table-wrapper
Aliaksandr Kalenik
2023-01-09
LibWeb: Wrap table roots in anonymous block boxes
Aliaksandr Kalenik
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2023-01-03
LibWeb: Parse `border-collapse` property for HTML table
martinfalisse
2022-12-31
LibWeb: Treat `border-style: hidden` the same as `border-style: none`
Luke Wilde
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-10
LibWeb: Support special border width identifiers
Karol Kosek
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-07
LibWeb: Parse CSS gap property
martinfalisse
2022-10-24
LibWeb: Establish stacking context when backdrop-filter is not 'none'
Luke Wilde
2022-10-23
LibWeb: Don't create stacking contexts for all positioned elements
Andreas Kling
2022-10-20
LibWeb: Tie layout tree to a specific browsing context
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Only store one DOM pointer per Layout::Node
Andreas Kling
2022-10-14
LibWeb: Parse the CSS align-content property
Andreas Kling
2022-10-06
LibWeb: Use Layout::Node::display() everywhere
Andreas Kling
2022-10-06
LibWeb: Add Layout::Node::display()
Andreas Kling
2022-10-06
LibWeb: Remove Layout::Node::set_inline()
Andreas Kling
2022-10-06
LibWeb: Honor CSS display value in is_inline() and is_inline_block()
Andreas Kling
2022-09-29
LibWeb: Add missing null checks in Layout::Node::set_needs_display()
Andreas Kling
2022-09-25
LibWeb: Use CSS::Size for computed size and max-size values
Andreas Kling
2022-09-21
LibWeb: Update visibility when Node was invisible before
Jan Metzger
2022-09-20
LibWeb: Remove unused Layout::Node::did_insert_into_layout_tree()
Andreas Kling
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
[next]