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
/
darwin
/
mod.rs
Age
Commit message (
Expand
)
Author
2019-04-20
Fix cursor colors
Christian Duerr
2019-04-09
Set maximum Rust version to 1.31.0
Christian Duerr
2019-04-01
Revert daemon removal
Christian Duerr
2019-03-30
Add rustfmt style guide
v0.3.0-rc1
Christian Duerr
2019-01-07
Normalize Log Message Strings
Nathan Lilienthal
2018-12-31
Fix line metrics
Christian Duerr
2018-12-22
Add proper underline and strikeout support
Christian Duerr
2018-11-10
Upgrade Glutin to v0.19.0
Matt Keeler
2018-10-16
Add support for Windows (#1374)
Zac Pullar-Strecker
2018-09-19
Update core-* dependencies
Jeff Muizelaar
2018-09-17
Fix style issues
Matthias Krüger
2018-07-25
Fix clippy lints and run font tests on travis
Matthias Krüger
2018-07-01
Fix clippy issues
Christian Duerr
2018-06-17
Move to cargo clippy
Christian Duerr
2018-02-07
fix fallbacks in macos (#1099)
Joe Moon
2018-01-31
Update core-text (#1061)
Jeff Muizelaar
2017-12-24
Refactor darwin code
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-23
Update euclid to v16
Chet Gurevitch
2017-12-22
Remove debug print
Joe Wilm
2017-12-22
Fix macOS fallbacks (#956)
Joe Wilm
2017-10-08
Scale all fonts based on device-pixel-ratio
Joe Wilm
2017-07-28
font: update macOS core-text dependency to 6.1.0, fixes #685 (#692)
Martin Lindhe
2017-06-06
changes osx fallback symbol font style
James A Keene
2017-06-06
macOS use system font fallback
Martin Algesten
2017-06-01
final core-graphics extensions moved upstream
Martin Algesten
2017-05-31
remove code that has been upstreamed
Martin Algesten
2017-05-31
updated some font deps
Martin Algesten
2017-05-06
Fix sign error in CoreText font rasterizer
Joe Wilm
2017-05-06
Fix glyph offsets in cell
Joe Wilm
2017-05-01
Remove unnecessary size argument to metrics function
Aaron Williamson
2017-01-23
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-12
add suggestive fallback messages on unavailable fonts
Tom Crayford
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-16
Misc formatting fixes
Joe Wilm
2016-11-19
Add support for recording/running ref tests
Joe Wilm
2016-08-12
Support bold/italic font rendering on macOS
Joe Wilm
2016-08-03
Add support for CGContextSetFontSmoothingStyle
Joe Wilm
2016-07-12
Remove noisey printing 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