1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00
Commit Graph

7613 Commits

Author SHA1 Message Date
rawnly
209d039c5d fix: refactor window level + Toggle options 2024-01-21 14:06:01 -07:00
rawnly
9901866962 macos: floating window logic cleanup 2024-01-21 14:06:01 -07:00
rawnly
2e66a4b0df macos: save window level on window_state 2024-01-21 14:06:01 -07:00
Federico Vitale
a1f0dca655 macos: cleanup 2024-01-21 14:06:01 -07:00
Federico Vitale
86e42e1c58 macos: refactor set_window_level 2024-01-21 14:06:01 -07:00
Federico Vitale
0080fec63d macos: remove level() function in window 2024-01-21 14:06:01 -07:00
Federico Vitale
ab8cc83383 macos: removed cfg on ToggleFloatingWindow
"The only place where the behavior should vary by os is inside the window crate"
2024-01-21 14:06:01 -07:00
rawnly
d9387ed6e2 fmt: run fmt
Signed-off-by: rawnly <rawnly@users.noreply.github.com>
2024-01-21 14:06:01 -07:00
rawnly
18cb7e9765 macos: updated WindowLevel enum
removed wrong values and implemented `From<T>` trait

Signed-off-by: rawnly <rawnly@users.noreply.github.com>
2024-01-21 14:06:01 -07:00
rawnly
fd99a84e61 docs: ToggleFloatingWindow docs
Signed-off-by: rawnly <rawnly@users.noreply.github.com>
2024-01-21 14:06:01 -07:00
rawnly
ae67f85ea3 macos: added platform checks for ToggleFloatingWindow
Signed-off-by: rawnly <rawnly@users.noreply.github.com>
2024-01-21 14:06:01 -07:00
rawnly
8906d03851 macos: added floating window 2024-01-21 14:06:01 -07:00
Andrii
fed9893a09 Update workspaces.md
remove typo.
2024-01-21 14:01:55 -07:00
Wez Furlong
c4970b7fc8
xkbd: don't merge in modifiers, use only when missing
I think it will be safer to only take the flags from
the event in the case that the state reports zero
modifiers.

refs: https://github.com/wez/wezterm/issues/4776
closes: https://github.com/wez/wezterm/pull/4781
2024-01-21 13:11:36 -07:00
hyperpuncher
e05179e4fb
fix: Proper block cursor shape (#4752)
* fix: Proper block cursor shape

* change stroke.width multiplier
2024-01-21 12:01:51 -07:00
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