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
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-18
LibWeb: Also avoid setting definite size for height
Tobias Christiansen
2021-09-17
LibWeb: Replace hard-coded defaults in Node::apply_style()
Sam Atkins
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-15
LibWeb: Avoid setting definite {width,height} when "auto" is specified
Tobias Christiansen
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
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-14
LibWeb: Implement and use BorderRadiusStyleValue
Sam Atkins
2021-08-08
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
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-19
LibWeb: Add parsing for the justify-content property
Tobias Christiansen
2021-07-14
LibWeb: Add missing `typeinfo` include
Daniel Bertalan
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
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-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-20
LibWeb: Make border-radius attibutes accessible
Tobias Christiansen
2021-05-07
LibWeb: Make painting order more spec-compliant
Egor Ananyin
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
LibWeb: Set border width to zero if style is none
Egor Ananyin
2021-04-05
LibWeb: Support two-value background-repeat
Timothy Flynn
2021-04-03
LibWeb: Store computed CSS value of background-repeat
Timothy Flynn
2021-03-02
LibWeb: Return whether handle_mousewheel was handled
Angus Gibson
2021-02-28
LibWeb: Parese the CSS "cursor" property
Adam Hodgen
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibWeb: Only scroll BlockBox on wheel event if overflow==scroll
Andreas Kling
2021-02-22
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
Andreas Kling
2021-02-22
LibWeb: Add parsing and application of CSS "overflow" property
Andreas Kling
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-18
LibWeb: Parse the CSS "flex-direction" property
Andreas Kling
2021-01-17
LibWeb: Add fast_is<T>() for some DOM and layout node subclasses
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling