aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/canvas_data.rs
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-061-1/+1
* canvas: Implement line dash setters and getters (#36257)Steven Novaryo2025-04-011-0/+8
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-68/+216
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-3/+3
* canvas: Do not update ImageKey during canvas layout (#35719)Samson2025-03-121-15/+9
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-281-1/+1
* Reuse same `ImageKey` for 2d canvas (#35695)Samson2025-02-271-59/+34
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-5/+2
* prefs: Move some `DebugOptions` to `Preferences` and clean up (#34998)Martin Robinson2025-01-171-3/+1
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-3/+3
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-1/+1
* fonts: Instantiate system fonts using system font loaders (#33747)Martin Robinson2024-10-101-1/+1
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-11/+12
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-12/+11
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-11/+12
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-3/+3
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-4/+4
* clippy: components/canvas/canvas_data.rs (#32843)Rémy SAISSY2024-07-241-3/+3
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-171-30/+145
* canvas: Remove as much usage of `font-kit` as possible (#32758)Martin Robinson2024-07-111-157/+168
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-191-3/+1
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-6/+7
* fonts: Make `FontContext` thread-safe and share it per-Layout (#32205)Martin Robinson2024-05-021-31/+12
* Simplify `FontHandle` and rename it to `PlatformFont` (#32101)Martin Robinson2024-04-171-2/+1
* gfx: Remove `FontTemplateData` (#32034)Martin Robinson2024-04-161-1/+2
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-3/+3
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-1/+1
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-3/+2
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-181-3/+3
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-2/+1
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-131-0/+3
* clippy: fix some warnings in components/canvas (#31563)eri2024-03-081-23/+19
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+2
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Clean up a bit of the canvas backend abstractions (#30637)Ennui Langeweile2023-10-271-53/+16
* Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544)Ennui Langeweile2023-10-181-2/+11
* Further changes required by ServoOriol Brufau2023-10-021-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+9
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-9/+10
* Further changes required by ServoOriol Brufau2023-05-241-0/+2
* Bump euclid to 0.22Martin Robinson2023-01-261-4/+4
* When instantiating a CTFont, store the bytes that were used to create it.Josh Matthews2020-08-071-10/+4
* canvas: Bail out from font loading if no default font can be loaded.Josh Matthews2020-07-061-9/+20
* style: fix formatting.Emilio Cobos Álvarez2020-06-181-5/+3
* style: Remove the dependency on font-kit from style.Emilio Cobos Álvarez2020-06-181-6/+33
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-121-8/+226
|\
| * Derive Serialize and Deserialize traits for font styles for #[cfg_attr(featur...Utsav Oza2020-06-121-3/+1
| * Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-20/+107