1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-20 20:01:38 +03:00
wezterm/window/src
Wez Furlong 1f81a064ed wayland: avoid appearing blurry on startup on scaled displays
@sunshowers mentioned to me that the window appeared blurry on a hidpi
display on startup, and was fixed by changing focus in a tiling window
manager.

I could replicate this using weston with scaling set to 2; the issue was
that the initial scale factor change event wasn't fully propagated and
bubbled up as a resize event to the terminal layer.

This commit taps into the dpi change event and forces it to be
interpreted as a window configuration change, resulting in more crisp
text.
2019-12-19 23:05:17 -08:00
..
bitmaps failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
os wayland: avoid appearing blurry on startup on scaled displays 2019-12-19 23:05:17 -08:00
color.rs make new opengl frontend basically work on macos 2019-10-24 08:27:11 -07:00
connection.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
egl.rs clippy 2019-12-15 08:50:12 -08:00
input.rs allow dragging by tab bar on linux 2019-11-23 11:46:03 -08:00
lib.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
spawn.rs failure -> anyhow + thiserror 2019-12-14 21:43:05 -08:00
tasks.rs clippy 2019-10-01 22:20:52 -07:00
timerlist.rs window: fix build and clipboard on Windows 2019-11-29 12:32:30 -08:00