summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleProperties.cpp
AgeCommit message (Expand)Author
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
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling