aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
Commit message (Expand)AuthorAgeFilesLines
* Move width and height from Box to Position.Cameron McCormack2016-05-041-4/+4
* Removed the T prefix for the style traitsPer Lundberg2016-04-121-1/+1
* Move some CSS properties from Animation to Box and delete AnimationMauricio Collares2016-04-051-9/+9
* Move CSS line-height property from InheritedBox to InheritedTextMauricio Collares2016-04-051-2/+2
* Move some CSS properties from Box to PositionMauricio Collares2016-04-051-10/+10
* Rename PositionOffsets to PositionMauricio Collares2016-04-051-8/+8
* Move CSS text-shadow property from Effects to InheritedTextMauricio Collares2016-04-051-3/+3
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-7/+7
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-6/+6
* Parameterize the rest of the style system on TNode.Bobby Holley2016-03-241-15/+17
* Introduce traits for style structs and computed values.Bobby Holley2016-03-241-1/+1
* Move util::bezier to styleAnthony Ramine2016-02-141-1/+1
* style: Refactor the per_pseudo map from StyleData to avoid having an option v...Emilio Cobos Álvarez2016-02-131-1/+1
* Hoist the rest of css/matching.rs into style/.Bobby Holley2016-01-041-1/+63
* Hoist style-related context bits into style/.Bobby Holley2015-12-291-0/+23
* Fix warnings: Use Vec.extend_from_slice instead of Vec.push_allTetsuharu OHZEKI2015-12-101-1/+1
* Implement calc expressions for more value typesDavid Zbarsky2015-11-011-12/+12
* Split Au type into separate crate, with minimal dependencies.Glenn Watson2015-10-011-1/+1
* Check for Extra pointer dereferencing. Issue #7640.Jaydeep2015-09-261-5/+5
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Add transitions for CSS `calc()`.Michael Howell2015-09-191-3/+26
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+4
* CSS 'transformation: skew()' should take <angle> type as parametersJinwoo Song2015-09-121-1/+8
* Various fixes in styleManish Goregaokar2015-09-031-7/+7
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+1
* sort all usesJohann Tuffe2015-08-201-13/+13
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-3/+2
* style: Switch animation timestamps to be doubles instead of floats.Patrick Walton2015-08-011-35/+37
* style: Fix misdirected animation properties.Patrick Walton2015-08-011-18/+18
* Implement getComputedStyleDavid Zbarsky2015-07-291-11/+32
* Change transforms to use LengthOrPercentage.Glenn Watson2015-07-281-14/+3
* Partial implementation of transform animations spec.Glenn Watson2015-06-101-1/+176
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-36/+53
* Animate many more CSS propertiesJoseph Seaton2015-04-161-49/+497
* layout: Implement CSS transitions per CSS-TRANSITIONS § 2.Patrick Walton2015-03-311-0/+221