aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/piecewise_linear.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-293/+0
* style: Use write_char in place of write_str when serializing single-character...Jonathan Kew2023-11-061-1/+1
* style: Run "cargo +nightly fmt" for style components in servoTing-Yu Lin2023-11-031-1/+4
* style: `linear(...)` easing: Implement right-continuous behaviour on disconti...David Shin2023-10-021-15/+18
* style: C++ `ComputedTimingFunction` uses Rust's timing function calculationDavid Shin2023-10-021-5/+49
* style: `linear(...)` easing: Simplify piecewise linear implementation given p...David Shin2023-10-021-7/+4
* style: `linear(...)` Easing: First linear entry should Get 0.0 assigned for i...David Shin2023-10-021-11/+5
* style: Hook up linear easing calculation for servo and expose it to C++David Shin2023-10-021-7/+36
* style: Implement piecewise linear functionDavid Shin2023-08-161-0/+223
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-223/+0
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-0/+223