aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/display_list/gradient.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...Martin Robinson4 days1-468/+0
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-9/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-3/+3
* Upgrade Stylo to 2025-02-03 (#35289)Oriol Brufau2025-02-051-1/+4
* Let `resolve_color()` take its parameter by reference (#35247)Oriol Brufau2025-01-311-4/+4
* uses app units in display_list (#33420)atbrakhi2024-09-131-21/+23
* layout: Port `border-image` support for legacy layout (#32874)Martin Robinson2024-07-301-46/+41
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-1/+1
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-22/+27
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-111-26/+132
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-291-0/+7
* Lint layout_2020 with clippy (#31169)Oriol Brufau2024-01-251-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Further changes required by ServoOriol Brufau2023-08-161-2/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+2
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-2/+2
* Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+1
* Refactor Layout 2020 layout for a compositor-side scroll treeMartin Robinson2023-05-171-4/+4
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-21/+35
* Adress review commentsSimon Sapin2020-01-251-7/+7
* Render gradientsSimon Sapin2020-01-241-0/+336