summaryrefslogtreecommitdiffstats
path: root/font/src/darwin/mod.rs
AgeCommit message (Expand)Author
2020-07-18Rename font crate to crossfontChristian Duerr
2020-07-11Remove alacritty.yml mentions from font crate errorsKirill Chibisov
2020-06-06Remove copyright notice from filesChristian Duerr
2020-06-04Fix font rendering regression on macOSJade Michael Thornton
2020-05-27Fix build warnings on macOS/WindowsKirill Chibisov
2020-05-17Add subpixel anti-aliasing support on macOS 10.14+Casper Rogild Storm
2020-05-12Fix emojis being blended with backgroundlbonn
2020-05-05Extend style guideline documentationChristian Duerr
2020-01-17Replace `.nth(0)` with `.next()`Cole Helbling
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-09-21Remove outdated TODO/FIXME commentsChristian Duerr
2019-08-18Update depedenciesBastien Orivel
2019-07-06Use Menlo as fallback font on macOSLê Viết Hoàng Dũng
2019-04-20Fix cursor colorsChristian Duerr
2019-04-09Set maximum Rust version to 1.31.0Christian Duerr
2019-04-01Revert daemon removalChristian 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-11-10Upgrade Glutin to v0.19.0Matt Keeler
2018-10-16Add support for Windows (#1374)Zac Pullar-Strecker
2018-09-19Update core-* dependenciesJeff Muizelaar
2018-09-17Fix style issuesMatthias Krüger
2018-07-25Fix clippy lints and run font tests on travisMatthias Krüger
2018-07-01Fix clippy issuesChristian Duerr
2018-06-17Move to cargo clippyChristian Duerr
2018-02-07fix fallbacks in macos (#1099)Joe Moon
2018-01-31Update core-text (#1061)Jeff Muizelaar
2017-12-24Refactor darwin codeChristian 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-23Update euclid to v16Chet Gurevitch
2017-12-22Remove debug printJoe Wilm
2017-12-22Fix macOS fallbacks (#956)Joe Wilm
2017-10-08Scale all fonts based on device-pixel-ratioJoe Wilm
2017-07-28font: update macOS core-text dependency to 6.1.0, fixes #685 (#692)Martin Lindhe
2017-06-06changes osx fallback symbol font styleJames A Keene
2017-06-06macOS use system font fallbackMartin Algesten
2017-06-01final core-graphics extensions moved upstreamMartin Algesten
2017-05-31remove code that has been upstreamedMartin Algesten
2017-05-31updated some font depsMartin Algesten
2017-05-06Fix sign error in CoreText font rasterizerJoe Wilm
2017-05-06Fix glyph offsets in cellJoe Wilm
2017-05-01Remove unnecessary size argument to metrics functionAaron Williamson
2017-01-23Use the log-crate instead of printing to stdoutLukas Lueg
2017-01-12add suggestive fallback messages on unavailable fontsTom Crayford