1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/wezterm-gui/src
Wez Furlong f39ae2f762 background: avoid weird wraparound in radial gradients
I was seeing a black "hole" in the center of this gradient:

```
  background = {
    {
      source = {
        Gradient={
          colors = {"rgb(45,26,109)", "black"},
          orientation = {
            Radial={
              cx = 0.75,
              cy = 0.75,
              radius = 1.25,
            }
          },
        }
      },
      width="100%",
      height="100%",
    },
```

setting noise=0 "fixed" it, so this commit localizes that fix
to the center of the gradient by preventing noise from wrapping
around the gradient.
2022-08-14 08:25:31 -07:00
..
overlay Add new action CopyMode('ClearSelectionMode') 2022-08-03 08:21:04 -07:00
scripting add window:set_left_status 2022-08-06 20:41:39 -07:00
termwindow background: avoid weird wraparound in radial gradients 2022-08-14 08:25:31 -07:00
cache.rs instrument cache hit rates, fix duration histograms 2021-07-07 17:21:18 -07:00
colorease.rs box model: allow for eased colors to be set 2022-06-03 06:58:57 -07:00
commands.rs search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
customglyph.rs termwiz: add clustered line storage for line 2022-07-23 12:03:00 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs mux: adjust window size after attach 2022-08-05 07:53:44 -07:00
glyph-frag.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyph-vertex.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyphcache.rs Fix mouse selection including the first character of the next line 2022-06-21 14:52:09 -07:00
inputmap.rs showkeys/docs: generate copy_mode defaults from the code 2022-08-04 06:28:32 -07:00
main.rs add wezterm ls-fonts --rasterize-ascii --text foo 2022-08-06 12:46:01 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs gui: speculative fix for #2068 2022-06-02 21:06:19 -07:00
renderstate.rs gui: allow layers to be allocated for zindex on the fly 2022-05-26 08:32:55 -07:00
scrollbar.rs fix: broken scroll bar after screen is cleared/reset 2022-04-17 08:12:03 -07:00
selection.rs Fix mouse selection including the first character of the next line 2022-06-21 14:52:09 -07:00
shapecache.rs line: introduce possibility of alternate cell backing 2022-07-23 08:18:34 -07:00
stats.rs lua: expose metrics to lua 2022-07-26 22:33:52 -07:00
tabbar.rs add window:set_left_status 2022-08-06 20:41:39 -07:00
update.rs track dpi in mux and terminal model 2022-06-15 18:54:51 -07:00
utilsprites.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00