aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/specified/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-1154/+0
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* style: Use used, rather than computed font-size for font-metric dependent unitsEmilio Cobos Álvarez2023-11-041-1/+1
* style: Make vertical writing mode (left/right) in text-emphasis-position opti...Anurag Kalia2023-11-031-8/+12
* style: Convert text-emphasis-position #defines to enum classesAnurag Kalia2023-11-031-137/+23
* style: Migrate `<th>` `text-align` behaviour from presentation hint to UA CSSDavid Shin2023-08-161-4/+13
* style: Allow to derive Parse/ToCss/SpecifiedValueInfo on bitflagsEmilio Cobos Álvarez2023-08-161-90/+4
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-17/+94
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-94/+17
* Make the choice of layout runtime settingMartin Robinson2023-07-061-4/+3
* style: Add CSS support for the hyphenate-character propertyJonathan Kew2023-06-091-0/+21
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-12/+7
* Further changes required by ServoOriol Brufau2023-05-161-0/+1
* style: Move moz-control-character-visibility out of mako, and remove support ...Oriol Brufau2023-05-161-0/+33
* style: Clean up text-justify, and make distribute a parse-time aliasOriol Brufau2023-05-161-0/+27
* style: Remove layout.css.ruby.position-alternate.enabled prefOriol Brufau2023-05-161-15/+2
* style: part 1 - Support parsing ruby-position: alternateOriol Brufau2023-05-161-0/+83
* style: Switch all callsites of try() to try_parse() in the style crate.Emilio Cobos Álvarez2020-06-181-10/+15
* style: Derive parse for TextOverflowSide.Emilio Cobos Álvarez2020-06-041-24/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-2/+25
* style: Ensure that derived types are right for optimized-away implementations.Emilio Cobos Álvarez2020-04-161-3/+14
* style: Use enums for text-align / text-align-last.Emilio Cobos Álvarez2020-04-161-12/+34
* style: Add support for the 'all' value of text-decoration-skip-ink.Jonathan Kew2020-04-161-1/+2
* Propagate text decoration where neededFernando Jiménez Moreno2020-03-231-0/+6
* Do not use buggy text_decorations_in_effectFernando Jiménez Moreno2020-03-231-1/+1
* style: Move the from-font value from text-underline-offset to text-underline-...Jonathan Kew2020-02-121-9/+17
* style: Support percentage values for the CSS text-decoration-thickness and te...Jonathan Kew2020-02-121-1/+1
* style: Add a style flag for the root element style.Emilio Cobos Álvarez2020-02-121-1/+1
* style: Simplify calc expressions earlier.Emilio Cobos Álvarez2020-02-121-1/+1
* style: Use less Au in font code.Emilio Cobos Álvarez2019-12-161-11/+2
* style: Add support for parsing of the CSS text-underline-position property.Jonathan Kew2019-12-151-0/+95
* Implement `text-align` (except `justify`)Simon Sapin2019-12-071-3/+4
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* style: Fix Servo build, and rustfmt recent changes.Emilio Cobos Álvarez2019-09-121-2/+1
* style: Update cbindgen.Emilio Cobos Álvarez2019-09-121-1/+0
* style: Don't clamp font-size calc() factors too early.Emilio Cobos Álvarez2019-09-121-2/+1
* style: Fix formatting of recent changes.Emilio Cobos Álvarez2019-08-151-2/+2
* style: adding from-font support to text-underline-offset and text-decoration-...Charlie Marlow2019-08-151-1/+18
* style: Adjust comment grammar as suggested by xidorn.Emilio Cobos Álvarez2019-08-151-1/+1
* style: Use cbindgen for text-emphasis-style.Emilio Cobos Álvarez2019-08-151-44/+2
* style: Simplify text-emphasis-style.Emilio Cobos Álvarez2019-08-151-63/+65
* style: Adding parsing support for text-decoration-skip-inkCharlie Marlow2019-07-081-0/+25
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-3/+3
* style: Use cbindgen for text-overflow.violet2019-05-291-2/+4
* style: Add parsing of the loose|normal|strict values of the CSS line-break pr...Jonathan Kew2019-05-291-4/+3
* style: Implement the CSS line-break property, with values "auto | anywhere".Jonathan Kew2019-05-291-0/+26
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-05-071-3/+7
* style: Use rust types for vertical-align.Emilio Cobos Álvarez2019-05-071-2/+1
* style: Allow full-width and/or full-size-kana values of text-transform to be ...Jonathan Kew2019-05-071-0/+169
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-3/+1