aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text/shaping
Commit message (Expand)AuthorAgeFilesLines
* rustdoc: Fix errors in `components` and `ports` (#31654)Tumuhairwe2024-03-151-1/+1
* rustdoc: Add some basic Safety sections to unsafe functions (#31639)Martin Robinson2024-03-131-0/+5
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-34/+34
* layout: Turn on synthetic small-caps for layout 2020 (#31435)Martin Robinson2024-02-281-1/+1
* mach: Do not use unstable rust for `rustfmt` (#31441)Martin Robinson2024-02-281-2/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-34/+21
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* 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
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Update harfbuzz to 0.3Bastien Orivel2019-05-071-23/+0
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-27/+29
* Reorder importsPyfisch2018-11-061-10/+10
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-062-34/+34
* Format gfx text #21373kingdido9992018-09-072-91/+136
* Update WebrenderBastien Orivel2018-04-251-4/+3
* Use specific assertion for gfx text shaping harfbuzzCYBAI2018-01-261-1/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-5/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+5
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-5/+4
* 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
* Stop using unstable 'unique' featureMatt Brubeck2017-09-201-4/+8
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Update app_units to 0.4.1Manish Goregaokar2017-05-191-1/+1
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-1/+1
* replace match by if let statements if possibleJulien Levesy2016-12-311-3/+2
* Reorder `use` statementsUK9922016-09-091-8/+8
* Prefer length and percentage for word spacingRavi Shankar2016-08-091-1/+3
* Reduce the scope of the allowed unsafe code in gfx::text.Ms2ger2016-06-051-0/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-18/+18
* Don't create HarfBuzz shaper if it isn't usedMatt Brubeck2016-05-231-56/+6
* Remove unused FontShapingOptions field from ShaperMatt Brubeck2016-05-231-25/+8
* Add a fast path for shaping ASCII textMatt Brubeck2016-05-201-1/+51
* Allow creation of unboxed FontTablesMatt Brubeck2016-05-191-1/+1
* Move hb_tag! macro and KERN into font moduleMatt Brubeck2016-05-191-10/+2
* Simplify FontTableMethods::with_bufferMatt Brubeck2016-05-191-6/+4
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-113/+36
* Remove unneeded add_nonglyph_for_char_indexMatt Brubeck2016-04-281-7/+1
* Don't assume the first glyph is part of the first charMatt Brubeck2016-04-281-2/+1
* Get rid of unnecessary clamping in text shapingMatt Brubeck2016-04-271-3/+0
* Stop using deprecated `str::char_*` methodsMatt Brubeck2016-04-271-17/+13
* Replace range::Range with std::ops::Range in text shaping codeMatt Brubeck2016-04-271-49/+43
* Move '&&' to the end of the previous line.Zbynek Winkler2016-04-221-2/+2