aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/generics/transform.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-886/+0
* style: [css-properties-values-api] Parsing and serialization for @property sy...Zach Hoffman2023-11-241-3/+2
* style: Implement ipdl reads without needing default ctorsEmilio Cobos Álvarez2023-11-061-3/+0
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-3/+7
* style: 0% values are not skipped when parsing CSS transformAW2552023-11-031-9/+9
* Further changes required by ServoOriol Brufau2023-06-091-0/+7
* style: Avoid generating InterpolateMatrix operations if there are no size dep...Emilio Cobos Álvarez2023-06-091-19/+21
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-1/+1
* style: Tweak the serialization of rotate propertyBoris Chiou2023-05-311-14/+30
* style: Implement transform: perspective(none)Emilio Cobos Álvarez2023-05-241-4/+42
* style: Update euclid in styloNicolas Silva2023-05-241-9/+8
* style: Return an infinite perspective in TransformOperation::Perspective::to_...Matt Woodrow2023-05-241-3/+3
* style: Clamp perspective() values to a minimum of 1pxMatt Woodrow2023-05-241-9/+2
* Bump euclid to 0.22Martin Robinson2023-01-261-26/+24
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-1/+1
* style: Make CalcNode the specified representation of <length> and <length-per...Emilio Cobos Álvarez2020-04-161-1/+1
* Add layout_2020 support for transformationsMartin Robinson2020-02-211-11/+16
* style: Replace transform style defines to an enum class.Thomas Dolezal2020-02-121-2/+1
* style: Simplify calc expressions earlier.Emilio Cobos Álvarez2020-02-121-1/+1
* style: Use Serde for Transform.Boris Chiou2020-02-121-0/+8
* style: Use Serde for rotate, scale, and translate properties.Boris Chiou2020-02-121-0/+9
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-11-301-16/+16
* style: Treat 3d translate/scale as 2d if the value can be expressed as 2d.Boris Chiou2019-11-301-38/+49
* style: Update cbindgen.Emilio Cobos Álvarez2019-09-121-1/+0
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* style: Update to euclid 0.20.Nicolas Silva2019-07-231-2/+3
* style: Trivially simplify some recently-added code.Emilio Cobos Álvarez2019-07-081-5/+1
* Support DOMMatrix string constructorKagami Sascha Rosylight2019-06-301-1/+14
* style: Reformat recent style system changes.Emilio Cobos Álvarez2019-05-291-4/+12
* style: Use cbindgen to back CSS transforms.Emilio Cobos Álvarez2019-05-291-16/+38
* style: Reformat recent changes.Emilio Cobos Álvarez2019-04-121-2/+18
* style: Derive ToResolvedValue.Emilio Cobos Álvarez2019-04-121-4/+20
* style: Add derived ToShmem implementations.Cameron McCormack2019-04-121-7/+46
* style: Reformat recent changes.Emilio Cobos Álvarez2019-03-131-3/+16
* style: Remove Options from TransformOperation.Emilio Cobos Álvarez2019-03-131-16/+24
* style: Use skip_if for translate serialization.Emilio Cobos Álvarez2019-03-131-39/+18
* style: Add a Zero trait that doesn't require Add, and use it in place of num_...Emilio Cobos Álvarez2019-03-131-12/+3
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-02-231-1/+5
* style: Use Rust types from transform-origin / perspective-origin.Emilio Cobos Álvarez2019-02-231-6/+5
* Rustfmt recent changes.Emilio Cobos Álvarez2019-01-081-4/+2
* style: Rename LengthOrPercentage to LengthPercentage.Emilio Cobos Álvarez2019-01-081-20/+20
* style: Simplify computed::LengthOrPercentage and friends.Emilio Cobos Álvarez2019-01-071-7/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* style: Rustfmt.Emilio Cobos Álvarez2018-12-021-23/+3
* style: Implement ComputeSquaredDistance for individual transforms.Boris Chiou2018-12-021-3/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* style: Support keywords [x|y|z] on rotate.Boris Chiou2018-11-171-1/+47
* style: Percentage values of translate are serialized as percent for computed ...Boris Chiou2018-11-101-4/+45
* `cargo fix --edition`Simon Sapin2018-11-101-7/+7
* style: Fix code style of a recent commit.Emilio Cobos Álvarez2018-11-081-4/+4