aboutsummaryrefslogtreecommitdiff
path: root/font/src/lib.rs
Commit message (Expand)AuthorAge
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Upgrade Glutin to v0.19.0Matt Keeler2018-11-10
* Add support for Windows (#1374)Zac Pullar-Strecker2018-10-16
* Enable clippy in font/copypasta cratesMatthias Krüger2018-07-02
* Fix clippy issuesChristian Duerr2018-07-01
* Move to cargo clippyChristian Duerr2018-06-17
* Prevent font_size_modifier from sinking too low (#994)Christian Duerr2018-01-05
* Add box cursor to unfocused underline and beamChristian Duerr2017-12-24
* Add custom box cursor for unfocused windowChristian Duerr2017-12-24
* Format cursor code and add documentationChristian Duerr2017-12-24
* Add custom cursors for macosChristian Duerr2017-12-24
* Add custom beam cursorChristian Duerr2017-12-24
* Specify unicode code point explicitlyChristian Duerr2017-12-24
* Update comment to reference proper characterChristian Duerr2017-12-24
* Revert to old system for macosChristian Duerr2017-12-24
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Scale all fonts based on device-pixel-ratioJoe Wilm2017-10-08
* Extend and improve FcPattern bindingsJoe Wilm2017-10-08
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Use foreign-types from crates.ioJoe Wilm2017-06-27
* avoid unused warningMartin Algesten2017-05-31
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Remove unnecessary size argument to metrics functionAaron Williamson2017-05-01
* Alacritty now compiles on stable Rust :tada:Joe Wilm2017-02-03
* Optimize glyph cache accessJoe Wilm2017-01-26
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23
* make thin stroke rendering configurableTom Crayford2017-01-12
* Rework font loadingJoe Wilm2017-01-02
* Propagate font rasterizer errorsJoe Wilm2016-12-31
* Add ffi-util crate and use in fontconfig wrapperJoe Wilm2016-12-30
* Misc formatting fixesJoe Wilm2016-12-16
* Support bold/italic font rendering on macOSJoe Wilm2016-08-12
* Add license headers to source filesJoe Wilm2016-06-29
* Fix subpixel rendering for macOSJoe Wilm2016-06-24
* Add support for macOSJoe Wilm2016-06-14