rawnly
|
521b7fb7ef
|
docs: updated docs
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
b0a392b173
|
Update docs/config/lua/keyassignment/SetWindowLevel.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
32b0c0361a
|
Update SetWindowLevel.md
Co-authored-by: Mike Duminy <4092035+mikeduminy@users.noreply.github.com>
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
61786b26f3
|
docs: fixed spacing
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
2dfeeb37a5
|
docs: docs update with macos warning
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
5dcf67dbec
|
chore: moved comment
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
82d05aa71a
|
Update window/src/os/macos/window.rs
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
6dbea8ff5e
|
chore: run fmt
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
32a090e353
|
macos: code cleanup
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
69f64dbb66
|
Update docs/config/lua/keyassignment/SetWindowLevel.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
7bc24ebb4d
|
Update docs/config/lua/keyassignment/SetWindowLevel.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
1162cb764d
|
Update docs/config/lua/keyassignment/ToggleAlwaysOnTop.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
7805ebefa7
|
Update docs/config/lua/keyassignment/SetWindowLevel.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
15da320b15
|
Update docs/config/lua/keyassignment/ToggleAlwaysOnBottom.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
9997e2beba
|
Update docs/config/lua/keyassignment/ToggleAlwaysOnBottom.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
Federico
|
a3f9fc3dd5
|
Update docs/config/lua/keyassignment/ToggleAlwaysOnTop.md
Co-authored-by: Wez Furlong <wez@wezfurlong.org>
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
2795cf0c4a
|
docs: added window level options
|
2024-01-21 14:06:01 -07:00 |
|
rawnly
|
163606afec
|
fix: moved window level state update
|
2024-01-21 14:06:01 -07:00 |
|
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 |
|