aboutsummaryrefslogtreecommitdiffstats
path: root/components/fonts/platform
Commit message (Expand)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-132-4/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0311-34/+34
* clippy: Fix a couple clippy warnings on macOS (#35703)Martin Robinson2025-02-271-1/+1
* Fix some clippy issues on the Android build (#35147)Martin Robinson2025-01-232-32/+17
* ohos: fonts: Fix HalfwidthandFullwidthForms font fallback (#34410)Jonathan Schwender2024-11-281-0/+8
* Fix various clippy warnings on OpenHarmony (#34281)Jonathan Schwender2024-11-191-19/+16
* ohos/android: Fix some compiler warnings (#34178)Jonathan Schwender2024-11-072-5/+20
* andrdoid: Fix some compiler warnings (#34070)Martin Robinson2024-10-304-19/+10
* clippy: Fix warning in `fonts/platform/macos/font_list.rs` (#33971)Martin Robinson2024-10-231-1/+1
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-1/+0
* clippy: Fix issues in `components/fonts` and `ports/servoshell` (#33809)Mercy Bassey2024-10-111-1/+1
* fonts: Instantiate system fonts using system font loaders (#33747)Martin Robinson2024-10-1011-193/+236
* Remove most usage of ReentrantMutex in font code (#33746)Josh Matthews2024-10-101-1/+0
* Fix clamp-like pattern warning in font.rs (#33705)chickenleaf2024-10-081-1/+1
* fonts: Fix a couple warnings introduced by recent changes (#33547)Martin Robinson2024-09-251-7/+1
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-256-15/+27
* fonts: Make fast shaping determination platform-independent (#33540)Martin Robinson2024-09-253-23/+1
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-254-4/+4
* fonts: Enable fast text shaping on Windows (#33123)Cristian Brinza2024-08-301-7/+7
* shaping: Don't assume there's a space glyph when rendering tabs (#32979)Martin Robinson2024-08-233-3/+28
* Use FontInstanceFlags::SUBPIXEL_POSITION for font instances on Windows (#33045)Cristian Brinza2024-08-151-1/+1
* Replace lazy_static with std::sync::LazyLock in components/fonts (#33049)Hayashi Mikihiro2024-08-142-6/+4
* ohos: Detect installed fonts (#32731)Jonathan Schwender2024-07-222-34/+471
* fix a couple of simple clipy warnings (#32813)Rodion Borovyk2024-07-191-3/+1
* enhance: Implement `CanvasRenderingContext2D.measureText` (#32704)Chocolate Pie2024-07-173-1/+58
* fonts: Add support for generic font families and font size configuration (#32...Martin Robinson2024-07-085-74/+105
* android/ohos: fonts: Ignore ascii case when searching for font family (#32725)Jonathan Schwender2024-07-082-4/+12
* clippy: Fix warnings in `shared` and `config`, `fonts`, `layout`, and `layout...Martin Robinson2024-07-041-3/+1
* ohos: Add fallback font for serif (#32555)Jonathan Schwender2024-06-201-0/+2
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-1912-0/+3474