Jeffrey Knockel
1d4a407df9
x11: fix resize increments
...
Set atom with property (type) WM_NORMAL_HINTS (WM_SIZE_HINTS) instead of
WM_SIZE_HINTS (CARDINAL).
2024-01-21 10:10:59 -07:00
Wez Furlong
bf07f6de0f
Revert "deps: update to wgpu 0.19"
...
This reverts commit b4c5dc746d
.
This reverts commit 3214610f16
.
This reverts commit 3ec1cfba73
.
This reverts commit 47590bbedc
.
This reverts commit ea88dca296
.
This reverts commit c269230b74
.
This reverts commit 1484e2a673
.
This reverts commit 6fd45c1223
.
This reverts commit 9acc2ae6c5
.
refs: https://github.com/wez/wezterm/issues/4825
refs: https://github.com/wez/wezterm/issues/4826
2024-01-21 09:51:58 -07:00
Hilmar Wiegand
7c452d312d
Fix CI flake input checker config
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
4a2bd549c4
Improve code style
2024-01-21 08:32:31 -07:00
Edmund Miller
f6dfa7a9f3
ci: Add update-flake-lock workflow
2024-01-21 08:32:31 -07:00
Edmund Miller
906ae042d4
ci: Adjust directory
2024-01-21 08:32:31 -07:00
Edmund Miller
41ec44a7f9
ci: Add example from magic
...
https://github.com/DeterminateSystems/magic-nix-cache-action#usage
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
aef7ebff5e
Update flake inputs
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
ba29aad0d3
Attempt to fix mac build
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
aaed546947
Use rust-overlay for flake build
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
ca0ceb2c2d
Move flake to subdirectory
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
faa2975d99
Update flake dependencies
2024-01-21 08:32:31 -07:00
Hilmar Wiegand
b9fa94f543
Add nix flake config
2024-01-21 08:32:31 -07:00
Wez Furlong
b4c5dc746d
windows: one more
2024-01-20 21:13:20 -07:00
Wez Furlong
3214610f16
windows: final stretch
2024-01-20 20:51:27 -07:00
Wez Furlong
3ec1cfba73
windows: and maybe this fixes the build now!
2024-01-20 16:06:19 -07:00
Wez Furlong
ba85958a61
deps: update env-logger
...
Note that we are pinned on 0.10 for env-bootstrap, where we use it
only for its module filter parser.
2024-01-20 16:01:10 -07:00
Wez Furlong
47590bbedc
windows: and another try!
2024-01-20 15:54:25 -07:00
Wez Furlong
ea88dca296
windows: another run at fixing up the build
2024-01-20 15:37:38 -07:00
Wez Furlong
c269230b74
macos: another run at fixing up the build
2024-01-20 15:36:47 -07:00
Wez Furlong
1484e2a673
macos: another wgpu related fixup
2024-01-20 12:58:59 -07:00
Wez Furlong
162b94cb67
fix warning on macos
2024-01-20 12:57:13 -07:00
Wez Furlong
6fd45c1223
maybe fixup build for wgpu 0.19 on macos and windows
2024-01-20 12:55:33 -07:00
Wez Furlong
6938701cd3
wgpu: use adapter limits to avoid panic on window resize
2024-01-20 12:33:22 -07:00
Wez Furlong
7ae615b01d
simplify png decoding
...
refs: https://github.com/image-rs/image/issues/1989
2024-01-20 12:33:16 -07:00
Wez Furlong
9acc2ae6c5
deps: update to wgpu 0.19
2024-01-20 12:09:52 -07:00
Wez Furlong
c23e957ee2
glyphcache: avoid deprecated image method
...
There's one other that is slated for deprecation but that
doesn't have advice on how to replace it yet.
refs: https://github.com/image-rs/image/issues/1989
2024-01-20 10:17:23 -07:00
Wez Furlong
fbc502252f
cargo update
2024-01-20 10:07:50 -07:00
Wez Furlong
c607c6a59c
allow rgba for all window_frame colors
...
refs: https://github.com/wez/wezterm/issues/3580
2024-01-20 10:06:02 -07:00
Wez Furlong
05eadb7cbb
docs: changelog for #4809 #4810
2024-01-19 08:53:37 -07:00
mikyk10
24115049f3
fix: changed the criteria to calculate the sunset / sunrise progression
2024-01-19 08:52:17 -07:00
Wez Furlong
9181d010ff
docs: remove centos 7
...
It is no longer buildable on GH without extreme effort.
2024-01-18 06:12:39 -07:00
Wez Furlong
8688f5d627
ci: remove centos 7
...
It's increasingly difficult to support and GH actions no longer
reliably run on it.
2024-01-18 06:11:40 -07:00
Wez Furlong
6c36a4dda2
docs: fix sources.list
2024-01-11 07:36:35 -07:00
Wez Furlong
dc32d84cd2
docs: changelog for #4775 #4770
2024-01-11 06:56:56 -07:00
Daniel Koukola
9a5af15323
Fix freetype_load_target
2024-01-11 06:54:51 -07:00
Wez Furlong
09b43da59d
docs: changelog for #4151 #3840
2024-01-11 06:48:40 -07:00
Benoit de Chezelles
0466898af7
x11: Use modifiers from X event if non were detected by XKB
...
This is a working tentative at fixing text expansion/injection done by
Espanso by default, where XKB doesn't seem to detect the pressed
modifiers `Ctrl+Shift` before pressing `v`.
refs: #3840
2024-01-11 06:44:57 -07:00
Wez Furlong
90d8feaf6d
docs: show how to use new apt repo
2024-01-10 17:07:38 -07:00
Wez Furlong
9d1028a654
cirrus: upload arm debs as well
2024-01-10 16:05:52 -07:00
Wez Furlong
8bdcf84ef7
Experiment with hosting .debs on gemfury
2024-01-10 15:54:36 -07:00
Wez Furlong
1c0901957d
docs: changelog for #4730
2024-01-08 18:23:19 -07:00
Josiah Outram Halstead
b6faedf31f
Ensure order of omitted parameters is retained
...
Fixes #4730
2024-01-08 18:22:30 -07:00
Wez Furlong
9fc89e621f
de-fang paste payloads by removing bracketed paste sequences from them
...
refs: https://github.com/wez/wezterm/issues/4765
2024-01-08 18:17:22 -07:00
Wez Furlong
8023948647
remove unused pub use
2024-01-08 05:51:39 -07:00
Wez Furlong
eeafc45b72
cargo update
2024-01-08 05:51:14 -07:00
Wez Furlong
4921f139d3
Revert "build(deps): bump actions/deploy-pages from 2 to 4"
...
This reverts commit 8d19fc632f
.
It doesn't work and it's not clear why.
2024-01-03 14:30:05 -07:00
Wez Furlong
b2f157eba9
ci: maybe fix pages action
2024-01-03 13:37:20 -07:00
dependabot[bot]
68d9cfc6ad
build(deps): bump the all group with 6 updates
...
Bumps the all group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [k9](https://github.com/aaronabramov/k9 ) | `0.11.6` | `0.12.0` |
| [anyhow](https://github.com/dtolnay/anyhow ) | `1.0.78` | `1.0.79` |
| [serde](https://github.com/serde-rs/serde ) | `1.0.193` | `1.0.194` |
| [serde_json](https://github.com/serde-rs/json ) | `1.0.109` | `1.0.110` |
| [clap_complete](https://github.com/clap-rs/clap ) | `4.4.5` | `4.4.6` |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.53` | `1.0.56` |
Updates `k9` from 0.11.6 to 0.12.0
- [Commits](https://github.com/aaronabramov/k9/commits )
Updates `anyhow` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.78...1.0.79 )
Updates `serde` from 1.0.193 to 1.0.194
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.194 )
Updates `serde_json` from 1.0.109 to 1.0.110
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.110 )
Updates `clap_complete` from 4.4.5 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.5...clap_complete-v4.4.6 )
Updates `thiserror` from 1.0.53 to 1.0.56
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.56 )
---
updated-dependencies:
- dependency-name: k9
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 10:29:24 -07:00
dependabot[bot]
dfe3d342eb
build(deps): bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 08:28:19 -07:00