aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/paint_context.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused gfx code.Ms2ger2016-10-281-2029/+0
* Auto-generate 'image-rendering' using 'single_keyword'Ravi Shankar2016-10-261-1/+1
* Change 'image_rendering' enum variants to snake casesRavi Shankar2016-10-071-2/+2
* Add support for background-repeat: space and roundMartin Robinson2016-09-221-5/+7
* Reorder `use` statementsUK9922016-09-091-6/+6
* Update euclid to 0.10.1Anthony Ramine2016-08-211-15/+14
* Update to euclid 0.8Martin Robinson2016-08-121-31/+31
* Simplify and extend trans-stacking-context subpixel accumulationMartin Robinson2016-08-051-8/+12
* Accumulate subpixels through stacking contextsMartin Robinson2016-07-271-9/+12
* Move some unit type definitions to style_traits.Ms2ger2016-07-111-1/+2
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-2/+5
* Remove empty lines following braces.Josh Matthews2016-05-271-2/+0
* Make `text-align: justify` incremental layout safeUlf Nilsson2016-05-101-1/+5
* Filter out whitespace glyphs from display listMatt Brubeck2016-05-051-10/+12
* Use byte indices instead of char indices for text runsMatt Brubeck2016-04-281-6/+5
* gfx: Allow images to be shipped to the WebRender thread without shippingPatrick Walton2016-03-221-9/+10
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+1
* Move util::range into its own crateJonathan Schuster2016-02-251-1/+1
* Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanutbors-servo2015-12-241-3/+3
|\
| * Issue #9042: Report incorrect number of spaces around => in the style checker.Simon Martin2015-12-231-3/+3
* | Move LayerKind and ScrollPolicy enums to gfx_traitsBrandon Fairchild2015-12-201-2/+1
|/
* Replaced ZERO_POINT with Point2D::zero()Alexander Mankuta2015-12-031-3/+3
* Replaced ZERO_RECT with Rect::zero()Alexander Mankuta2015-12-031-2/+2
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-3/+2
* Change PaintContext rects to TypedRects #7023Maciej Skrzypkowski2015-11-041-36/+39
* Handle zero-sized source surfaces properly, and upgrade `ipc-channel` toPatrick Walton2015-09-301-4/+8
* Auto merge of #7799 - mbrubeck:glyph-cleanup, r=pcwaltonbors-servo2015-09-301-1/+1
|\
| * Remove unused CharIndex field from GlyphIterator::ItemMatt Brubeck2015-09-301-1/+1
* | Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+2
|/
* A few clean ups for Au typeGlenn Watson2015-09-281-3/+3
* Auto merge of #7703 - bjwbell:bugfix-0px-and-non-0px-border-widths, r=pcwaltonbors-servo2015-09-241-31/+122
|\
| * Unabbreviate BorderCorner enum valuesBryan Bell2015-09-221-26/+26
| * Unify two branches of match statement in intersec_ellipse_lineBryan Bell2015-09-211-8/+1
| * Code review nitsBryan Bell2015-09-211-20/+20
| * gfx: Fix border-radius panic when a corner has 0px and >0px bordersBryan Bell2015-09-211-27/+125
* | sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-7/+5
|/
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-9/+8
* Add css twitter fail whale test & update ellipse_to_bezier commentBryan Bell2015-09-181-81/+75
* Snap to screen pixels instead of pxMatt Brubeck2015-09-181-78/+89
* Auto merge of #7559 - ddrmanxbxfr:RFC-0344-Work, r=noxbors-servo2015-09-121-1/+1
|\
| * Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-1/+1
* | gfx: Fix bug with 1px width borders disappearingBryan Bell2015-09-091-1/+30
|/
* Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwaltonbors-servo2015-09-041-268/+373
|\
| * gfx: Add elliptical border radius supportBryan Bell2015-09-041-268/+373
* | Remove needless returnsManish Goregaokar2015-09-041-8/+8
* | Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeckbors-servo2015-09-011-15/+20
|\ \ | |/ |/|
| * gfx: Make some minor formatting cleanups.Patrick Walton2015-08-311-15/+20
* | gfx: Border radius support for asymmetric bordersBryan Bell2015-08-311-44/+260
|/
* sort all usesJohann Tuffe2015-08-201-1/+1
* Auto merge of #7222 - pcwalton:dashed-border-radius, r=glennwbors-servo2015-08-171-26/+106
|\