aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/inline.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-1170/+0
* Change scope macro to be a no-op in release builds.Glenn Watson2014-09-051-4/+3
* Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-1/+11
* Implement sideways text.Simon Sapin2014-08-291-7/+4
* Add support for backgrounds on inline elements. Fix fixup() by removing it.Glenn Watson2014-08-271-300/+25
* Convert back to physical some layout coordinates.Simon Sapin2014-08-261-8/+5
* Change line-height to be read from the font itself, rather thanGlenn Watson2014-08-121-14/+16
* Refactor how LayoutContext structure works (reduce TLS lookups + simplify fns...Glenn Watson2014-08-111-4/+4
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
* Move documentation table stylining to a shared location.Simon Sapin2014-08-041-6/+0
* Un-blacklist the layout crate from rustdoc. See #2924.Simon Sapin2014-08-041-15/+15
* Upgrade Rust.Jack Moffitt2014-08-021-9/+14
* Change calculate_line_height to use font-size from style.Glenn Watson2014-07-221-3/+2
* Convert layout code to use logical directions.Simon Sapin2014-07-181-206/+225
* Fix issue with auto table layout when cells have multiple fragments. Fixes so...Glenn Watson2014-07-181-2/+2
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+1423