Commit Graph

2055 Commits

Author SHA1 Message Date
fufesou
ae53ec877b translate mode, win2win, Send both unicode and virtual keycode to remote side
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 18:09:53 +08:00
fufesou
40204077db revert linux is_prelogin
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 13:18:01 +08:00
fufesou
820b01ab41 add translate mode ref link
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 11:42:16 +08:00
fufesou
de485ca3a4 remove wait prelogin in service
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 10:59:23 +08:00
RustDesk
0718f00eb2
Merge pull request #3876 from Grelo4ka/naming
Improve naming.rs
2023-04-01 10:58:39 +08:00
fufesou
3ab73bdf36 fix x11 login screen
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 10:27:15 +08:00
Tomasz Boguszewski
afa00df941 Improve argument parsing
Signed-off-by: Tomasz Boguszewski <tomekboguszewski1@gmail.com>
2023-04-01 04:23:25 +02:00
RustDesk
83b7518897
Revert "vp8" 2023-04-01 10:13:39 +08:00
Tomasz Boguszewski
6372c96722 Simplify gen_name function
Signed-off-by: Tomasz Boguszewski <tomekboguszewski1@gmail.com>
2023-04-01 04:09:35 +02:00
RustDesk
582e025145
Merge pull request #3854 from chiehw/release
Release modifier when multi conn
2023-04-01 10:00:49 +08:00
RustDesk
dae8b6d36b
Merge pull request #3869 from jimmyGALLAND/patch-3
Update fr.rs
2023-04-01 09:56:56 +08:00
Tomasz Boguszewski
b542acff23 Use match statement in msgbox function
Signed-off-by: Tomasz Boguszewski <tomekboguszewski1@gmail.com>
2023-04-01 03:39:34 +02:00
jimmyGALLAND
e4fc46a8f3
Update fr.rs 2023-03-31 22:32:39 +02:00
jimmyGALLAND
c0aa343757
Update fr.rs 2023-03-31 21:57:05 +02:00
chiehw
726884f1f3 Fix review 2023-04-01 01:12:41 +08:00
RustDesk
e372c403a8
Merge pull request #3859 from 21pages/vp8
vp8
2023-03-31 23:35:47 +08:00
21pages
78748271ac vp8
Signed-off-by: 21pages <pages21@163.com>
2023-03-31 22:32:34 +08:00
Kingtous
4c2169d929 feat: add dll setup/uninstall script 2023-03-31 17:00:36 +08:00
fufesou
0b417ac479 start --server on gmd wayland, just for communications, no connections will be established
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-31 16:42:35 +08:00
chiehw
0312e734c0 fix build 2023-03-31 16:22:06 +08:00
asur4s
0f72af6529 Release modifier when multi conn 2023-03-31 13:01:20 +08:00
fufesou
8cbb367b79 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-31 12:13:50 +08:00
fufesou
e6e36d38a3 translate mode, win, fix hotkeys
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-31 11:48:37 +08:00
RustDesk
bbaecb6b7f
Merge branch 'master' into video_queue 2023-03-30 18:58:23 +08:00
21pages
ede048bbd0 clear video queue if receive key frame, send key frame with channel
Signed-off-by: 21pages <pages21@163.com>
2023-03-30 18:52:39 +08:00
21pages
1b81d3643c video data queue for avoid data accumulation
Signed-off-by: 21pages <pages21@163.com>
2023-03-30 18:52:34 +08:00
21pages
5685a8b546 fix elevated process crash when remote insert lock screen
Signed-off-by: 21pages <pages21@163.com>
2023-03-30 16:44:09 +08:00
RustDesk
c19e9d6f10
Merge pull request #3816 from 21pages/delay_audio_send
audio latency
2023-03-29 18:58:46 +08:00
21pages
80b5033fb7 use ringbuf to limit audio latency
Signed-off-by: 21pages <pages21@163.com>
2023-03-29 18:13:58 +08:00
21pages
bdc11eb035 don't handle audio frame util ready
Signed-off-by: 21pages <pages21@163.com>
2023-03-29 18:13:53 +08:00
RustDesk
1224e7207d
Merge pull request #3832 from Kingtous/master
feat: add armv7, x86 sciter build for RustDesk
2023-03-29 17:11:01 +08:00
Kingtous
d2b71b96c1 feat: add llvm 32bit for sciter 2023-03-29 16:46:02 +08:00
asur4s
aace91ac5a Fix ci 2023-03-29 00:41:27 -07:00
Kingtous
260694fdaa add: nearby dll check 2023-03-29 13:26:53 +08:00
asur4s
bd7901af00 Release modifiers when exit 2023-03-28 21:49:22 -07:00
Andrzej Rudnik
3ba157c74e
Update pl.rs 2023-03-28 21:30:45 +02:00
fufesou
8cb361c51e remove android build warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-27 21:11:07 +08:00
fufesou
3fdffa1371 format
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-27 12:08:01 +08:00
fufesou
17fe62aec1 Do not send lock modifiers if no related keys are pressed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-27 12:06:38 +08:00
fufesou
e242df76b8 simplify keyboard lock modifiers
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-27 11:59:07 +08:00
asur4s
77125b7a98 fix conflict 2023-03-26 22:24:47 +08:00
chiehw
82a7554be1 Send key instead of char in numpad 2023-03-26 06:06:32 -07:00
chiehw
dbe1516096 Simulate char in win 2023-03-26 06:06:32 -07:00
滅ü
6418fadcd9
Update tw.rs 2023-03-26 18:12:49 +08:00
RustDesk
5e3280d7d7
Merge pull request #3789 from NicKoehler/patch-2
Update it.rs
2023-03-26 16:55:42 +08:00
RustDesk
c88163dca2
Merge pull request #3787 from flusheDData/master
Update es.rs
2023-03-26 16:54:48 +08:00
RustDesk
6d5ff38c68
Merge pull request #3782 from fufesou/refact/keyboard_led_state
Refact/keyboard led state
2023-03-26 16:54:25 +08:00
NicKoehler
35dd1fdfe6
Update it.rs 2023-03-26 10:42:56 +02:00
fufesou
68eaa9f000 macOS, fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-26 12:57:32 +08:00
fufesou
2baf83ce27 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-26 12:27:06 +08:00
fufesou
9d2b096626 Merge branch 'refact/keyboard_led_state' of github.com:fufesou/rustdesk into refact/keyboard_led_state 2023-03-26 12:24:56 +08:00
fufesou
1cbce77995 debug macOS
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-26 12:22:13 +08:00
fufesou
fc98b0355e derive is_numpad_key from https://github.com/rustdesk/rustdesk/pull/3785/files
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-26 12:21:17 +08:00
Miguel F. G
7f33165f06
Update es.rs
New terms added
2023-03-26 05:49:18 +02:00
Theofanis Sarmidis
706e993f83
Update el.rs 2023-03-25 21:05:10 +02:00
fufesou
8b4370773d debug, macOS
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-26 00:02:04 +08:00
fufesou
f1e0d64732 refact, sync lock modifiers, macOS, not debug yet
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-25 23:44:20 +08:00
fufesou
d0881cee10 debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-25 22:48:06 +08:00
fufesou
c0188c8e07 debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-25 22:48:05 +08:00
fufesou
fa272273a4 build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-25 22:48:05 +08:00
fufesou
ec47c3f894 refact, keyboard lock modifiers
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-25 22:48:05 +08:00
solokot
6c87c93df1
Update ru.rs 2023-03-25 15:07:39 +03:00
FastAct
63441e6411
Update nl.rs 2023-03-25 09:26:30 +01:00
Mr-Update
06cb59cb3b
Update de.rs 2023-03-24 14:34:23 +01:00
RustDesk
c3dfcd64fc
Merge pull request #3764 from fufesou/refact/flutter_dialog
refactor dialog
2023-03-24 17:37:40 +08:00
fufesou
8aaefe8612 misspell
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-24 16:28:37 +08:00
fufesou
98f24bb85a better connect dialog tips
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-24 16:22:05 +08:00
solokot
260346fa3e
ru.rs small improove 2023-03-24 11:16:05 +03:00
fufesou
9bca87a51f trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-24 15:49:29 +08:00
fufesou
8ebfd3f628 refactor dialog
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-24 15:21:14 +08:00
滅ü
29f4106c72
Update tw.rs 2023-03-24 02:55:25 +08:00
fufesou
8b455d586b fix, linux as controlled side, change resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-23 21:17:02 +08:00
fufesou
d7f16a5c0a remove xrandr parser
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-23 18:25:27 +08:00
rustdesk
b763ec3080 revert #560 for #3748 2023-03-23 14:31:50 +08:00
asur4s
4d076988cd fix ci 2023-03-22 06:28:09 -07:00
asur4s
33a1ab0d32 Refactor is altgr for clearer expression 2023-03-22 05:09:02 -07:00
chiehw
8478c2ba48 Refactor: is press 2023-03-21 17:29:47 -07:00
chiehw
e99af2b0d4 Refactor: is altgr 2023-03-21 17:29:47 -07:00
Asura
5b6cf27393 fix rename event in macos 2023-03-21 17:29:47 -07:00
chiehw
e90ac742f4 fix rename event in win 2023-03-21 17:29:47 -07:00
asur4s
f709118c69 Check if event is altgr 2023-03-21 17:26:19 -07:00
asur4s
f441d2fe5e fix rename event in linux 2023-03-21 17:26:19 -07:00
NicKoehler
7ac58f8875
Update it.rs 2023-03-21 16:12:28 +01:00
fufesou
172221192f better peer info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-21 13:21:00 +08:00
fufesou
bea1eacf72 debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-21 12:25:58 +08:00
fufesou
1d122b5a73 platform additions
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-21 11:27:30 +08:00
Mr-Update
be0b54dd7d
Update de.rs 2023-03-20 23:10:55 +01:00
RustDesk
8b229f304d
Merge pull request #3719 from chiehw/win-linux
translate mode: support linux in server
2023-03-20 15:55:24 +08:00
rustdesk
903cadd3ed add driverCert into reinstall 2023-03-20 12:14:31 +08:00
rustdesk
fddf279bdc add driverCert into silent install 2023-03-20 12:13:52 +08:00
chiehw
44560b687e fix format 2023-03-20 10:13:06 +08:00
asur4s
6ffa2cacb1 Clean remapped keycodes when breakdown 2023-03-19 19:02:59 -07:00
rustdesk
88072a334f fix ci #3328 2023-03-20 09:36:36 +08:00
rustdesk
706e080071 fix #3328 2023-03-20 00:56:17 +08:00
rustdesk
4d827708c3 add password to --connect command in flutter, --connect id [passord] 2023-03-20 00:16:06 +08:00
rustdesk
7009d4fa7b fix #3129 2023-03-19 20:07:06 +08:00
Theofanis Sarmidis
2a3e5429c0
Update el.rs 2023-03-19 12:29:44 +02:00
asur4s
ba4945f598 Get char when hot key is pressed 2023-03-18 20:57:19 -07:00
asur4s
2aae2ca513 Refector key click && Clear remapped keycodes 2023-03-18 20:55:35 -07:00
rustdesk
490fa25521 not fix #3703, but avoid same problem happening for the future versions 2023-03-18 14:25:30 +08:00