index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
font
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
*
Upgrade to Rust 2018
Joe Wilm
2018-12-10
*
Use tool lints for clippy allow/deny lint attributes
Matthias Krüger
2018-12-07
*
Upgrade Glutin to v0.19.0
Matt Keeler
2018-11-10
*
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-10-16
*
Enable clippy in font/copypasta crates
Matthias Krüger
2018-07-02
*
Fix clippy issues
Christian Duerr
2018-07-01
*
Move to cargo clippy
Christian Duerr
2018-06-17
*
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2018-01-05
*
Add box cursor to unfocused underline and beam
Christian Duerr
2017-12-24
*
Add custom box cursor for unfocused window
Christian Duerr
2017-12-24
*
Format cursor code and add documentation
Christian Duerr
2017-12-24
*
Add custom cursors for macos
Christian Duerr
2017-12-24
*
Add custom beam cursor
Christian Duerr
2017-12-24
*
Specify unicode code point explicitly
Christian Duerr
2017-12-24
*
Update comment to reference proper character
Christian Duerr
2017-12-24
*
Revert to old system for macos
Christian Duerr
2017-12-24
*
Fix memory leak from font resizing
Joe Wilm
2017-10-14
*
Scale all fonts based on device-pixel-ratio
Joe Wilm
2017-10-08
*
Extend and improve FcPattern bindings
Joe Wilm
2017-10-08
*
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-27
*
Use foreign-types from crates.io
Joe Wilm
2017-06-27
*
avoid unused warning
Martin Algesten
2017-05-31
*
Fix glyph offsets in cell
Joe Wilm
2017-05-06
*
Remove unnecessary size argument to metrics function
Aaron Williamson
2017-05-01
*
Alacritty now compiles on stable Rust :tada:
Joe Wilm
2017-02-03
*
Optimize glyph cache access
Joe Wilm
2017-01-26
*
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-23
*
make thin stroke rendering configurable
Tom Crayford
2017-01-12
*
Rework font loading
Joe Wilm
2017-01-02
*
Propagate font rasterizer errors
Joe Wilm
2016-12-31
*
Add ffi-util crate and use in fontconfig wrapper
Joe Wilm
2016-12-30
*
Misc formatting fixes
Joe Wilm
2016-12-16
*
Support bold/italic font rendering on macOS
Joe Wilm
2016-08-12
*
Add license headers to source files
Joe Wilm
2016-06-29
*
Fix subpixel rendering for macOS
Joe Wilm
2016-06-24
*
Add support for macOS
Joe Wilm
2016-06-14