Commit Graph

305 Commits

Author SHA1 Message Date
rustdesk eaeceeac29 https://github.com/rustdesk/rustdesk/issues/406#issuecomment-1064011977 2022-03-15 12:13:46 +08:00
rustdesk 88ac9e9d11 more pynput startup try 2022-03-08 17:59:26 +08:00
rustdesk ffb0fa4349 pynput run as user 2022-03-08 15:42:58 +08:00
rustdesk 74c3f1d7cc linux AltGr ok 2022-03-08 12:08:18 +08:00
rustdesk 617f87a797 fix wrong format of mac 2022-03-08 01:07:59 +08:00
rustdesk ab1805281f basically work, but AltGr not handle well, because confused with Alt_R,
and no idea how to get AltGr state. And on Windows, AltGr (some
keyboard, like br) trigger two key down: Left Control and Alt, how to
handle?
2022-03-07 00:48:20 +08:00
rustdesk 1758aa0f1e try out pynput 2022-03-06 03:10:16 +08:00
open-trade 8460c1ac42 format 2022-02-24 14:40:33 +08:00
fufesou 5a07701b90 remove remote conn id
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 11:32:14 +08:00
fufesou 01591d1abf fix hang up
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 02:46:47 +08:00
fufesou 128a4aca69 fix crash on windows clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 00:26:19 +08:00
fufesou 555ff0085a empty clipboard, debug crash & failed to copy
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 00:26:19 +08:00
fufesou 2f6b457b3f better control of clipboard file transfer
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 00:26:19 +08:00
fufesou 8834251eec move clipboard file service to cm module
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 00:26:19 +08:00
fufesou e80869af67 fix memory leak
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-15 21:28:41 +08:00
rustdesk 933969d1fe refactor cliprdr, not tested on windows yet 2022-02-15 14:46:08 +08:00
fufesou 6672087f7c windows clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-15 11:18:53 +08:00
open-trade 6c05f72d90 refactor should_exit 2022-02-07 18:39:49 +08:00
rustdesk 3ec69b6d97 refactor video_ack_required 2022-02-05 01:19:24 +08:00
rustdesk 5a0f8d008e video_ack_required for web 2022-02-04 22:18:48 +08:00
open-trade ea2fe3eff0 https://github.com/rustdesk/rustdesk/issues/366 2022-01-24 15:51:29 +08:00
rustdesk a3511d9157 update crates, and set new default #cpu 2022-01-24 02:26:07 +08:00
rustdesk bf578e768b set_nodelay 2022-01-23 20:53:55 +08:00
rustdesk a474f904b1 for back compatibility 2022-01-21 02:06:33 +08:00
open-trade 326eed5ee0 make tcp sync 2022-01-19 16:40:05 +08:00
open-trade 92a1bb04e9 make proto compatible to c++ 2022-01-17 16:53:17 +08:00
rustdesk 6bd730bc67 unwrap -> ok to avoid unintended crash 2022-01-15 19:11:19 +08:00
rustdesk 35816d4fbb polish block input 2022-01-15 18:27:15 +08:00
fufesou 25492c815c simple privacy mode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-15 16:57:07 +08:00
rustdesk 8f998771c9 refactor process id 2022-01-15 14:08:24 +08:00
rustdesk f47dcd1a8b remove psutil which is too old 2022-01-15 13:47:57 +08:00
rustdesk d069b73303 refactor 2022-01-15 02:16:00 +08:00
rustdesk 95239fc148 change back to broadcast, because multicast has big problem if multiple
interface with 0.0.0.0 binding
2022-01-14 23:02:08 +08:00
open-trade 0a2bc1cf8a try out muliticast on multiple interface 2022-01-14 18:16:00 +08:00
Chen Baiyu 78f2d3f31f Merge branch 'rustdesk:master' into master 2022-01-14 03:18:41 +08:00
rustdesk 780b57f597 load keyboard layout for mac 2022-01-14 01:15:03 +08:00
chenbaiyu f45a2c7a94 Add user and root config sync action 2022-01-13 16:33:51 +08:00
open-trade 3aebc43111 more control keys, and VkKeyScanW -> VkKeyScanExW with forground window
keyboard layout
2022-01-12 18:11:42 +08:00
rustdesk 8ea5d80f01 new lan discovery https://github.com/rustdesk/rustdesk/issues/261 2022-01-12 03:10:15 +08:00
open-trade 65eef2b579 raw lan discovery 2022-01-11 16:24:35 +08:00
open-trade 9c9855877d bind_multicast 2022-01-10 18:58:51 +08:00
open-trade 9a92b6ac4a revert back from lan discovery merge 2022-01-10 18:05:42 +08:00
RustDesk dfeb9a29c1 Merge branch 'master' into lan_discovery 2022-01-10 17:34:51 +08:00
rustdesk 3f56c82c7b revert keysym back, enigo's Layout can do this 2022-01-09 21:05:00 +08:00
rustdesk 0a294d9ff3 https://github.com/rustdesk/rustdesk/issues/292 2022-01-09 19:56:24 +08:00
open-trade a7a4cd7eac CI 2022-01-07 18:05:33 +08:00
open-trade 26d161f827 working on keysym 2022-01-07 18:03:55 +08:00
rustdesk 1931cb8c7c https://github.com/rustdesk/rustdesk/issues/356 2022-01-05 23:50:13 +08:00
rustdesk 32c5437c5d more equal check in config 2022-01-05 21:12:07 +08:00
open-trade b24e16d6c1 bug fix for msgbox, todo: test more for msgbox in file_transfer.tis 2022-01-05 16:32:45 +08:00