| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Rename font crate to crossfont | Christian Duerr | 2020-07-18 |
| | | |||
| * | Remove alacritty.yml mentions from font crate errors | Kirill Chibisov | 2020-07-11 |
| | | |||
| * | Remove copyright notice from files | Christian Duerr | 2020-06-06 |
| | | | | | | | | | | | | | | | Keeping the license as part of every file bloats up the files unnecessarily and introduces an additional overhead to the creation of new modules. Since cargo already provides excellent dependency management, most of the code-reuse of Alacritty should occur through Rust's dependency management instead of copying it source. If code is copied partially, copying the license from the main license file should be just as easy as copying from the top of the file and making some adjustments based on where it is used is likely necessary anyways. | ||
| * | Extend style guideline documentation | Christian Duerr | 2020-05-05 |
| | | |||
| * | Fix code formatting | Christian Duerr | 2020-04-21 |
| | | |||
| * | Add Windows font fallback | David Hewitt | 2020-04-16 |
| | | |||
| * | Add FreeType face cache | Kirill Chibisov | 2020-02-26 |
| | | |||
| * | Update font crate to 2018 edition | David Hewitt | 2020-01-15 |
| | | |||
| * | Add support for colored emojis on Linux/BSD | Kirill Chibisov | 2019-12-09 |
| | | | | Fixes #153. | ||
| * | Bump minimum supported Rust version to 1.34.0 | Christian Duerr | 2019-07-30 |
| | | |||
| * | Query DirectWrite for the rendering mode to use | Alex | 2019-07-14 |
| | | |||
| * | Add DirectWrite font rasterizer | Ben Pye | 2019-04-23 |
| This adds a DirectWrite font rasterizer for Windows and enables subpixel rendering and hinting. It also completely replaces rusttype for font rendering on Windows, allowing Alacritty to use the native font stacks on all operating systems. Fixes #1673. Fixes #2316. | |||