Commit graph

178 commits

Author SHA1 Message Date
Victoria Brekenfeld
f4476b10f2 shell: Fix global+static mode 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
4a9afd0572 shell: Fix render positions for global workspace mode 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
aa2e7c0a02 ext_workspace: Utilize 2d-coords for workspace outputs 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
a066edab0b move: Fix window offset 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
ae34a0da62 tiling: Fix merging workspaces 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
e88f5898f7 window: Add window-specific debug overlay (not enabled) 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
8430566e5e input: Fix variety of output shortcuts 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
b2686424ea seat: Workaround old active outputs on hotplug 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
cd5c185440 input: Fix layer-shell popups 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
9823b42c20 Fix fullscreen window geometry 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
7a034c8e52 deps: smithay + egui update 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
7e45e51781 tiling: Add proper output_enter/leave events 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
77858d3628 tiling: Properly center windows with gaps 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
15fe9af342 shell/tiling: Allow moving alone windows 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
bca72a9b0e kms: Correctly apply disabled confs 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
544acecd2e input: Various new keybindings 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
6cec3cb7e0 shell: Track workspace amount per set 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
4f443a3aab shell: Fix workspace numbering off-by-one 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
dec2a8e0b6 shell/tiling: Simplify sizing logic 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
fcf39337a7 shell/tiling: Fix segfault on detaching last output 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
78b9b07cec shell: Fix workspace naming 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
a8e0f99e4b shell: Fix layer_shell 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
cab52fbeef screencopy: Capture cursor for window capture 2022-11-23 16:10:37 +01:00
Victoria Brekenfeld
5a4df346a8 wip: screencopy 2022-11-23 16:09:58 +01:00
Victoria Brekenfeld
ff32f48f39 shell/tiling: Allow tiled windows to be resized 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
644d53c2da tiling: Allow windows to be moved 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
0c47631d9b shell/tiling: Add option to toggle orientation 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
01b34aadd2 shell/floating: Add interactive move grab 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
3588978f68 shell/tiling: Fix next_focus for different orientation 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
634319a823 tiling: Fix for children count > 2 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
adb60d8c7f shell/tiling: Fix endless focus loop 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
45bd1a4bb5 shell: Adjust active workspace, when removing empty ones 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
375d40e388 shell: Move workspace on window move 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
38e3194331 shell: Fix workspaces without mapped outputs 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
4bafce880c shell/floating: Fix window size restore on toggle 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
7d068ab6bc shell/floating: Reintroduce resizing 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
bb07ab4155 shell: Support maximize and fullscreen requests 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
f59bb8a06e shell: Correctly handle window geometry 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
1eb5d1e64f shell/tiling: Fix off-by-one-parent group creation 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
e3ef569a6b shell/tiling: Fix wrong order for window positions 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
00f1b029da wip: New shell logic 2022-11-23 16:08:32 +01:00
Victoria Brekenfeld
98f34e5279 focus: Fixup popups again.. 2022-09-27 16:20:51 +02:00
Victoria Brekenfeld
9bd9c5d432 focus: Stop log spamming 2022-09-27 13:46:25 +02:00
Victoria Brekenfeld
464a900e4b focus: Track toplevels instead of wl_surfaces 2022-09-26 21:09:45 +02:00
Victoria Brekenfeld
6c66137c8c
Merge pull request #40 from pop-os/window-drag_jammy
Fix position window is rendered during drag with multiple outputs
2022-09-22 14:39:52 +02:00
Victoria Brekenfeld
9c993d3b41
Merge pull request #39 from wash2/fix-unwrap 2022-09-22 11:47:10 +02:00
Ian Douglas Scott
02d6f056a7 Fix position window of window during and after drag between monitors
This has been annoying me. With this, both floating and tiling windows
seem to appear where they should during a drag, and are in the right
position after the drag is over.
2022-09-21 16:34:22 -07:00
Ashley Wulber
62bf4b1ccd
fix: return if output is none 2022-09-21 13:51:59 -04:00
Ian Douglas Scott
7b670afc36 Update smithay and wayland-rs
Includes updates for split between `smithay::wayland::output` and
`smithay::output`.
2022-09-09 20:00:00 -07:00
Victoria Brekenfeld
6690e13d54 deps: Update smithay 2022-08-31 13:01:23 +02:00