summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
2021-10-09LibWeb: Add initial version of pointer-events CSS propertyhuwdp
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Make things aware of box-sizingSam Atkins
2021-09-24LibWeb: Remove on-demand font resolutionAndreas Kling
2021-09-24LibWeb: Start absolutizing lengths after performing the CSS cascadeAndreas Kling
2021-09-24LibWeb: Use new StyleValue API in StyleProperties.cppSam Atkins
2021-09-24LibWeb: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-21LibWeb: Start implementing the CSS cascadeAndreas Kling
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-16LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unrefBrian Gianforcaro
2021-09-15LibWeb: Add proper parsing of the AlignItems propertyTobias Christiansen
2021-09-12LibWeb: Correctly parse numeric and 'auto' z-index valuesSam Atkins
2021-09-12LibWeb: Fix CSS opacity parsingSam Atkins
2021-08-26LibWeb: Remove outdated FIXME about ACID2Andreas Kling
2021-08-26LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()Andreas Kling
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Intercept CSS `initial`/`inherit` values in StylePropertiesSam Atkins
2021-08-20LibWeb: Fix inverted-if typo in flex_shrink_factor()Sam Atkins
2021-08-18LibWeb: Implement font-fallbackSam Atkins
2021-08-18LibWeb: Handle numeric font-weightsSam Atkins
2021-08-18LibWeb: Handle non-px font sizesSam Atkins
2021-08-14LibWeb: Make '0' always be both a number and a length in CSSSam Atkins
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-24LibWeb: Plumb calculated StyleValues into CSS::LengthTobias Christiansen
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-04-29LibWeb: Add list-style-type: upper-latin and upper-alpha supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: lower-alpha and lower-latin supportTobias Christiansen
2021-04-29LibWeb: Add list-style-type: decimal-leading-zero supportTobias Christiansen
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb: Improve fallback font selectionSimon Danner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-22LibWeb: Add parsing and application of CSS "overflow" propertyAndreas Kling
2021-02-07LibWeb: Honor font sizes specified by CSSAndreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Parse "display: flex" and create BlockBox layout nodes for themAndreas Kling