aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/layout/fragment.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-1597/+0
* Merge pull request #3206 from glennw/layout-trace-encPatrick Walton2014-09-071-1/+22
|\
| * Add a layout debug module. This outputs a trace of the layout process to a JSONGlenn Watson2014-09-041-1/+22
* | Fix inline size bubbling with fixed width block. Improve intrinsic inline siz...Glenn Watson2014-09-051-5/+3
|/
* Add support for borders on inline elements.Glenn Watson2014-09-031-7/+19
* Implement sideways text.Simon Sapin2014-08-291-1/+20
* Make text decorations be independent display items.Simon Sapin2014-08-291-51/+60
* Fix comment syntaxMatt Brubeck2014-08-271-1/+1
* Fix <br> supportMatt Brubeck2014-08-271-1/+3
* Add support for backgrounds on inline elements. Fix fixup() by removing it.Glenn Watson2014-08-271-45/+68
* Convert back to physical some layout coordinates.Simon Sapin2014-08-261-41/+35
* Change line-height to be read from the font itself, rather thanGlenn Watson2014-08-121-6/+8
* Refactor how LayoutContext structure works (reduce TLS lookups + simplify fns...Glenn Watson2014-08-111-4/+4
* Upgrade Rust.Jack Moffitt2014-08-081-1/+1
* Upgrade Rust.Jack Moffitt2014-08-021-1/+1
* Change Box to Fragment in fragment.rs doc commentMatt Brubeck2014-07-291-1/+1
* Change calculate_line_height to use font-size from style.Glenn Watson2014-07-221-12/+5
* Convert layout code to use logical directions.Simon Sapin2014-07-181-316/+323
* Remove unused Fragment::needs_clip methodMatt Brubeck2014-07-011-8/+0
* Add parsing of `overflow: scroll` and `auto`.Matt Brubeck2014-07-011-5/+8
* Split layout code into a separate crate.Josh Matthews2014-06-281-0/+1522