aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text/util.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-11/+0
* base: Remove `ucd` dependency (#32424)Martin Robinson2024-06-031-43/+0
* layout: Add support for `white-space-collapse: break-spaces` (#32388)Martin Robinson2024-05-301-100/+0
* fonts: Consider Tertiary Ideographic Plane to be CJK (#31670)sandeep2024-03-181-1/+2
* clippy: fix warnings in components/gfx (#31560)eri2024-03-081-6/+1
* Fix some new warningsSimon Sapin2019-06-221-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format gfx text #21373kingdido9992018-09-071-19/+20
* Implement font fallbackJon Leighton2018-05-191-0/+41
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Add support for `pre-wrap` and `pre-line` values for `white-space`.Eli Friedman2015-10-201-1/+1
* layout: Rewrite whitespace stripping.Patrick Walton2015-08-111-1/+1
* Implement the unicode-bidi propertyMatt Brubeck2015-08-031-3/+12
* Remove dead code from gfx/textMatt Brubeck2015-07-141-9/+0
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* layout: Simplify and improve the correctness of whitespace stripping inPatrick Walton2015-04-081-15/+2
* Auto merge of #5571 - jdm:gfx_uint, r=Ms2gerbors-servo2015-04-081-8/+8
|\
| * Remove int_uint feature from gfx.Josh Matthews2015-04-071-8/+8
* | Move gfx unit tests to the unit_tests crate.Simon Sapin2015-04-071-160/+0
|/
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Write a macro or syntax extension to generate OpenType tagsGilles Leblanc2015-01-151-14/+0
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* Reformat the transform_text tests.Ms2ger2014-12-301-29/+83
* Cleanup the transform_text tests.Ms2ger2014-12-281-105/+56
* Re-enable two transform_text unit tests.Ms2ger2014-12-271-41/+49
* gfx: to_string() -> into_string()Manish Goregaokar2014-12-271-30/+30
* gfx: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-10/+8
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-0/+2
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+3
* layout: Rewrite text and inline fragment handling during flowPatrick Walton2014-10-201-11/+16
* gfx: Fix imprecision in `float_to_fixed`.Patrick Walton2014-10-011-1/+1
* Remove redundant into_string() calls.Ms2ger2014-09-231-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+285