summaryrefslogtreecommitdiffstats
path: root/font/src/lib.rs
AgeCommit message (Expand)Author
2020-07-19Bump version to 0.5.0-rc2v0.5.0-rc2Christian Duerr
2020-07-11Remove alacritty.yml mentions from font crate errorsKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-05-12Fix emojis being blended with backgroundlbonn
2020-05-05Extend style guideline documentationChristian Duerr
2020-02-26Add FreeType face cacheKirill Chibisov
2020-01-15Update font crate to 2018 editionDavid Hewitt
2019-12-09Add support for colored emojis on Linux/BSDKirill Chibisov
2019-10-05Update to winit/glutin EventLoop 2.0Christian Duerr
2019-04-23Add DirectWrite font rasterizerBen Pye
2019-04-20Fix cursor colorsChristian Duerr
2019-04-19Fix cursor dimensions with font offsetChristian Duerr
2019-03-30Add rustfmt style guidev0.3.0-rc1Christian Duerr
2019-02-04Remove library lockfiles from gitChristian Duerr
2019-01-07Normalize Log Message StringsNathan Lilienthal
2018-12-22Add proper underline and strikeout supportChristian Duerr
2018-12-10Upgrade to Rust 2018Joe Wilm
2018-12-07Use tool lints for clippy allow/deny lint attributesMatthias Krüger
2018-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
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-05Prevent font_size_modifier from sinking too low (#994)Christian Duerr
2017-12-24Add box cursor to unfocused underline and beamChristian Duerr
2017-12-24Add custom box cursor for unfocused windowChristian Duerr
2017-12-24Format cursor code and add documentationChristian Duerr
2017-12-24Add custom cursors for macosChristian Duerr
2017-12-24Add custom beam cursorChristian Duerr
2017-12-24Specify unicode code point explicitlyChristian Duerr
2017-12-24Update comment to reference proper characterChristian Duerr
2017-12-24Revert to old system for macosChristian Duerr
2017-10-14Fix memory leak from font resizingJoe Wilm
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-10-08Extend and improve FcPattern bindingsJoe Wilm
2017-09-27Use clippy = "*", update, and fix some warnings (#796)Aaron Hill
2017-06-27Use foreign-types from crates.ioJoe Wilm
2017-05-31avoid unused warningMartin Algesten
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-02-03Alacritty now compiles on stable Rust :tada:Joe Wilm
2017-01-26Optimize glyph cache accessJoe Wilm
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-12make thin stroke rendering configurableTom Crayford
2017-01-02Rework font loadingJoe Wilm
2016-12-31Propagate font rasterizer errorsJoe Wilm
2016-12-30Add ffi-util crate and use in fontconfig wrapperJoe Wilm
2016-12-16Misc formatting fixesJoe Wilm
2016-08-12Support bold/italic font rendering on macOSJoe Wilm
2016-06-29Add license headers to source filesJoe Wilm