aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text
Commit message (Expand)AuthorAgeFilesLines
* remove `extern crate` (#30311)Samson2023-09-083-0/+7
* Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+2
* Revert "Revert "Update font-kit and freetype and unicode-script.""Josh Matthews2020-08-101-1/+166
* Revert "Update font-kit and freetype and unicode-script."Josh Matthews2020-08-041-166/+1
* Update font-kit and freetype and unicode-script.Josh Matthews2020-07-311-1/+166
* layout: Resolve word_spacing ahead of time.Emilio Cobos Álvarez2020-02-121-3/+1
* Introduce GlyphStore::total_advanceAnthony Ramine2019-11-251-0/+5
* Remove use of packed_simdSimon Sapin2019-09-271-73/+2
* Update euclid.Emilio Cobos Álvarez2019-07-232-2/+2
* Remove `default-except-unstable`Simon Sapin2019-07-011-11/+2
* Turns out that SIMD code was not being compiled at all!?Simon Sapin2019-07-011-1/+1
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Remove unused code from gfx and layout cratesest312019-05-292-6/+0
* Update harfbuzz to 0.3Bastien Orivel2019-05-071-23/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-283-10/+12
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-196-6/+6
* Enable old glyph assertionPyfisch2018-11-101-10/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-27/+29
* Reorder importsPyfisch2018-11-063-12/+12
* Manually format remaining problemsPyfisch2018-11-061-10/+9
* Format remaining filesPyfisch2018-11-062-4/+6
* Sort `use` statementsSimon Sapin2018-11-062-4/+4
* `cargo fix --edition`Simon Sapin2018-11-064-40/+40
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-2/+2
* Format gfx text #21373kingdido9992018-09-076-266/+420
* Use the packed_simd crate instead of std::simdSimon Sapin2018-07-271-2/+2
* Use std::simd instead of the simd crateSimon Sapin2018-05-241-4/+8
* Implement font fallbackJon Leighton2018-05-191-0/+41
* Update WebrenderBastien Orivel2018-04-251-4/+3
* Introduce a dedicated data structure for text queriesPyfisch2018-02-241-2/+2
* Use LayoutRects for bounds and overflow in display listsPyfisch2018-02-071-2/+2
* Use specific assertion for gfx text shaping harfbuzzCYBAI2018-01-261-1/+1
* Share line breaking state across text runsManish Goregaokar2018-01-241-9/+39
* Merge gfx and gfx_testsAnthony Ramine2018-01-201-1/+1
* gfx: Use ? on Option more often.Emilio Cobos Álvarez2017-12-091-4/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-302-8/+7
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-192-7/+8
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-192-8/+7
* Make usage of simd in gfx optionalSimon Sapin2017-10-131-2/+5
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+1
* Remove usage of unstable range_contains featureSimon Sapin2017-10-111-2/+2
* Remove usage the unstable Step traitSimon Sapin2017-10-041-1/+1
* Stop using unstable 'unique' featureMatt Brubeck2017-09-201-4/+8
* Update WR (font instance API).Glenn Watson2017-08-311-1/+1
* order derivable traits listsClément DAVID2017-08-232-6/+6
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-2/+2
* UntrySimon Sapin2017-06-181-6/+6
* Bump euclid to 0.14.Nicolas Silva2017-06-141-1/+1