aboutsummaryrefslogtreecommitdiff
path: root/font
Commit message (Expand)AuthorAge
...
* Fix macOS fallbacks (#956)Joe Wilm2017-12-22
* fix some typos in commentsMartin Lindhe2017-10-30
* config_subsitute(): fix typo by renaming to config_substitute()Martin Lindhe2017-10-30
* Fix memory leak from font resizingJoe Wilm2017-10-14
* Update servo-fontconfig-sys forkJoe Wilm2017-10-08
* Scale all fonts based on device-pixel-ratioJoe Wilm2017-10-08
* Support bitmap fontsDan Aloni2017-10-08
* FreeType rasterizer respects some fontconfigJoe Wilm2017-10-08
* Improve glyph rasterization performanceJoe Wilm2017-10-08
* Remove unused macrosJoe Wilm2017-10-08
* Extend and improve FcPattern bindingsJoe Wilm2017-10-08
* Organize fontconfig wrappersJoe Wilm2017-10-08
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* remove unused macrosJack O'Connor2017-08-08
* font: update macOS core-text dependency to 6.1.0, fixes #685 (#692)Martin Lindhe2017-07-28
* Use foreign-types from crates.ioJoe Wilm2017-06-27
* changes osx fallback symbol font styleJames A Keene2017-06-06
* macOS use system font fallbackMartin Algesten2017-06-06
* final core-graphics extensions moved upstreamMartin Algesten2017-06-01
* remove code that has been upstreamedMartin Algesten2017-05-31
* updated some font depsMartin Algesten2017-05-31
* avoid unused warningMartin Algesten2017-05-31
* Fixes font raster for mono, gray bitmaps (#590)Joe Wilm2017-05-28
* Update dependenciesJoe Wilm2017-05-25
* Fix sign error in CoreText font rasterizerJoe Wilm2017-05-06
* Fix glyph offsets in cellJoe Wilm2017-05-06
* Remove unnecessary size argument to metrics functionAaron Williamson2017-05-01
* Improve freetype metric usageAaron Williamson2017-05-01
* font::fc: Remove unneeded cloneHarlan Lieberman-Berg2017-03-01
* font::ft: misc style cleanup.Harlan Lieberman-Berg2017-03-01
* Drop unnecessary unsafe on add_charsetHarlan Lieberman-Berg2017-03-01
* Switch over to using font_match everywhere.Harlan Lieberman-Berg2017-03-01
* Rework font cache to cache on pathsHarlan Lieberman-Berg2017-03-01
* First pass of font fallback renderingHarlan Lieberman-Berg2017-03-01
* Fix fc::Pattern::add_charsetJoe Wilm2017-03-01
* PoC find font with glyphJoe Wilm2017-03-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
* add suggestive fallback messages on unavailable fontsTom Crayford2017-01-12
* 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
* Refactor FontConfig wrappersJoe Wilm2016-12-30
* Misc formatting fixesJoe Wilm2016-12-16
* Replace remaining use of `try!` with `?`Joe Wilm2016-12-16
* Add support for recording/running ref testsJoe Wilm2016-11-19
* Support bold/italic font rendering on LinuxJoe Wilm2016-08-14
* Support bold/italic font rendering on macOSJoe Wilm2016-08-12