aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Update font-kit and freetype and unicode-script.""Josh Matthews2020-08-101-2/+2
* Revert "Update font-kit and freetype and unicode-script."Josh Matthews2020-08-041-2/+2
* Update font-kit and freetype and unicode-script.Josh Matthews2020-07-311-2/+2
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-2/+19
* Servo build fixes.Emilio Cobos Álvarez2019-12-161-1/+1
* layout: fix Servo build.Emilio Cobos Álvarez2019-05-071-6/+6
* layout: Fix servo build.Emilio Cobos Álvarez2019-03-131-12/+9
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-6/+6
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Layout: Remove redundant deny unsafe and formatPyfisch2018-10-221-2/+0
* Rustfmt layout cratePyfisch2018-09-011-149/+202
* layout: script: Fix build.Emilio Cobos Álvarez2018-06-231-2/+2
* Update dependencies to use new_debug_unrechableMatt Brubeck2018-06-061-2/+2
* Don't perform font matching for control charactersJon Leighton2018-05-191-52/+54
* Add test for FontContext/FontGroup functionalityJon Leighton2018-02-221-4/+4
* Lazy load fonts in a FontGroupJon Leighton2018-02-221-25/+37
* style: Move content property out of mako.Igor Gutorov2018-02-071-1/+1
* Share line breaking state across text runsManish Goregaokar2018-01-241-12/+33
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-15/+17
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-14/+13
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-13/+14
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-14/+13
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-6/+9
* stylo: Add keyword info to computed value of font-sizeManish Goregaokar2017-09-231-1/+1
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-7/+8
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* Bug 1374233 - Part 12: Implement ToAnimatedValue for LineHeight.Boris Chiou2017-08-041-2/+2
* Bug 1374233 - Part 3: Use NonNegativeAu as computed values for font-size rela...Boris Chiou2017-08-041-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-2/+2
* Use BorderSideWidth for outline-widthAnthony Ramine2017-06-021-1/+1
* Use generics for text spacing propertiesAnthony Ramine2017-06-021-5/+5
* Use generics for the line-height propertyAnthony Ramine2017-06-021-4/+5
* [gfx] [layout] [style] Upgrade unicode-bidi to 0.3Behnam Esfahbod2017-05-221-8/+8
* Fix up script and layout.Bobby Holley2017-05-021-1/+1
* Overwrite default RunInfo values with the first real ones encountered.Josh Matthews2017-04-131-11/+16
* Convert text-orientation to a Gecko-only propertyMatt Brubeck2017-01-271-16/+3
* layout: Remove get_font_arc in favor of clone_font.Emilio Cobos Álvarez2016-12-311-1/+1
* Use word-break to decide how glyph runs should be createdFelipe2016-09-271-2/+7
* Reorder `use` statementsUK9922016-09-091-3/+3
* Prefer length and percentage for word spacingRavi Shankar2016-08-091-1/+4
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-4/+4
* layout: text: Don't consider the REQUIRES_LINE_BREAK_AFTERWARD_IF_WRAPPING_ON...Emilio Cobos Álvarez2016-07-101-6/+5
* Move util::linked_list to layoutAnthony Ramine2016-06-291-1/+1
* Alignment is wrong.Michael Howell2016-06-181-7/+7
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0