New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make transforms generic #18750
Merged
+1,578
−1,345
Comments and minor fixes
cb9645c
Select commit
337d48a
Add generic struct for transform
Manishearth dcefcc3
Add ToComputedValue and ToCss impls
Manishearth d6525e0
Add specified and computed variants of Transform/TransformOperation
Manishearth 5449898
Add parsing support for transform
Manishearth 5031d14
Use a generic Matrix3D type
Manishearth 2de3464
Add ToAnimatedZero implementation
Manishearth 5ce2966
Add utilities for converting Transform to euclid types
Manishearth 6631594
Replace old transform code with new generic code
Manishearth 079b25d
Share transform function lists between set_transform and clone_transform
Manishearth fc29de8
Add support for more functions in Gecko glue
Manishearth e20c508
Add support for 2D matrices in Gecko glue
Manishearth e156952
Add support for transform functions with an optional final argument i…
Manishearth aba00be
Add more operations to animation
Manishearth f699b8c
Handle animating 2D matrices
Manishearth 9c9a181
Allow cross interpolation between differing translate/scale functions
Manishearth ca02785
Handle case of empty transform lists
Manishearth 5098948
Handle distance calculation of new variants
Manishearth 6415294
Fix unit tests
Manishearth 1c12e0e
Rustfmt the new files
Manishearth 123bc1d
Update test expectations
Manishearth cb9645c
Comments and minor fixes
Manishearth
Merged
Make transforms generic #18750
Comments and minor fixes
Oct 3, 2017
Oct 3, 2017
Oct 3, 2017
Oct 3, 2017
Oct 3, 2017
Oct 3, 2017
Oct 4, 2017
Oct 4, 2017
Oct 4, 2017
Oct 6, 2017
Oct 30, 2017
Oct 30, 2017
Oct 30, 2017
Oct 31, 2017
Oct 31, 2017
Oct 31, 2017
Oct 31, 2017
Oct 31, 2017
Nov 1, 2017
Nov 2, 2017
Nov 2, 2017
cb9645c
Select commit
337d48a
Add generic struct for transform
Manishearth dcefcc3
Add ToComputedValue and ToCss impls
Manishearth d6525e0
Add specified and computed variants of Transform/TransformOperation
Manishearth 5449898
Add parsing support for transform
Manishearth 5031d14
Use a generic Matrix3D type
Manishearth 2de3464
Add ToAnimatedZero implementation
Manishearth 5ce2966
Add utilities for converting Transform to euclid types
Manishearth 6631594
Replace old transform code with new generic code
Manishearth 079b25d
Share transform function lists between set_transform and clone_transform
Manishearth fc29de8
Add support for more functions in Gecko glue
Manishearth e20c508
Add support for 2D matrices in Gecko glue
Manishearth e156952
Add support for transform functions with an optional final argument i…
Manishearth aba00be
Add more operations to animation
Manishearth f699b8c
Handle animating 2D matrices
Manishearth 9c9a181
Allow cross interpolation between differing translate/scale functions
Manishearth ca02785
Handle case of empty transform lists
Manishearth 5098948
Handle distance calculation of new variants
Manishearth 6415294
Fix unit tests
Manishearth 1c12e0e
Rustfmt the new files
Manishearth 123bc1d
Update test expectations
Manishearth cb9645c
Comments and minor fixes
Manishearth