summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2022-08-23LibWeb: Don't regenerate linear gradient data unless size changesMacDue
2022-08-23LibWeb: Add missing checks to LinearGradientStyleValue::equals()MacDue
2022-08-23LibWeb: Parse double-position `linear-gradient()` color stopsMacDue
2022-08-18LibWeb: Parse `repeating-linear-gradient()`MacDue
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-08LibWeb: Don't allow mixed commas/no commas in rect() css valuesMacDue
2022-08-08LibWeb: Fix resolution of CSS clip rectMacDue
2022-08-08LibWeb: Fix RectStyleValue to_string() implementationTom
2022-08-07LibWeb: Implement clip propertyTom
2022-08-07LibWeb: Use rect value in CSS clip propertyTom
2022-08-07LibWeb: Parse rect style valueTom
2022-08-07LibWeb: Support `-webkit-linear-gradient()` correctlyMacDue
2022-07-30LibWeb: Make <th> elements bold by defaultKarol Kosek
2022-07-29LibWeb: Extract the LinkStyle IDL mixinSam Atkins
2022-07-27LibWeb: Make :enabled and :disabled selector handling more idiomaticAndreas Kling
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-07-27LibWeb: Resolve calc() FooPercentages that only contained percentagesSam Atkins
2022-07-27LibWeb: Add missing Formatters for CSS dimension typesSam Atkins
2022-07-26LibWeb: Actually check if percentage used flex basis is definiteAndreas Kling
2022-07-24LibWeb: Tidy up `<progress>` element default CSSMacDue
2022-07-24LibWeb: Use the palette "button text" on buttons in the default CSSMacDue
2022-07-23LibWeb: Add a default style for primitive progress barsMacDue
2022-07-23LibWeb: Implement `appearance` CSS propertyMacDue
2022-07-23LibWeb: Parse the -webkit-progress-bar/value pseudo elementsMacDue
2022-07-21LibWeb: Allow `calc()` inside CSS transform functions :^)Sam Atkins
2022-07-21LibWeb: Add helper methods for checking a calc()'s resolved typeSam Atkins
2022-07-21LibWeb: Stop handling impossible Percentage return valuesSam Atkins
2022-07-21LibWeb: Handle `transform` in `style_value_for_property()`Sam Atkins
2022-07-21LibWeb: Mark `transform` property as affecting stacking contextsSam Atkins
2022-07-21LibWeb: Add proper support for Angle parameters in transform functionsSam Atkins
2022-07-21LibWeb: Alphabetize style_value_for_property() listSam Atkins
2022-07-19LibWeb: Blockify `inline-flex` to `flex`Andreas Kling
2022-07-19LibWeb: Reject negative values for `flex-grow` and `flex-shrink`Andreas Kling
2022-07-18LibWeb: Calculate to <corner> angles for linear-gradientsMacDue
2022-07-17LibWeb: Allow having a linear-gradient() as a background-imageMacDue
2022-07-17LibWeb: Parse the linear-gradient() CSS functionMacDue
2022-07-17LibWeb: Add LinearGradientStyleValueMacDue
2022-07-17LibWeb: Add serialize_a_srgb_value()MacDue
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12LibWeb: Honor `align-self` over `align-items` when non-auto on flex itemAndreas Kling
2022-07-11LibWeb: Tweak padding on button elements match other enginesAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-09LibWeb: Add LengthPercentage::is_auto() convenience helperAndreas Kling
2022-07-06LibWeb: Use correct margin & padding values in anonymous wrapper boxesAndreas Kling
2022-07-06LibWeb: Make non-finite CSS lengths resolve to "auto"Andreas Kling
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-04LibWeb: Simplify some WeakPtr assignmentsAndreas Kling
2022-07-04LibWeb: Use lowercase type selectors to match against html elementsnetworkException