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
/
CSS
/
StyleProperties.h
Age
Commit message (
Expand
)
Author
2022-08-25
LibWeb: Parse grid-column-start and related CSS properties
martinfalisse
2022-08-25
LibWeb: Parse grid-template-columns and grid-template-rows
martinfalisse
2022-08-07
LibWeb: Use rect value in CSS clip property
Tom
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
2022-04-14
LibWeb: Return Optional from StyleProperties::box_sizing()
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-02-26
LibWeb: Add vertical-align to ComputedValues
Andreas Kling
2022-02-25
LibWeb: Compute value for `content` property
Sam Atkins
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-08
LibWeb: Render multiple box-shadows
Sam Atkins
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove unused StyleProperties::background_repeat()
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-19
LibWeb: Make computed opacity always available
Andreas Kling
2021-10-19
LibWeb: Make computed flex-grow and flex-shrink always available
Andreas Kling
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-05
LibWeb: Make things aware of box-sizing
Sam Atkins
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Start absolutizing lengths after performing the CSS cascade
Andreas Kling
2021-09-21
LibWeb: Start implementing the CSS cascade
Andreas Kling
2021-09-18
LibWeb: Add transform property to the system
Tobias Christiansen
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-08-26
LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()
Andreas Kling
2021-08-18
LibWeb: Handle non-px font sizes
Sam Atkins
2021-07-24
LibWeb: Make box-shadow known throughout the CSS subsystem
Tobias Christiansen
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-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 parsing for flex-wrap property
Tobias Christiansen
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb: Improve fallback font selection
Simon Danner
[next]