aboutsummaryrefslogtreecommitdiff
path: root/font/src/ft/mod.rs
AgeCommit message (Expand)Author
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-07-23Respect fontconfig's embeddedbitmap settingRoman Holovin
2019-06-09Fix compiler warningsMatthias Krüger
2019-04-20Fix cursor colorsChristian Duerr
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2019-01-07Normalize Log Message StringsNathan Lilienthal
2018-12-31Fix line metricsChristian Duerr
2018-12-22Add proper underline and strikeout supportChristian Duerr
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-30Bump fontconfig dependenciesJon Gjengset
2018-07-21Add support for LCD-V pixel modeyshui
2018-07-02Enable clippy in font/copypasta cratesMatthias Krüger
2018-07-01Fix clippy issuesChristian Duerr
2018-06-17Move to cargo clippyChristian Duerr
2018-01-21Better character cell width with FreeType (#1029)Rachel K
2017-12-24Move custom cursor block on ftChristian Dürr
2017-12-24Use font_key provided with cursor glyphsChristian Dürr
2017-12-24Fix linux symbol sizeChristian Duerr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-24Format cursor code and add documentationChristian Duerr
2017-12-24Add custom beam cursorChristian Duerr
2017-12-24Revert to old system for macosChristian Duerr
2017-12-24Add custom underline cursorChristian Duerr
2017-10-30fix some typos in commentsMartin Lindhe
2017-10-14Fix memory leak from font resizingJoe Wilm
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-10-08Support bitmap fontsDan Aloni
2017-10-08FreeType rasterizer respects some fontconfigJoe Wilm
2017-10-08Improve glyph rasterization performanceJoe Wilm
2017-10-08Extend and improve FcPattern bindingsJoe Wilm
2017-10-08Organize fontconfig wrappersJoe Wilm
2017-05-28Fixes font raster for mono, gray bitmaps (#590)Joe Wilm
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-05-01Improve freetype metric usageAaron Williamson
2017-03-01font::fc: Remove unneeded cloneHarlan Lieberman-Berg
2017-03-01font::ft: misc style cleanup.Harlan Lieberman-Berg
2017-03-01Drop unnecessary unsafe on add_charsetHarlan Lieberman-Berg
2017-03-01Switch over to using font_match everywhere.Harlan Lieberman-Berg
2017-03-01Rework font cache to cache on pathsHarlan Lieberman-Berg
2017-03-01First pass of font fallback renderingHarlan Lieberman-Berg
2017-01-12add suggestive fallback messages on unavailable fontsTom Crayford
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-02Rework font loadingJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-11-19Add support for recording/running ref testsJoe Wilm
2016-08-14Support bold/italic font rendering on LinuxJoe Wilm