aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/computed/position.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-74/+0
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* style: Move Ratio into independent files.Boris Chiou2021-02-261-32/+1
* style: Serialize a 0/0 ratio as 0/0 in all value stages.Boris Chiou2021-02-261-1/+11
* style: Replace AspectRatio with computed::position::Ratio in media-queries.Boris Chiou2020-06-041-0/+21
* style: Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'.Boris Chiou2020-06-041-1/+5
* style: Implement style system support for Masonry layout.Mats Palmgren2020-06-041-1/+1
* style: Reformat recent changes.Emilio Cobos Álvarez2020-04-161-1/+1
* style: Omit center positions in conic/radial gradient serialization.Tim Nguyen2020-04-161-0/+10
* style: Support offset-anchor.Boris Chiou2019-08-151-0/+4
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-0/+1
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-6/+6
* style: Simplify computed::LengthOrPercentage and friends.Emilio Cobos Álvarez2019-01-071-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-4/+4
* Replace IntegerOrAuto with ZIndexAnthony Ramine2018-02-201-1/+5
* Change ToCss to take a CssWriter<W>Anthony Ramine2018-01-231-3/+6
* style: Move grid-template-areas outside of makoCYBAI2017-11-291-1/+1
* style: Move grid-auto-flow outside of makoCYBAI2017-11-261-0/+1
* style: Respect calc for percentages.Emilio Cobos Álvarez2017-07-141-2/+1
* Make computed types hold Percentage instead of bare CSSFloatAnthony Ramine2017-06-151-1/+5
* Refactor PositionAnthony Ramine2017-05-101-49/+12
* Make use of predefined_type for some aliased typesRavi Shankar2017-04-251-0/+16
* Cleanup position and make use of generic Position for its usersRavi Shankar2017-04-251-31/+35
* stylo: Implement scroll-snap-destinationManish Goregaokar2017-02-091-0/+10
* style: Prevent more missing docs in the values module.Emilio Cobos Álvarez2016-12-311-0/+3
* Implement background-position-x/yNazım Can Altınova2016-12-151-0/+4
* Implement HorizontalPosition / VerticalPositionNazım Can Altınova2016-12-121-0/+16
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-1/+1
* Fix tidyManish Goregaokar2016-08-021-1/+1
* Add Polygon to basic_shape.rsManish Goregaokar2016-08-021-2/+2
* Move Position into its own values moduleManish Goregaokar2016-08-021-0/+28