aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/position.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-237/+0
* style: Add at <position> into ray() in style systemBoris Chiou2023-11-241-0/+6
* style: Implement ipdl reads without needing default ctorsEmilio Cobos Álvarez2023-11-061-1/+0
* style: Implement Animate trait and ComputeSquaredDistance trait for <ratio>.Boris Chiou2021-02-261-3/+16
* style: Move Ratio into independent files.Boris Chiou2021-02-261-46/+1
* style: Always serialize ratio with both components.Emilio Cobos Álvarez2021-02-261-7/+14
* style: Update aspect-ratio syntax for HTML IMG mapped ratio.Boris Chiou2020-06-041-7/+38
* style: Replace AspectRatio with computed::position::Ratio in media-queries.Boris Chiou2020-06-041-1/+0
* style: Let aspect-ratio (css-sizing-4) support 'auto | <ratio>'.Boris Chiou2020-06-041-0/+75
* style: Omit center positions in conic/radial gradient serialization.Tim Nguyen2020-04-161-0/+18
* style: Use Serde for OffsetRotate and PositionOrAuto.Boris Chiou2020-02-121-0/+5
* style: Make offset-anchor animatable.Boris Chiou2019-08-151-0/+3
* style: Support offset-anchor.Boris Chiou2019-08-151-0/+34
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-0/+2
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-0/+2
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-1/+4
* style: Use Rust types for perspective and z-index.Emilio Cobos Álvarez2019-02-231-2/+6
* style: Use Rust types for Position.Emilio Cobos Álvarez2019-02-231-5/+5
* style: Clamp to non-negative value after doing interpolation for circle(), el...Boris Chiou2019-01-071-0/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format style component.chansuke2018-09-091-4/+25
* style: Add a ValueInfo trait for exposing types needed by devtools.Xidorn Quan2018-04-291-4/+4
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-4/+4
* Replace IntegerOrAuto with ZIndexAnthony Ramine2018-02-201-0/+33
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-3/+1
* Measure PropertyDeclaration more thoroughly.Nicholas Nethercote2017-09-141-0/+1
* style: Remove HasViewportPercentage.Emilio Cobos Álvarez2017-08-291-1/+1
* Derive the most trivial Animate implsAnthony Ramine2017-08-221-2/+2
* Derive the most trivial ToAnimatedZero implsAnthony Ramine2017-08-221-1/+2
* Derive ComputeSquaredDistanceAnthony Ramine2017-08-131-18/+2
* Introduce ComputeSquaredDistanceAnthony Ramine2017-08-131-0/+16
* Derive ToComputedValueAnthony Ramine2017-05-211-24/+1
* Derive HasViewportPercentage 🍷Anthony Ramine2017-05-201-9/+1
* Refactor PositionAnthony Ramine2017-05-101-259/+14
* Cleanup position and make use of generic Position for its usersRavi Shankar2017-04-251-0/+46
* Add generic versions of Position structsRavi Shankar2017-04-251-0/+142
* Add a generic PositionValue structRavi Shankar2017-04-251-0/+114