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
Age
Commit message (
Expand
)
Author
2022-07-30
LibWeb: Make <th> elements bold by default
Karol Kosek
2022-07-29
LibWeb: Extract the LinkStyle IDL mixin
Sam Atkins
2022-07-27
LibWeb: Make :enabled and :disabled selector handling more idiomatic
Andreas Kling
2022-07-27
LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete T
Sam Atkins
2022-07-27
LibWeb: Resolve calc() FooPercentages that only contained percentages
Sam Atkins
2022-07-27
LibWeb: Add missing Formatters for CSS dimension types
Sam Atkins
2022-07-26
LibWeb: Actually check if percentage used flex basis is definite
Andreas Kling
2022-07-24
LibWeb: Tidy up `<progress>` element default CSS
MacDue
2022-07-24
LibWeb: Use the palette "button text" on buttons in the default CSS
MacDue
2022-07-23
LibWeb: Add a default style for primitive progress bars
MacDue
2022-07-23
LibWeb: Implement `appearance` CSS property
MacDue
2022-07-23
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
MacDue
2022-07-21
LibWeb: Allow `calc()` inside CSS transform functions :^)
Sam Atkins
2022-07-21
LibWeb: Add helper methods for checking a calc()'s resolved type
Sam Atkins
2022-07-21
LibWeb: Stop handling impossible Percentage return values
Sam Atkins
2022-07-21
LibWeb: Handle `transform` in `style_value_for_property()`
Sam Atkins
2022-07-21
LibWeb: Mark `transform` property as affecting stacking contexts
Sam Atkins
2022-07-21
LibWeb: Add proper support for Angle parameters in transform functions
Sam Atkins
2022-07-21
LibWeb: Alphabetize style_value_for_property() list
Sam Atkins
2022-07-19
LibWeb: Blockify `inline-flex` to `flex`
Andreas Kling
2022-07-19
LibWeb: Reject negative values for `flex-grow` and `flex-shrink`
Andreas Kling
2022-07-18
LibWeb: Calculate to <corner> angles for linear-gradients
MacDue
2022-07-17
LibWeb: Allow having a linear-gradient() as a background-image
MacDue
2022-07-17
LibWeb: Parse the linear-gradient() CSS function
MacDue
2022-07-17
LibWeb: Add LinearGradientStyleValue
MacDue
2022-07-17
LibWeb: Add serialize_a_srgb_value()
MacDue
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-11
LibWeb: Tweak padding on button elements match other engines
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-09
LibWeb: Add LengthPercentage::is_auto() convenience helper
Andreas Kling
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-07-06
LibWeb: Make non-finite CSS lengths resolve to "auto"
Andreas Kling
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-07-04
LibWeb: Use lowercase type selectors to match against html elements
networkException
2022-07-04
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
networkException
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-06-26
LibWeb: Fix parsing of background-size: contain/cover
MacDue
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-16
LibWeb: Add deprecated `image-rendering` values
Sam Atkins
2022-06-16
LibWeb: Use SmoothPixels scaling mode as the pixelated rendering
Karol Kosek
2022-06-15
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Thomas Fach-Pedersen
2022-06-15
LibWeb: Fix calculation of degrees from radians
Thomas Fach-Pedersen
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-06-11
LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule
Luke Wilde
2022-06-10
LibWeb: Print correct value types in ComponentValue debug string
Karol Kosek
2022-06-10
LibWeb/CSS: Add :focus-within serialisation
Luke Wilde
[next]