index
:
alacritty
alacritty_terminal_v0.21.0
alacritty_terminal_v0.22.0
alacritty_terminal_v0.23.0
alt-esc-unicode
alt-key-tester
antialias-option
bindings_on_crack
borderless-window
bump-glutin-0320
bump_deps
click-links
config-improvements
cursor-blink
cursor-config
dependabot/cargo/bumpalo-3.12.0
display-config-errors
fish-completions-dir-update
fix-deprecated
fix-hidden-cursor
fix-netbsd-build
fix-no-import-migrate
fix-releases
fix_colors
fontconfig
gentoo-install-deps
glutin-0.17-upgrade
initial-window-focus
issue-1115
issue-1150
issue-1336
issue-1582
issue-1773
issue-1786
issue-2145
kchibisov/fixup-manpage-title
kchibisov/winit-02911
kitty-char-no-char-fix
master
nll
not-reset-pixel
numpad-decimal
optimizations
period
playing-around
remove-debugonly-tests
resolver++
rewrite-appdataxml
scroll/fix-alt-grid-size
scroll/fix-tests
scroll/impossible-zero
scrollback
syslog-panics
underline-strikethrough
v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.12.2
v0.12.3
v0.13
v0.14
v0.15
v0.4.0
v0.4.1
v0.4.2
v0.4.3
v0.5.0
v0.6.0
v0.7.0
v0.7.1
v0.7.2
v0.8.0
v0.9.0
vec-deque-backing
wide-chars-fix
winpty-agent-docs
zero-width-chars
zerowidth
A cross-plantform, OpenGL terminal emulator
Alacritty
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
font
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
2019-02-04
Remove library lockfiles from git
Christian Duerr
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-22
Add proper underline and strikeout support
Christian Duerr
2018-12-10
Upgrade to Rust 2018
Joe Wilm
2018-12-07
Use tool lints for clippy allow/deny lint attributes
Matthias Krüger
2018-11-10
Upgrade Glutin to v0.19.0
Matt Keeler
2018-10-16
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-07-02
Enable clippy in font/copypasta crates
Matthias Krüger
2018-07-01
Fix clippy issues
Christian Duerr
2018-06-17
Move to cargo clippy
Christian Duerr
2018-01-05
Prevent font_size_modifier from sinking too low (#994)
Christian Duerr
2017-12-24
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-10-14
Fix memory leak from font resizing
Joe Wilm
2017-10-08
Scale all fonts based on device-pixel-ratio
Joe Wilm
2017-10-08
Extend and improve FcPattern bindings
Joe Wilm
2017-09-27
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-06-27
Use foreign-types from crates.io
Joe Wilm
2017-05-31
avoid unused warning
Martin Algesten
2017-05-06
Fix glyph offsets in cell
Joe Wilm
2017-05-01
Remove unnecessary size argument to metrics function
Aaron Williamson
2017-02-03
Alacritty now compiles on stable Rust :tada:
Joe Wilm
2017-01-26
Optimize glyph cache access
Joe Wilm
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-12
make thin stroke rendering configurable
Tom Crayford
2017-01-02
Rework font loading
Joe Wilm
2016-12-31
Propagate font rasterizer errors
Joe Wilm
2016-12-30
Add ffi-util crate and use in fontconfig wrapper
Joe Wilm
2016-12-16
Misc formatting fixes
Joe Wilm
2016-08-12
Support bold/italic font rendering on macOS
Joe Wilm
2016-06-29
Add license headers to source files
Joe Wilm
2016-06-24
Fix subpixel rendering for macOS
Joe Wilm
2016-06-14
Add support for macOS
Joe Wilm