Shawn Wallace
42ffd06d1e
xstate: avoid crashing if setting fullscreen state fails
...
Could be triggered by spamming alt+z with gpu-screen-recorder-ui.
2025-01-07 21:41:28 -05:00
Shawn Wallace
94da1af753
Handle INCR selections properly
...
Closes #82
2024-12-20 20:46:04 -05:00
Shawn Wallace
03a53b6ad7
Set primary output when window focused
...
Closes #80
2024-12-18 01:49:55 -05:00
Shawn Wallace
3e6f892d20
Avoid processing events from a reparented window
...
Should fix #71
2024-11-08 22:37:34 -05:00
Shawn Wallace
b0ee6db9fa
Unfocus window on X11 side when keyboard focus is lost
...
Closes #69 (nice)
2024-10-29 23:24:44 -04:00
Shawn Wallace
67efa2c559
Kill clients missing WM_DELETE_WINDOW protocol on close
...
Allows the compositor to close glxgears and other similar apps.
2024-10-25 02:40:33 -04:00
Shawn Wallace
ab2d09962c
Make WL_SURFACE_ID error message clearer for user
2024-10-17 00:23:21 -04:00
Shawn Wallace
b962a0f33b
Don't use MULTIPLE target atom for getting selections
...
The ICCCM claims this is a "required" target for selection owners,
however several GTK clients (zenity, winecfg) don't seem to support it.
(So much for required.) Just manually grab all the supported targets
individually from the selection owner instead.
Fix for #50
2024-09-15 01:28:32 -04:00
Shawn Wallace
8892570093
Fix panic when title contains null bytes
...
Fixes #42
2024-07-22 18:24:21 -04:00
galister
054af2a1f7
do not panic if focus_window fails ( #39 )
...
Some windows don't take well to being focused, but it doesn't matter that much.
---------
Co-authored-by: Shawn Wallace <yungwallace@live.com>
2024-07-16 18:12:58 -04:00
Shawn Wallace
3140b7c83e
Replace references to "exwayland" with "satellite"
...
Exwayland was the original working name for the project, but satellite
is way cooler.
2024-07-07 17:07:39 -04:00
Shawn Wallace
03a0e1754d
Unconditionally set input focus on activation
...
Wine windows had WM_HINTS.input set to False, and expected use of the
WM_TAKE_FOCUS protocol, but Wayland input is much more absolute, so this
protocol is useless to us. Always focusing windows seems to be fine, so
just do that.
Should fix #35 .
2024-07-07 16:50:28 -04:00
Shawn Wallace
d32eae139d
Avoid exposing mime types that couldn't be read from through clipboard
...
Attempts to address #27
2024-07-04 17:55:49 -04:00
Shawn Wallace
98a81c2668
Support repositioning mapped popups
...
Requires xdg_wm_base version 3+. Helps make some Steam popups act more
consistently.
2024-07-04 16:02:35 -04:00
Shawn Wallace
ece5d1bd10
Actually properly offset popups on offset outputs
...
Also update window positions when output positon changes.
2024-07-04 14:57:07 -04:00
Shawn Wallace
d8a9c28fa7
Fix hover when focus is different from hover window
...
Fixes #14
2024-06-30 02:45:31 -04:00
Shawn Wallace
d3a46b7c8a
Fix mouse input on outputs not located at 0,0
...
Possibly addresses #21 .
2024-06-30 01:20:02 -04:00
galister
f261e3feec
Fix panic when WM_NAME or NET_WM_NAME has invalid UTF-8
2024-06-15 01:09:07 -04:00
Shawn Wallace
b6d281967c
Update dependencies and bump version
2024-06-12 00:16:18 -04:00
Shawn Wallace
5e7f2df05e
Sync clipboard between X11 and Wayland
...
You would not believe how much work this was.
Closes #23
2024-06-06 22:41:19 -04:00