aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [gfx] [layout] [style] Upgrade unicode-bidi to 0.3Behnam Esfahbod2017-05-221-3/+4
* Update app_units to 0.4.1Manish Goregaokar2017-05-192-3/+3
* Upgrade to rustc 1.19.0-nightly (ced823e26 2017-05-07)Simon Sapin2017-05-081-1/+1
* Use SIMD in `gfx` when possibleMátyás Mustoha2017-02-041-6/+6
* Fix #12193 Servo displays upper level Thai character in wrong place.Vee Satayamas2017-02-011-6/+6
* Position insertion point in input field with mouseFlorian Merz2017-01-112-0/+36
* replace match by if let statements if possibleJulien Levesy2016-12-311-3/+2
* Remove old rendering backend.Glenn Watson2016-10-181-1/+1
* Use word-break to decide how glyph runs should be createdFelipe2016-09-271-69/+5
* Implement `word-break: keep_all`Felipe2016-09-271-5/+72
* Reorder `use` statementsUK9922016-09-093-10/+10
* Fix GFX WarningsPatrick Trottier2016-08-141-2/+2
* Prefer length and percentage for word spacingRavi Shankar2016-08-091-1/+3
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Move ByteIndex to gfx_traits.Ms2ger2016-06-201-8/+2
* Reduce the scope of the allowed unsafe code in gfx::text.Ms2ger2016-06-052-0/+3
* Remove an obsolete comment in gfx::text.Ms2ger2016-06-051-6/+0
* Report use statements that use {} with only one entryCullen Rhodes2016-05-272-19/+19
* 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
* Fix unused item warning on 32-bit platformsMatt Brubeck2016-05-161-0/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1