aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-327/+0
* Implement sideways text.Simon Sapin2014-08-291-7/+33
* Remove some unneeded pubsMatt Brubeck2014-08-271-6/+6
* Add support for backgrounds on inline elements. Fix fixup() by removing it.Glenn Watson2014-08-271-1/+1
* Remove obsolete TODO commentsMatt Brubeck2014-08-261-5/+0
* Change line-height to be read from the font itself, rather thanGlenn Watson2014-08-121-2/+2
* Upgrade Rust.Jack Moffitt2014-08-081-8/+8
* Change calculate_line_height to use font-size from style.Glenn Watson2014-07-221-3/+2
* Remove unused field before other upcoming changes.Glenn Watson2014-07-211-4/+2
* Convert layout code to use logical directions.Simon Sapin2014-07-181-5/+11
* Next stage of refactoring font system. This commit introducesGlenn Watson2014-07-071-6/+6
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+303