aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas
Commit message (Expand)AuthorAgeFilesLines
* 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-163-47/+27
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-303-3/+2
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-213-8/+8
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-182-18/+18
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-2/+1
* clippy: Fix assorted warnings in `components/` (#31628)eri2024-03-133-7/+12
* clippy: fix some warnings in components/canvas (#31563)eri2024-03-085-95/+86
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* canvas2d: Implement `.reset()` (#31258)Smitty2024-02-051-1/+2
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-272-5/+4
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-2/+0
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-12/+12
* Further changes required by ServoOriol Brufau2023-11-061-3/+35
* Further changes required by ServoOriol Brufau2023-11-041-1/+1
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-3/+3
* Clean up a bit of the canvas backend abstractions (#30637)Ennui Langeweile2023-10-272-86/+30
* Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544)Ennui Langeweile2023-10-182-11/+26
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-181-3/+6
* Further changes required by ServoOriol Brufau2023-10-021-5/+5
* Fix webgl regression after WebRender upgrade (#30390)Mukilan Thiyagarajan2023-09-201-26/+22
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-116-89/+61
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-102-16/+21
* remove `extern crate` (#30311)Samson2023-09-086-5/+6
* [chore] Update 'half' in components/canvas (#30098)Fabrice Desré2023-08-151-1/+1
* Remove dependency on surfman-chains (#30090)Martin Robinson2023-08-113-25/+10
* Try to `use` WebRender types moreMartin Robinson2023-07-104-50/+54
* Vendor the current version of WebRenderMartin Robinson2023-07-031-2/+2
* Remove the DOMToTexture featureMartin Robinson2023-06-272-150/+0
* Further changes required by ServoOriol Brufau2023-05-241-0/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-15/+15
* Bump surfman to 0.6Thomas Gardner2023-02-241-1/+1
* Use crates.io release of raqoteAlex Touchet2023-02-081-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-264-11/+11
* Update font-kit.Josh Matthews2022-04-011-2/+2
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* feat: shorten thread namesyvt2021-07-192-2/+2
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-1/+1
* Update to winit 0.24.Josh Matthews2021-03-051-2/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Fix deprecation warnings.Josh Matthews2020-11-121-11/+11
* Auto merge of #27558 - jdm:revert-revert-wrup, r=Manishearthbors-servo2020-08-101-3/+3
|\
| * Update webrender.Josh Matthews2020-08-101-1/+1
| * Revert "Revert "Update font-kit and freetype and unicode-script.""Josh Matthews2020-08-101-1/+1
| * Revert "Revert "Update raqote, font-kit, fontconfig.""Josh Matthews2020-08-101-2/+2
* | When instantiating a CTFont, store the bytes that were used to create it.Josh Matthews2020-08-071-10/+4
* | Skip missing glyphs when drawing 2d canvas text.Josh Matthews2020-08-072-3/+26
|/
* webgl: Support preserveDrawingBuffer.Josh Matthews2020-08-062-14/+22