1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
wezterm/wezterm-gui/src
Wez Furlong 9b31092e1d
fix fallback scaling for background images
We weren't redrawing the background image with the scale factor
that we'd computed when noticing that we had run out of texture space.

refs: #3773
2023-05-27 14:06:18 -07:00
..
overlay fix CopyMode(EditPattern) not activating search_mode key table 2023-05-21 10:04:56 -07:00
scripting add window:keyboard_modifiers() method 2023-04-16 19:53:32 -07:00
termwindow fix fallback scaling for background images 2023-05-27 14:06:18 -07:00
colorease.rs treat Constant ease-in-and-out as equivalent to "1 fps" case 2022-08-23 08:29:57 -07:00
commands.rs macos: remove about dialog 2023-04-24 11:08:18 -07:00
customglyph.rs rustfmt 2023-04-18 15:05:05 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs add wezterm cli rename-workspace 2023-04-02 07:37:45 -07:00
glyph-frag.glsl admit defeat to intel shader weirdness 2023-04-05 15:07:22 -07:00
glyph-vertex.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyphcache.rs try scaling down images that don't fit in the texture atlas 2023-05-19 08:57:38 -07:00
inputmap.rs keyboard: move led status to separate enum 2023-04-15 14:52:54 -07:00
main.rs fix image display in wezterm ssh 2023-04-27 06:35:11 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs use constants for has_color values in wgsl shader and in the rust code 2022-11-18 13:22:18 -07:00
renderstate.rs webgpu: avoid panic when we try to exceed max texture size 2023-05-13 07:36:21 -07:00
scrollbar.rs fix overflowing sub assertion in debug mode 2023-03-27 19:24:30 -07:00
selection.rs Fix mouse selection including the first character of the next line 2022-06-21 14:52:09 -07:00
shader.wgsl deps: wgpu -> 0.15 2023-02-06 07:19:31 -07:00
shapecache.rs fixup tests for symbols font changes 2023-05-21 10:07:07 -07:00
spawn.rs mux: pass gui window position through from new mux window 2023-02-05 21:43:37 -07:00
stats.rs lua: expose metrics to lua 2022-07-26 22:33:52 -07:00
tabbar.rs fix width of format-tab-title that returns embedded escapes 2023-04-16 08:28:35 -07:00
unicode_names.rs Add CharSelect modal for emoji/nerdfont/unicode input 2022-08-31 18:15:28 -07:00
uniforms.rs revise how uniforms are passed to shader 2022-08-22 10:22:00 -07:00
update.rs mux: rename Mux::get() -> try_get(), add "infallible" Mux::get() 2022-12-19 11:55:35 -07:00
utilsprites.rs erase generic T from Atlas, Sprite, CachedGlyph etc. 2022-11-18 10:03:49 -07:00