alacritty/src
Christian Duerr ea637cde1c
Fix blurry fonts without dynamic padding
There were some minor rounding issues in the padding codepath without
dynamic padding. These have been fixed, which should resolve issues with
blurry fonts on monitors with a fractional DPR.

This fixes https://github.com/jwilm/alacritty/issues/1806.
2018-11-16 21:28:49 +00:00
..
grid Fix failing test with `bench` feature 2018-09-29 20:48:24 +00:00
renderer Fix incorrect padding calculations 2018-11-12 18:23:23 +00:00
term Upgrade Glutin to v0.19.0 2018-11-10 16:08:48 +00:00
tty Set env variables before window start 2018-11-11 12:55:28 +00:00
ansi.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
cli.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
config.rs Add option for dynamic padding (#1780) 2018-11-15 19:57:15 +00:00
display.rs Fix blurry fonts without dynamic padding 2018-11-16 21:28:49 +00:00
event.rs Remove re-export of glutin size types 2018-11-10 17:04:26 +00:00
event_loop.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
index.rs Fix clippy issues 2018-11-04 00:11:51 +00:00
input.rs Upgrade Glutin to v0.19.0 2018-11-10 16:08:48 +00:00
lib.rs Remove re-export of glutin size types 2018-11-10 17:04:26 +00:00
locale.rs Fix style issues 2018-09-17 23:34:56 +00:00
logging.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
macros.rs Merge master into scrollback 2018-07-28 23:10:13 +00:00
main.rs Set env variables before window start 2018-11-11 12:55:28 +00:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Add option to open URLs on click 2018-10-22 19:39:26 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
util.rs Scrollback cleanup 2018-07-21 17:17:41 +00:00
window.rs Remove re-export of glutin size types 2018-11-10 17:04:26 +00:00