aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/display_list/optimizer.rs
Commit message (Expand)AuthorAgeFilesLines
* Flatten display list structureMartin Robinson2016-03-011-97/+0
* Mix stacking contexts into the positioned content listMartin Robinson2015-11-031-27/+36
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Have PaintLayers own StackingContexts instead of the oppositeMartin Robinson2015-09-041-18/+16
* sort all usesJohann Tuffe2015-08-201-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-8/+8
* Support transforms for display list optimization. Prevents clipping in #6643.Glenn Watson2015-08-051-3/+22
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-1/+2
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Audit and reduce unstable usage in gfxManish Goregaokar2015-06-091-1/+1
* layout: Draw elements with `position: relative; z-index: auto` overPatrick Walton2015-05-121-0/+2
* Rename dlist to linked_list.Matt Brubeck2015-03-181-3/+3
* Fix warnings in gfx.Ms2ger2015-02-131-2/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-2/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
* layout: Paint stacking contexts' overflow areas properly.Patrick Walton2015-01-041-1/+2
* gfx: Clip the background properly when `border-radius` is used.Patrick Walton2014-12-221-1/+1
* gfx: Implement `box-shadow` per CSS-BACKGROUNDS.Patrick Walton2014-12-151-2/+1
* layout: Implement `outline` per CSS 2.1 § 18.4.Patrick Walton2014-12-111-0/+1
* Replace almost "render" to "paint" words in gfx crate.Tetsuharu OHZEKI2014-12-081-2/+2
* gfx: Rewrite display list construction to make stacking-contexts morePatrick Walton2014-11-141-25/+39
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+1
* layout: Rewrite clipping to be per-display-item instead of havingPatrick Walton2014-10-131-25/+6
* Cargoify servoJack Moffitt2014-09-081-0/+73