Ferdinand Schober
fad48c2504
no config is not an error
2024-01-17 08:37:18 +01:00
Ferdinand Schober
f28f75418c
add a warning when mouse is released by compositor
...
This can not be influenced and is helpful for debugging
2024-01-17 08:36:41 +01:00
Ferdinand Schober
e2c47d3096
fix: initial dns resolve was not working
2024-01-17 00:22:24 +01:00
Ferdinand Schober
f19944515a
Revert "temporary fix for AUR pkg"
...
This reverts commit 8c276f88b7 .
2024-01-16 23:11:13 +01:00
Ferdinand Schober
535cd055b9
fix initial activation
2024-01-16 19:49:34 +01:00
Ferdinand Schober
118c0dfc73
cleanup
2024-01-16 16:58:47 +01:00
Ferdinand Schober
7897db6047
remove unneccessary enumerate request
2024-01-16 16:15:23 +01:00
Ferdinand Schober
347256e966
fix frontend channel buffer size
2024-01-16 16:03:33 +01:00
Ferdinand Schober
0017dbc634
Update README.md
2024-01-16 13:01:25 +01:00
Ferdinand Schober
d90eb0cd0f
Activate on startup ( #70 )
...
Frontends are now properly synced among each other and on startup the correct state is reflected.
Closes #75
Closes #68
2024-01-16 12:59:39 +01:00
Ferdinand Schober
2e52660714
fix name of desktop entry
2024-01-15 11:06:00 +01:00
Ferdinand Schober
8c276f88b7
temporary fix for AUR pkg
2024-01-15 09:00:21 +01:00
Ferdinand Schober
13597b3587
fix app_id + app icon
2024-01-15 08:42:23 +01:00
CupricReki
b59808742a
Modified .desktop file to conform with standard ( #72 )
2024-01-15 07:28:38 +01:00
Ferdinand Schober
6c99f9bea3
chore: Release lan-mouse version 0.5.1
v0.5.1
2024-01-12 13:46:56 +01:00
Ferdinand Schober
d54b3a08e1
ignore double press / release events ( #71 )
...
This should fix most of the remaining issues with stuck keys in KDE
2024-01-12 13:13:23 +01:00
Ferdinand Schober
767fc8bd6b
comment about pointer relase in sending state
...
Figured out, why it sometimes happened that the pointer is released in
sending state. However nothing we can do about it.
(not a real issue)
2024-01-08 16:54:14 +01:00
Ferdinand Schober
fa15048ad8
ignore every event except Enter in receiving mode ( #65 )
...
Modifier or other key events are still sent by some compositors after leaving the window which causes them to be pressed on both devices.
Now an Enter event must be produced before any further events are sent out (except disconnect)
2024-01-05 18:00:30 +01:00
Ferdinand Schober
eb366bcd34
Update README.md
...
fix typos
2024-01-05 17:23:36 +01:00
Ferdinand Schober
91176b1267
Update README.md
...
see #64
2024-01-05 17:14:03 +01:00
Ferdinand Schober
a6f386ea83
windows: impl key repeating ( #63 )
...
closes #47
2024-01-05 13:19:41 +01:00
Ferdinand Schober
40b0cdd52e
Add security disclaimer
2024-01-03 16:52:56 +01:00
Ferdinand Schober
1553ed4212
Update README.md
2024-01-02 22:46:27 +01:00
Ferdinand Schober
4561c20610
layer-shell: recreate windows, when output is removed / added ( #62 )
...
Previously, when an output was removed (e.g. laptop lid closed and opened) the windows used for input capture would not appear anymore until toggling the client off and on
2024-01-01 22:48:44 +01:00
Ferdinand Schober
6cdb607b11
Fix Error handling in layershell producer ( #61 )
...
previous error handling resulted in a softlock when the connection
to the compositor was lost
2024-01-01 22:07:21 +01:00
Ferdinand Schober
f5827bb31c
fix port changing
2024-01-01 14:55:29 +01:00
Ferdinand Schober
64e3bf3ff4
release stuck keys ( #53 )
...
Keys are now released when
- A client disconnects and still has pressed keys
- A client disconnects through CTLR+ALT+SHIFT+WIN
- Lan Mouse terminates with keys still being pressed through a remote client
This is also fixes an issue caused by KDE's implementation of the remote desktop portal backend:
Keys are not correctly released when a remote desktop session is closed while keys are still pressed,
causing them to be permanently stuck until kwin is restarted.
This workaround remembers all pressed keys and releases them when lan-mouse exits or a device disconnects.
closes #15
2023-12-31 15:42:29 +01:00
Ferdinand Schober
6a6d9a9fa9
chore: Release lan-mouse version 0.5.0
v0.5.0
2023-12-28 17:57:04 +01:00
Ferdinand Schober
0fffd5bb15
fix error handling in portchange
2023-12-27 23:44:40 +01:00
Ferdinand Schober
b0df901fcc
ci: rename lan-mouse.zip to lan-mouse-windows.zip
2023-12-27 21:58:06 +01:00
Ferdinand Schober
9c0cc98dc0
Remove duplicate code ( #60 )
2023-12-27 21:40:10 +01:00
Ferdinand Schober
5c152b0cbe
ci: fix name-clash with macos binary
2023-12-27 21:39:22 +01:00
Ferdinand Schober
e155819542
unix: send SIGTERM instead of killing the service ( #59 )
2023-12-27 19:56:43 +01:00
Ferdinand Schober
4b6faea93a
add missing exe
2023-12-24 20:47:21 +01:00
Ferdinand Schober
80d8a496bb
zip windows files
2023-12-24 20:09:28 +01:00
Ferdinand Schober
53e1af0780
include dlls in release
2023-12-24 18:54:40 +01:00
Ferdinand Schober
d3fed1b769
enable gtk frontend in windows ( #58 )
...
The gtk frontend can now be built in windows!
The github workflow is updated to build GTK and add it to the releases section.
2023-12-24 18:00:59 +01:00
Ferdinand Schober
cdd3a3b818
Split tasks - event loop now properly asynchronous ( #57 )
...
DNS, etc. does no longer block the event loop
2023-12-23 14:46:38 +01:00
Ferdinand Schober
1cefa38543
hotfix: Dont stall the event loop if udp blocks
2023-12-22 17:45:20 +01:00
Ferdinand Schober
fed8e02d9f
Update dependencies ( #56 )
...
update wayland-client + reis
2023-12-22 14:50:12 +01:00
Ferdinand Schober
65a12735e2
add missing release() on event producer
2023-12-22 13:32:39 +01:00
Ferdinand Schober
3484cab28c
Update Roadmap
2023-12-20 11:35:49 +01:00
Ferdinand Schober
256d2107bd
downgrade libadwaita
...
AdwToolbarView is available starting with libadwaita 1.4,
which is very bleeding-edge
2023-12-19 22:09:12 +01:00
Ferdinand Schober
3ac738fb52
fix formatting
2023-12-19 21:29:38 +01:00
Ferdinand Schober
2ac9277fb0
macos: impl relative mouse motion
...
this fixes mouse movement in games
2023-12-19 21:25:29 +01:00
Ferdinand Schober
d9fa86ef00
cli: wait for connection ( #55 )
2023-12-19 17:22:39 +01:00
Ferdinand Schober
015facec39
formatting
2023-12-18 21:41:43 +01:00
Ferdinand Schober
66de3e3cbc
fix remaining clippy lints
2023-12-18 21:38:12 +01:00
Ferdinand Schober
4600db7af8
add cargo fmt + cargo clippy to rust workflow
2023-12-18 21:27:53 +01:00
Ferdinand Schober
9f23e1a75d
remove unused code
2023-12-18 20:54:06 +01:00