SHA256
1
0
forked from pool/wezterm

Accepting request 980862 from home:uncomfyhalomacro:branches:X11:terminals

- Update to version 20220408.101518.b908e2dd^git328:
  * x11: more hacks to deal with missing CONFIGURE_NOTIFY
  * x11: subscribe to Present extension configure notify events
  * background: round down fractional pixels when tiling
  * avoid invalidating line seqno when applying hyperlinks
  * box model: allow for eased colors to be set
  * gui: speculative fix for #2068
  * manual fuzzing with cat /dev/random
  * x11: trace expose events. invalidate geometry in some cases
  * x11: use focus change as a signal that the size may have changed
  * gui: move ease/interpolation into shader

OBS-URL: https://build.opensuse.org/request/show/980862
OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=8
This commit is contained in:
Soc Virnyl Estela
2022-06-05 07:00:52 +00:00
committed by Git OBS Bridge
parent 5787c3150b
commit 0129c59e28
6 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 04 23:15:57 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 20220408.101518.b908e2dd^git328:
* x11: more hacks to deal with missing CONFIGURE_NOTIFY
* x11: subscribe to Present extension configure notify events
* background: round down fractional pixels when tiling
* avoid invalidating line seqno when applying hyperlinks
* box model: allow for eased colors to be set
* gui: speculative fix for #2068
* manual fuzzing with cat /dev/random
* x11: trace expose events. invalidate geometry in some cases
* x11: use focus change as a signal that the size may have changed
* gui: move ease/interpolation into shader
-------------------------------------------------------------------
Wed Jun 1 06:12:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>