aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/text/text_run.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix match_refs and let_returns in layout, address review changesManish Goregaokar2015-09-041-3/+2
* Remove needless returnsManish Goregaokar2015-09-041-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Basic support for bidirectional textMatt Brubeck2015-07-231-8/+51
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-2/+2
* Remove dead code from gfx/textMatt Brubeck2015-07-141-74/+0
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* Replace Au-related free functions in util::geometry with Au methods.Simon Sapin2015-05-051-2/+2
* layout: Simplify and improve the correctness of whitespace stripping inPatrick Walton2015-04-081-1/+3
* Remove int_uint feature from gfx.Josh Matthews2015-04-071-2/+2
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
* Fix warnings in gfx.Ms2ger2015-02-131-4/+4
* layout: Implement `text-align: justify` and `text-justify` perPatrick Walton2015-01-291-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-3/+3
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-10/+16
* Use std::cmp::Ordering explicitly.Ms2ger2015-01-221-3/+4
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* layout: Implement `overflow-wrap`/`word-wrap` per CSS-TEXT § 6.2.Patrick Walton2014-12-131-39/+123
* gfx: Implement `letter-spacing` per CSS 2.1 § 16.4.Patrick Walton2014-12-121-8/+21
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Convert internal font code to store pt size as Au.Glenn Watson2014-10-221-1/+1
* layout: Rewrite text and inline fragment handling during flowPatrick Walton2014-10-201-2/+2
* Add support for small-caps font-variant.Glenn Watson2014-09-231-2/+2
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Cargoify servoJack Moffitt2014-09-081-0/+271