| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some unused gfx code. | Ms2ger | 2016-10-28 | 1 | -2029/+0 |
* | Auto-generate 'image-rendering' using 'single_keyword' | Ravi Shankar | 2016-10-26 | 1 | -1/+1 |
* | Change 'image_rendering' enum variants to snake cases | Ravi Shankar | 2016-10-07 | 1 | -2/+2 |
* | Add support for background-repeat: space and round | Martin Robinson | 2016-09-22 | 1 | -5/+7 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -6/+6 |
* | Update euclid to 0.10.1 | Anthony Ramine | 2016-08-21 | 1 | -15/+14 |
* | Update to euclid 0.8 | Martin Robinson | 2016-08-12 | 1 | -31/+31 |
* | Simplify and extend trans-stacking-context subpixel accumulation | Martin Robinson | 2016-08-05 | 1 | -8/+12 |
* | Accumulate subpixels through stacking contexts | Martin Robinson | 2016-07-27 | 1 | -9/+12 |
* | Move some unit type definitions to style_traits. | Ms2ger | 2016-07-11 | 1 | -1/+2 |
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 1 | -2/+5 |
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -2/+0 |
* | Make `text-align: justify` incremental layout safe | Ulf Nilsson | 2016-05-10 | 1 | -1/+5 |
* | Filter out whitespace glyphs from display list | Matt Brubeck | 2016-05-05 | 1 | -10/+12 |
* | Use byte indices instead of char indices for text runs | Matt Brubeck | 2016-04-28 | 1 | -6/+5 |
* | gfx: Allow images to be shipped to the WebRender thread without shipping | Patrick Walton | 2016-03-22 | 1 | -9/+10 |
* | Deny unsafe code in more crates. | Ms2ger | 2016-03-18 | 1 | -0/+1 |
* | Move util::range into its own crate | Jonathan Schuster | 2016-02-25 | 1 | -1/+1 |
* | Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut | bors-servo | 2015-12-24 | 1 | -3/+3 |
|\ |
|
| * | Issue #9042: Report incorrect number of spaces around => in the style checker. | Simon Martin | 2015-12-23 | 1 | -3/+3 |
* | | Move LayerKind and ScrollPolicy enums to gfx_traits | Brandon Fairchild | 2015-12-20 | 1 | -2/+1 |
|/ |
|
* | Replaced ZERO_POINT with Point2D::zero() | Alexander Mankuta | 2015-12-03 | 1 | -3/+3 |
* | Replaced ZERO_RECT with Rect::zero() | Alexander Mankuta | 2015-12-03 | 1 | -2/+2 |
* | Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) | Manish Goregaokar | 2015-11-27 | 1 | -3/+2 |
* | Change PaintContext rects to TypedRects #7023 | Maciej Skrzypkowski | 2015-11-04 | 1 | -36/+39 |
* | Handle zero-sized source surfaces properly, and upgrade `ipc-channel` to | Patrick Walton | 2015-09-30 | 1 | -4/+8 |
* | Auto merge of #7799 - mbrubeck:glyph-cleanup, r=pcwalton | bors-servo | 2015-09-30 | 1 | -1/+1 |
|\ |
|
| * | Remove unused CharIndex field from GlyphIterator::Item | Matt Brubeck | 2015-09-30 | 1 | -1/+1 |
* | | Split Au type into separate crate, with minimal dependencies. | Glenn Watson | 2015-10-01 | 1 | -1/+2 |
|/ |
|
* | A few clean ups for Au type | Glenn Watson | 2015-09-28 | 1 | -3/+3 |
* | Auto merge of #7703 - bjwbell:bugfix-0px-and-non-0px-border-widths, r=pcwalton | bors-servo | 2015-09-24 | 1 | -31/+122 |
|\ |
|
| * | Unabbreviate BorderCorner enum values | Bryan Bell | 2015-09-22 | 1 | -26/+26 |
| * | Unify two branches of match statement in intersec_ellipse_line | Bryan Bell | 2015-09-21 | 1 | -8/+1 |
| * | Code review nits | Bryan Bell | 2015-09-21 | 1 | -20/+20 |
| * | gfx: Fix border-radius panic when a corner has 0px and >0px borders | Bryan Bell | 2015-09-21 | 1 | -27/+125 |
* | | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -7/+5 |
|/ |
|
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -9/+8 |
* | Add css twitter fail whale test & update ellipse_to_bezier comment | Bryan Bell | 2015-09-18 | 1 | -81/+75 |
* | Snap to screen pixels instead of px | Matt Brubeck | 2015-09-18 | 1 | -78/+89 |
* | Auto merge of #7559 - ddrmanxbxfr:RFC-0344-Work, r=nox | bors-servo | 2015-09-12 | 1 | -1/+1 |
|\ |
|
| * | Remove 'get_*' on getters as per RFC 0344 on various components | Mathieu Rheaume | 2015-09-12 | 1 | -1/+1 |
* | | gfx: Fix bug with 1px width borders disappearing | Bryan Bell | 2015-09-09 | 1 | -1/+30 |
|/ |
|
* | Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwalton | bors-servo | 2015-09-04 | 1 | -268/+373 |
|\ |
|
| * | gfx: Add elliptical border radius support | Bryan Bell | 2015-09-04 | 1 | -268/+373 |
* | | Remove needless returns | Manish Goregaokar | 2015-09-04 | 1 | -8/+8 |
* | | Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck | bors-servo | 2015-09-01 | 1 | -15/+20 |
|\ \
| |/
|/| |
|
| * | gfx: Make some minor formatting cleanups. | Patrick Walton | 2015-08-31 | 1 | -15/+20 |
* | | gfx: Border radius support for asymmetric borders | Bryan Bell | 2015-08-31 | 1 | -44/+260 |
|/ |
|
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
* | Auto merge of #7222 - pcwalton:dashed-border-radius, r=glennw | bors-servo | 2015-08-17 | 1 | -26/+106 |
|\ |
|