Commit Graph

320 Commits

Author SHA1 Message Date
Asura 05b157af45 Fix right ctrl #1166 2022-08-04 17:26:06 +08:00
Asura f1402a14a2 Merge branch 'translate_mode' 2022-08-04 01:21:46 -07:00
Asura 3b8032e5ec Merge translate mode 2022-08-04 16:11:37 +08:00
rustdesk 8b56a1a271 https://github.com/rustdesk/rustdesk/issues/1177 2022-08-04 09:26:15 +08:00
Asura b3b50829f5 Fix sycn of CapsLock 2022-08-03 14:52:08 +08:00
Asura d0702ddfd9 Add translate mode in UI 2022-08-03 14:34:05 +08:00
Asura 0695d50b9f Fix Shift release failed 2022-08-02 11:04:36 -07:00
Asura 90b36795ea Listening for char in Linux 2022-08-02 10:48:56 -07:00
Asura 5dfc41a7b8 Ignore dead keys in Linux 2022-08-02 06:07:44 -07:00
21pages de923fdd2e fix: hide restart menu item if version < 1.1.10
Signed-off-by: 21pages <pages21@163.com>
2022-08-02 11:29:48 +08:00
RustDesk c27882456e Merge pull request #1140 from fufesou/fix_privacy_mod_on_login
fix_privacy_mod_on_login: set some options after login
2022-08-01 23:57:12 +08:00
RustDesk 5baed21fce Merge pull request #1116 from Heap-Hop/opt_mobile_ui
Opt mobile UI
2022-08-01 22:39:31 +08:00
fufesou a9f40df2bc fix_privacy_mod_on_login: set some options after login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-08-01 22:31:10 +08:00
Kingtous 3458c164fb fix: add version key to detect specific send/recv logic 2022-08-01 09:50:23 +08:00
Asura 92c4ee1560 Fix character generation, altgr only takes effect locally 2022-08-01 00:52:07 +08:00
fufesou 2a6cd5853e fix_proto_defs: fix protobuf definitions
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-31 22:31:17 +08:00
csf eec26e5c70 add mobile restart remote device 2022-07-30 22:13:38 +08:00
csf e53119a01a add mobile quality monitor 2022-07-30 21:12:08 +08:00
Asura d5ac305e57 Add translate mode in remote 2022-07-28 11:00:01 +08:00
Sergey V. Kokorin 0deda08e5c Fix spelling: add space before "(beta)" 2022-07-27 16:18:04 +07:00
rustdesk ab2ac0755e refactor remote_restarting_tip 2022-07-27 16:00:48 +08:00
RustDesk 00d2381bc0 Merge pull request #1059 from 21pages/restart
feat: pc restart
2022-07-27 10:31:47 +08:00
21pages 461a87bce9 feat: pc restart
Signed-off-by: 21pages <pages21@163.com>
2022-07-27 08:49:10 +08:00
rustdesk 06ce3661f4 issue #1051 2022-07-27 00:31:20 +08:00
rustdesk 6981ae1c20 issue #1052 2022-07-26 23:00:55 +08:00
21pages 903fb77e70 refactor password
1. random password -> temporary password
2. security password -> permanent password
3. remove onetime password
4. add temporary password length setting
5. remove unnecessary ipc
6. always update temporary password after connection
7. show dots if permanent password is not empty
8. recover password style

Signed-off-by: 21pages <pages21@163.com>
2022-07-24 21:53:51 +08:00
Asura 1caee4e306 Sync CapsLock and NumLock status in legacy mode. 2022-07-23 08:20:39 -07:00
Asura a46df491e5 Merge branch 'master' of https://github.com/rustdesk/rustdesk 2022-07-23 06:33:15 -07:00
Asura 1b0fb5132c Support switching keyboard mode by UI 2022-07-23 20:51:01 +08:00
RustDesk eda5a94e33 Merge pull request #1013 from 21pages/hwcodec
Hwcodec: codec preference
2022-07-22 01:24:41 +08:00
fufesou e06c373389 fix_cmd_window: do not show cmd prompt window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-21 21:58:42 +08:00
RustDesk 416832a1ed Merge pull request #982 from twmsh/master
update bytes(protobuf types) mapping, from Vec<u8> to bytes:Byte
2022-07-21 18:09:14 +08:00
tom e811d5f18b modify argument of ConnectionTmpl::send_raw() 2022-07-21 17:54:07 +08:00
tom 9ab955bb8e enable serde feature of bytes, modify struct WriteBlock using Bytes 2022-07-21 16:07:19 +08:00
Asura ce3434fd37 Merge branch 'master' of https://github.com/rustdesk/rustdesk 2022-07-20 19:51:09 -07:00
21pages 7aa431d349 hwcodec: codec preference
Signed-off-by: 21pages <pages21@163.com>
2022-07-21 10:14:58 +08:00
Asura fe99231090 Make case insensitive of keyboard_mode 2022-07-19 16:49:05 +08:00
Asura d07ef7af8a Fix compile error of testcase 2022-07-19 16:15:57 +08:00
Asura cbdc28ee20 Fix compiler error 2022-07-19 01:04:23 -07:00
Asura 02b4d7f1d9 Refactor keyboard mode by enum 2022-07-19 15:43:13 +08:00
Asura 0bacc1c250 Compatible with legacy mode in client 2022-07-19 15:09:45 +08:00
Asura a77d64d181 Remove log 2022-07-18 18:47:38 -07:00
Asura 48466bfe37 Numpad when linux -> windows 2022-07-19 09:35:39 +08:00
Asura a118056c30 Fix sync Numpad status 2022-07-18 23:04:04 +08:00
Asura a2d8c31e85 Auto release key 2022-07-18 22:01:08 +08:00
21pages 0812dc79b8 control end close message
Signed-off-by: 21pages <pages21@163.com>
2022-07-18 21:27:59 +08:00
21pages e46019a171 password: safe/random personal password
Signed-off-by: 21pages <pages21@163.com>
2022-07-18 21:27:56 +08:00
Asura 80b01a96db Refactor to remove warning 2022-07-18 17:42:02 +08:00
Asura 72273f4546 Sync Numpad status 2022-07-18 02:19:33 -07:00
Asura 828795b437 Sync Caps status 2022-07-18 01:54:54 -07:00