fufesou
2081113bed
simple_rc: win init simple resource pack
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-30 13:06:48 +08:00
fufesou
c269d1c831
privacy_mode: win10 magnifier
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-30 12:08:28 +08:00
SoLongAndThanksForAllThePizza
59a8600b53
fix flutter ffi init for all platforms
2022-05-29 15:18:36 +08:00
SoLongAndThanksForAllThePizza
e836b7fcfb
implement functional draft version
2022-05-29 04:39:12 +08:00
RustDesk
70d4df9b85
Merge pull request #644 from curo-open/fix-cs-translation
...
fix some issues in Czech translation
2022-05-29 01:36:58 +08:00
k2s
4f843b98c7
fix some issues in Czech translation
2022-05-28 18:55:03 +02:00
Martin Minka
9688a3157a
add slovak translation
2022-05-28 18:50:28 +02:00
SoLongAndThanksForAllThePizza
9dd6e40003
add comment
2022-05-28 03:56:42 +08:00
fufesou
5fc32971df
better_linux_run_cmds: run cmds without creating tmp files
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-27 11:07:24 +08:00
rustdesk
1c447fe438
fix cs
2022-05-26 21:22:42 +08:00
RustDesk
f2f12ffb6b
Update lang.rs
2022-05-26 21:07:39 +08:00
p-bo
09ea396b54
Add Czech localization to application
2022-05-26 15:04:13 +02:00
csf
699907eebd
fix build & create ui interface
2022-05-26 18:11:00 +08:00
fufesou
7c99ac2ba2
fix_deadlock_general_service: fix deadlock when join general service.
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-26 17:08:29 +08:00
Lorenzo Milesi
d9d1f4d4f6
Minor fixes to Italian translation
2022-05-26 09:15:02 +02:00
csf
9aa3f5c519
del unused
2022-05-26 12:19:11 +08:00
csf
35e17f0ef9
fix windows
2022-05-25 21:07:24 -07:00
csf
7955381655
refactor ui struct -> global ref (linux)
2022-05-26 11:54:29 +08:00
csf
8edc0d4c76
fix ref fun
2022-05-25 23:22:14 +08:00
csf
f4c4b0d9f3
public ui function
2022-05-25 23:09:14 +08:00
SoLongAndThanksForAllThePizza
537918674e
fix unchanged mobile
2022-05-25 20:57:25 +08:00
SoLongAndThanksForAllThePizza
4d324063c5
add flutter feature and rename mobile to flutter
2022-05-25 20:23:02 +08:00
Kingtous
a364e7f808
demo: use mobile_ffi to get id for desktop version
2022-05-25 14:12:40 +08:00
Saverio Miroddi
230f74da2e
Remove IS_IN unsafe code, by using AtomicBool
2022-05-24 18:37:24 +02:00
Saverio Miroddi
0c0051d59a
Remove SERVER_FILE_TRANSFER_ENABLED unsafe code, by using AtomicBool
2022-05-24 18:37:22 +02:00
Saverio Miroddi
45bb271c88
Remove SERVER_KEYBOARD_ENABLED unsafe code, by using AtomicBool
2022-05-24 18:12:42 +02:00
Saverio Miroddi
c7f452752d
Remove SERVER_CLIPBOARD_ENABLED unsafe code, by using AtomicBool
2022-05-24 18:12:33 +02:00
Saverio Miroddi
7f50fe3ea0
Remove KEYBOARD_HOOKED unsafe code, by using AtomicBool
...
For supported types, static R/W globals unsafe code can be replaced by safe `Atomic*` types.
The pattern of usage is simple:
- AtomicBool#swap is used to fetch the old `KEYBOARD_HOOKED` value, while setting it to true;
- if the old value was true, there is effectively no change to `KEYBOARD_HOOKED`, and the flow exits from the enclosing function;
- if the old value was false, execute the function (the new `KEYBOARD_HOOKED` has been set to true by swap()).
The most conservative ordering is used, as the context is not performance-sensitive.
Atomics are not supported on every platform, but the project assumes x86-64, which supports them.
2022-05-22 18:48:08 +02:00
Viktor
4a72702679
Update ru.rs
2022-05-22 10:49:37 +03:00
RustDesk
6a11981675
Merge pull request #581 from mrladeia/patch-1
...
Update ptbr.rs
2022-05-22 12:11:09 +08:00
Chris Cavalluzzi
a5d4cad5b7
Add dark theme for main desktop client window
...
Signed-off-by: Chris Cavalluzzi <chriscavalluzzi@gmail.com>
2022-05-21 19:11:50 -06:00
Marcos Rodrigo Ladeia
125259fe0e
Update ptbr.rs
...
Correcting pt-BR translation
2022-05-21 19:15:42 -03:00
SiderealArt
534454a055
Update tw.rs
2022-05-20 19:38:29 +08:00
Kingtous
0958126739
fix: windows -> unix
2022-05-20 11:31:09 +08:00
Kingtous
c4663ecbf3
fix: linux <- windows subfolder collepsed
2022-05-20 10:53:10 +08:00
RustDesk
b267da2e70
Merge pull request #564 from Heap-Hop/master
...
mobile & web rgba stream
2022-05-20 09:39:15 +08:00
csf
7c5a136b6b
mobile & web rgba stream
2022-05-20 09:28:46 +08:00
rustdesk
920a3c0a4f
refactor
2022-05-20 00:22:43 +08:00
rustdesk
a1a41bea06
missed commit
2022-05-20 00:11:48 +08:00
rustdesk
8d34496db8
rename
2022-05-20 00:11:22 +08:00
csf
f5027382d9
update LatencyController
2022-05-19 23:10:06 +08:00
csf
a071eeb710
fix audio latency
2022-05-19 18:39:13 +08:00
RustDesk
31a40538dc
Merge pull request #545 from Kingtous/feat/file_transfer_option_mobile
...
feat: [mobile] more precise control method for transfering files
2022-05-18 17:02:39 +08:00
rustdesk
88c8da5402
fix cm
2022-05-18 16:12:50 +08:00
Kingtous
42f2ebc8e6
opt: clean code
2022-05-18 15:45:45 +08:00
Kingtous
3bf3b7950f
fix: compile with master
2022-05-17 23:26:05 +08:00
Kingtous
fc39c0ffc0
add: android file transfer logic
2022-05-17 23:03:55 +08:00
Kingtous
c4d41c21f3
fix: compile
2022-05-17 23:03:55 +08:00
RustDesk
7a3e95eddd
Merge pull request #544 from Heap-Hop/event_channel
...
use new event channel for mobile and web
2022-05-17 22:09:03 +08:00
csf
7296e55435
del unused
2022-05-17 21:58:15 +08:00
csf
a7af7967f6
use new event channel for mobile and web
2022-05-17 19:59:37 +08:00
Kingtous
39eb1b7211
opt: add resume btn
2022-05-16 14:45:17 +08:00
Kingtous
d186dd26a2
fix: change state to sync jobs to adapt master branch logic
2022-05-16 14:45:17 +08:00
Kingtous
c96c0df645
fix: rebase conflict
2022-05-16 14:45:17 +08:00
Kingtous
8a6c3fe70a
fix: invert inline
2022-05-16 14:45:17 +08:00
Kingtous
52fd312ff3
opt: clean code
2022-05-16 14:45:17 +08:00
Kingtous
a2bc2a21bb
add: file_num offset
2022-05-16 14:45:17 +08:00
Kingtous
9dbd94daac
feat: load last job
2022-05-16 14:45:17 +08:00
Kingtous
77bb821ecf
fix: to string
2022-05-16 14:45:17 +08:00
Kingtous
b3f523f65e
fix: serde
2022-05-16 14:45:17 +08:00
Kingtous
11e0d2cbf1
add: job logic
2022-05-16 14:45:17 +08:00
Kingtous
2caa2db463
fix:
2022-05-16 14:45:17 +08:00
Kingtous
83c75409e8
add: msg
2022-05-16 14:45:17 +08:00
Kingtous
74a3799b78
add: meta info
2022-05-16 14:45:17 +08:00
Kingtous
529e5104c7
fix: comma
2022-05-16 14:45:17 +08:00
Kingtous
02f214e39a
opt: name, imports
2022-05-16 14:45:17 +08:00
Kingtous
265e3c760e
fix: confirmDelete -> cancel Delete
2022-05-16 14:45:17 +08:00
Kingtous
74b3cb1c58
fix: skip issue
2022-05-16 14:45:17 +08:00
Kingtous
4975c9b54d
add: overwrite version limit, remove debug log
2022-05-16 14:45:17 +08:00
Kingtous
050952e5e8
fix: confirmDelete -> cancel Delete
2022-05-16 14:45:16 +08:00
Kingtous
96c7202e4b
add: remote ret back override confirmation[2/2]
2022-05-16 14:45:16 +08:00
Kingtous
c17e77148e
add: remote ret back override confirmation
2022-05-16 14:45:16 +08:00
Kingtous
51caeafebd
add: server override
2022-05-16 14:45:16 +08:00
kingtous
8854fcbe85
add: automatic accept confirm log
2022-05-16 14:45:16 +08:00
kingtous
5caf28ebe6
add: send confirm request logic
2022-05-16 14:45:16 +08:00
kingtous
b08877031f
feat: server connections
2022-05-16 14:45:16 +08:00
kingtous
f4c6c4f6c4
feat: add file digest
2022-05-16 14:45:16 +08:00
rustdesk
66188d200d
typo
2022-05-15 00:25:58 +08:00
rustdesk
bc4d727ffd
fix naming
2022-05-14 17:02:31 +08:00
rustdesk
750a800c08
new naming to support plain config
2022-05-14 17:00:21 +08:00
rustdesk
73843d0a18
fix tr
2022-05-13 21:38:49 +08:00
RustDesk
be45fa106c
Merge pull request #512 from apieiron/patch-1
...
I added Turkish language translate
2022-05-13 21:33:34 +08:00
rustdesk
27a4c7e79c
missed
2022-05-13 20:31:44 +08:00
RustDesk
fb92586e72
Delete lic_main.rs
2022-05-13 20:11:43 +08:00
Apieiron
db5e40b5c4
I added Turkish language translate
...
I hope you can add this translate soon. Thank you for this app!
2022-05-13 14:00:10 +03:00
rustdesk
d564b90541
remove confusion
2022-05-13 18:10:32 +08:00
rustdesk
0d9d00baba
remove echo, https://github.com/rustdesk/rustdesk/issues/504
2022-05-13 17:56:36 +08:00
Viktor
eb72f890fd
Update ru.rs
2022-05-12 21:38:25 +03:00
csf
5ebf22a880
update tips and translate
2022-05-12 22:09:45 +08:00
csf
678ee21449
remove old test
2022-05-12 20:01:10 +08:00
rustdesk
1ab061a690
fix oboe
2022-05-12 17:55:49 +08:00
rustdesk
2e75028d83
fix log
2022-05-12 17:50:00 +08:00
rustdesk
c1bad84a86
100% open source
2022-05-12 17:35:25 +08:00
rustdesk
711d7ed6cd
https://github.com/rustdesk/rustdesk/issues/492
2022-05-10 01:08:21 +08:00
rustdesk
010080c10f
id lang
2022-05-09 12:27:50 +08:00
RustDesk
6442138f55
Merge pull request #488 from darkterminal/master
...
Added Indonesia Translation
2022-05-09 12:13:48 +08:00
Imam Ali Mustofa
e2e2b546a1
Update id.rs
...
Using template.rs
2022-05-09 11:12:43 +07:00
rustdesk
2724bd4000
try out unicode if key_down fail
2022-05-09 01:36:56 +08:00
rustdesk
ed897f4b6d
update lang template
2022-05-08 11:27:48 +08:00
Imam Ali Mustofa
3e9ffc9dce
Create id.rs
2022-05-08 07:53:35 +07:00
rustdesk
2705228394
https://github.com/rustdesk/rustdesk/issues/477
2022-05-07 22:47:43 +08:00
rustdesk
12ff1e316e
fix vmware dxgi bug
2022-05-06 22:38:08 +08:00
rustdesk
6cfbbbc067
fix opensuse
2022-05-05 01:33:49 +08:00
rustdesk
b5395d954a
refactor config sync
2022-05-04 20:39:07 +08:00
rustdesk
0d585a751a
remove one .sep
2022-05-03 20:24:39 +08:00
ripp2003
c9cd57e178
Update fr.rs
...
Do you accept was not trad
2022-05-02 07:45:10 +02:00
rustdesk
8a3da687c1
help on mac permissons
2022-05-02 02:44:16 +08:00
rustdesk
0e4e7fcb9b
fix cm
2022-05-02 00:02:41 +08:00
rustdesk
7235756603
fix config sync
2022-05-01 00:50:54 +08:00
rustdesk
f6612d39bf
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
2022-04-30 16:43:01 +08:00
rustdesk
a9ada68bfc
workaround for shit sciter about style
2022-04-30 16:42:49 +08:00
rustdesk
f21788b967
fix compile warn on win
2022-04-30 14:59:21 +08:00
rustdesk
f90f83fbda
more friendly to 0 connections if any unknow happend
2022-04-29 23:32:10 +08:00
rustdesk
1235edb239
found one blank cm, still not find reason
2022-04-29 19:40:53 +08:00
rustdesk
e2c9b78254
mac tray work
2022-04-29 16:21:18 +08:00
rustdesk
8df1e42977
hide icon after initialization before close is useless
2022-04-29 10:40:00 +08:00
rustdesk
69b3f6660a
fix ci
2022-04-28 21:54:27 +08:00
rustdesk
c1f5c20e94
https://github.com/rustdesk/rustdesk/issues/77 mac tray, still no find good way to open rustdesk from finder after tray
...
shown
2022-04-28 21:32:44 +08:00
rustdesk
de44e45ed6
small tweak
2022-04-28 12:10:14 +08:00
rustdesk
0b6155bab8
looks robust now
2022-04-28 04:22:46 +08:00
rustdesk
8995011d45
still not robust
2022-04-28 03:25:39 +08:00
rustdesk
bbe902d92e
improve mac service
2022-04-27 19:21:38 +08:00
rustdesk
33c6095eca
autofocus chat box input
2022-04-27 01:07:00 +08:00
rustdesk
e66ccdca9d
comment for another service implementation
2022-04-26 14:09:47 +08:00
rustdesk
4dfd57ea19
missed file
2022-04-26 11:20:02 +08:00
rustdesk
3566b0ee7a
new mac service and local config
2022-04-26 11:19:45 +08:00
rustdesk
05ac26e5fe
fix long remote-id style
2022-04-26 00:46:21 +08:00
rustdesk
f1d187739c
https://github.com/rustdesk/rustdesk/issues/461
2022-04-24 23:54:05 +08:00
rustdesk
e2161bcc43
fix last PR
2022-04-24 18:11:52 +08:00
RustDesk
ec700ad37d
Merge pull request #456 from xxrlzzz/optimize_appbar
...
Optimize appbar for macos
2022-04-24 17:21:21 +08:00
xxrl
81cd079faa
Fix ui issue
2022-04-24 17:15:20 +08:00
rustdesk
eaa481cbea
fix transparent cursor
2022-04-24 14:53:19 +08:00
rustdesk
264db496ff
fix video service
2022-04-24 02:43:00 +08:00
rustdesk
f42a77ad22
fix lock screen for mac and linux
2022-04-24 02:37:27 +08:00
rustdesk
6bc0c3ce98
fix CI
2022-04-23 02:51:54 +08:00
rustdesk
ae74570ab8
fix CI
2022-04-23 02:29:11 +08:00
rustdesk
5bf8e8f001
change linux audio playback from cpal to pulse, because stupid cpal 100% cpu usage problem
2022-04-23 02:17:33 +08:00
xxrl
cfa0c1039c
Optimize appbar for macos
2022-04-22 23:41:12 +08:00
rustdesk
5d143f57d7
SystemTime::now not work stable on my win7 32, change to Instant
2022-04-22 02:05:11 +08:00
rustdesk
1e120eef18
async logger holder
2022-04-21 21:51:53 +08:00
rustdesk
ccffa14450
fix chat window focus problem and update version number https://github.com/rustdesk/rustdesk/issues/443
2022-04-20 20:44:48 +08:00
rustdesk
d858790170
trans
2022-04-20 17:53:43 +08:00
rustdesk
19468cdbcd
wordy
2022-04-20 17:46:21 +08:00
rustdesk
c79c55d643
fix trans
2022-04-20 15:53:13 +08:00
rustdesk
4829b87546
trans
2022-04-20 15:45:33 +08:00
rustdesk
f95f9e408a
workaround for wrong password input hanging
2022-04-18 23:41:43 +08:00
rustdesk
915edf49ab
alternative libsciter.so path
2022-04-18 15:45:12 +08:00
rustdesk
bbdf3fc9a3
fix mouse out for android
2022-04-17 23:35:53 +08:00
rustdesk
110d63f526
comment out biased
2022-04-16 12:12:34 +08:00
rustdesk
75c9a8c561
remote min size, android icon and scrap memory safety
2022-04-14 20:44:43 +08:00
Radion Mynayev
f915ab3e79
Update ru.rs
...
Corrected some Russian translations
2022-04-11 11:23:24 +09:00
rustdesk
8d1f1a9ab4
TouchPad -> Mouse
2022-04-08 18:29:40 +08:00
rustdesk
fa2407d857
fix remote_dir
2022-04-07 22:13:30 +08:00
rustdesk
840413db5f
more trans
2022-04-06 10:51:24 +08:00
RustDesk
f370c60d06
Update lang.rs
2022-04-06 10:26:09 +08:00
Mateus Auler
a29de132a3
Translate UI to Portuguese (Brazil)
...
Signed-off-by: Mateus Auler <mateusauler@protonmail.com>
2022-04-05 19:05:13 -03:00
rustdesk
6d122d8aef
smaller letter size
2022-04-04 15:00:26 +08:00
rustdesk
fb98209008
trans
2022-04-04 14:09:54 +08:00
rustdesk
a56aa08a66
fix file delete bugs
2022-03-28 19:05:12 +08:00
rustdesk
3ea33f7203
improve file write to cm
2022-03-26 03:05:15 +08:00
rustdesk
75c9bbb30f
refactor IdPk
2022-03-26 00:06:06 +08:00
rustdesk
1c84fc3786
default relay_server
2022-03-25 18:39:06 +08:00
rustdesk
08330cdaeb
longer test_nat timeout
2022-03-25 17:32:32 +08:00
rustdesk
908a7071a7
fix trans
2022-03-24 15:27:06 +08:00
rustdesk
f964827f00
add src/lang/template.rs
2022-03-23 23:58:18 +08:00
rustdesk
bb58d7f69a
Purslane Ltd.
2022-03-23 12:40:22 +08:00
rustdesk
0dd4087408
fix file transfer hanging if disabled, and add trans
2022-03-22 17:09:45 +08:00
rustdesk
9136b3e3f8
fix style
2022-03-21 14:40:36 +08:00
rustdesk
c03c49d482
bug
2022-03-21 00:53:35 +08:00
rustdesk
3cba56c809
fix id_pk
2022-03-20 21:30:04 +08:00
rustdesk
1e0a347893
refactor signed_pk
2022-03-20 20:20:32 +08:00
fufesou
561a0d20ed
virtual display: win10 auto install and uninstall virtual display
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:27 +08:00
fufesou
117bbb3409
virtual display: plugout monitor on disconnecting, debug failed, may crash...
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:27 +08:00
fufesou
974c259a3d
virtual display: win10 trivial refactor
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:27 +08:00
fufesou
957eabcef0
virtual display: win10 debug windows.
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:27 +08:00
fufesou
1eb696356e
virtual display: idd add uninstall && example1
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:27 +08:00
fufesou
b734e8aee9
add virtual display
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:26 +08:00
rustdesk
3f57604891
missed port forward check
2022-03-12 12:38:41 +08:00
rustdesk
565e81d329
fix linux lock screen
2022-03-11 12:41:19 +08:00
rustdesk
362aa9a8ff
fix show_progress
2022-03-09 21:43:50 +08:00
rustdesk
4f0a58a691
disable privacy mode (not work well), and disable block input if sas not
...
enabled (not installed version)
2022-03-09 10:55:13 +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
c632b0e8fb
scale cursor
2022-03-08 00:27:12 +08:00
rustdesk
dfd128c817
refactor blank thread exit
2022-03-07 22:26:34 +08:00
rustdesk
71fb27fe4b
AltGr works on >10, but not on win7, even with pynput
2022-03-07 20:52:12 +08:00
rustdesk
dcad90e073
more on AltGr
2022-03-07 20:16:28 +08:00
rustdesk
b8f7e347c3
fixing AltGr
2022-03-07 16:19:10 +08:00
rustdesk
bcda7d3193
refactor fix_key_down_timeout
2022-03-05 15:16:10 +08:00
rustdesk
bf0270323c
fix show_progress
2022-03-04 00:52:59 +08:00
rustdesk
488b2455b7
another possible cpu burning
2022-03-03 20:46:27 +08:00
rustdesk
db6f46f165
fix cpu burning issue
2022-03-03 20:25:23 +08:00
rustdesk
c4491b0248
https://github.com/rustdesk/rustdesk/issues/421
2022-03-01 11:19:13 +08:00
rustdesk
cd7b7cc555
fix audio exit bug
2022-03-01 10:38:31 +08:00
RustDesk
e2eef09373
Merge pull request #420 from fy2462/fix_audio_sample_exit_when_mute
...
Fix audio sample exit when mute
2022-03-01 10:36:18 +08:00
yanfeng
ce46fe7d80
Fix audio sample exit when mute
2022-03-01 10:28:53 +08:00
rustdesk
064879d9d2
revert back because big noise on mac
2022-02-28 18:35:40 +08:00
rustdesk
8648c70df4
refactor
2022-02-28 12:36:32 +08:00
yanfeng
b19d3f5a1c
rename function.
2022-02-28 12:03:24 +08:00
yanfeng
2bcc08f084
Miss the checking code.
2022-02-28 12:00:51 +08:00
yanfeng
aa5c7cc38e
Fix switch audio input device failed in index page on Linux.
2022-02-28 11:45:02 +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
rustdesk
8770552448
refactor cm for clipboardfile
2022-02-24 10:38:17 +08:00
fufesou
01591d1abf
fix hang up
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-02-24 02:46:47 +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
csf
82d5924401
try to fix audio play noise;improve audio performance
2022-02-22 20:45:49 +08:00
rustdesk
f11ca64eac
handling IME
2022-02-21 09:39:01 +08:00
rustdesk
6fa8138568
fix CI
2022-02-20 10:12:28 +08:00
RustDesk
270c927d2f
Merge pull request #408 from victorbnl/fix-french
...
Fix french translation
2022-02-20 10:06:29 +08:00
RustDesk
c117eaee2e
Merge pull request #407 from victorbnl/esperanto
...
Add esperanto translation
2022-02-20 10:05:32 +08:00
Victor B
100daf4031
Fix french translation
2022-02-19 20:14:41 +01:00
Victor B
3b3958ed20
Add esperanto translation
2022-02-19 20:01:28 +01:00
rustdesk
4e9a96dad9
direct access port editable
2022-02-19 15:30:09 +08:00
rustdesk
1c7f9b6f45
https://github.com/rustdesk/rustdesk/issues/264
2022-02-18 11:15:40 +08:00
RustDesk
d7becdfa9f
Merge branch 'master' into russian
2022-02-17 08:56:47 +08:00
WoozyMasta
57722c950a
fix: load German language
2022-02-17 02:08:18 +03:00
WoozyMasta
691b85b3fc
feat: added Russian l18n
2022-02-17 02:05:24 +03:00
rustdesk
c7191023cb
test_nat_type sleep time
2022-02-16 20:12:33 +08:00
rustdesk
52919fd77b
remove CLIPRDR_NAME
2022-02-15 22:33:44 +08:00
rustdesk
104c022b26
check_clipboard_file_context later
2022-02-15 22:20:28 +08:00
rustdesk
0b182b9acd
more trans
2022-02-15 19:08:29 +08:00
RustDesk
1ca94d7f81
Merge pull request #400 from MarcelKuesters/master
...
Added German translation.
2022-02-15 18:58:39 +08:00
Marcel Küsters
b0e6a59ded
Update lang.rs
...
Added German language.
Regards.
Marcel Küsters
2022-02-15 11:52:00 +01:00
Marcel Küsters
2f4d02c2bf
Create de.rs
...
Added German translation.
Regards.
Marcel Küsters
2022-02-15 11:42:08 +01:00
rustdesk
835db29c3f
fix cliprdr for windows after refactory
2022-02-15 15:35:19 +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
rustdesk
d87f29c679
traditional chinese
2022-02-12 11:50:39 +08:00
SiderealArt
e92700f3f9
Add Traditional Chinese translation
2022-02-12 11:42:39 +08:00
open-trade
8ce94e04b6
fix block_input hanging issue
2022-02-11 14:39:41 +08:00
open-trade
3c29b8a58a
fix style
2022-02-10 16:08:50 +08:00
rustdesk
08fdeb7d4b
remove old back-compatibility code
2022-02-10 11:32:16 +08:00
rustdesk
4df09f4aec
fix style
2022-02-09 20:35:50 +08:00
open-trade
4945605009
fix on cm (connectin not closed somehow) and refactor isEnterKey
2022-02-09 16:06:44 +08:00
open-trade
d313fa92e1
fix clipboard initial sync issue introduced in the PR
2022-02-08 20:34:10 +08:00
open-trade
aa1c0df08f
typo
2022-02-08 18:10:32 +08:00
open-trade
dddbae4eb1
fix on should_exit
2022-02-08 18:09:45 +08:00
open-trade
6143a3c649
fix style
2022-02-08 13:58:42 +08:00
open-trade
6c05f72d90
refactor should_exit
2022-02-07 18:39:49 +08:00
rustdesk
809c220eaf
stupid workaround for https://sciter.com/forums/topic/crash-on-latest-tis-mac-sdk-sometimes/
2022-02-06 18:19:06 +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
rustdesk
eb49af843c
tmp solution for msgbox in scrollable
2022-02-04 11:20:01 +08:00
rustdesk
9c6715f95e
reset input_blocked after reconnection
2022-02-01 23:43:42 +08:00
rustdesk
39ea73657d
typo
2022-02-01 21:52:07 +08:00
rustdesk
7d14ce98e1
fix style
2022-02-01 18:33:18 +08:00
rustdesk
3112792b7b
fix new msgbox when wrong password
2022-02-01 16:32:56 +08:00
rustdesk
cd62d7024b
new msgbox
2022-02-01 02:38:52 +08:00
rustdesk
bc3d3bd0ec
refactor server keyboard/clipboard enabled
2022-01-31 18:00:57 +08:00
rustdesk
484f50811d
no privacy mode if keyboard disabled
2022-01-31 17:27:21 +08:00
rustdesk
2a11bc63ce
more trans and format
2022-01-31 01:54:49 +08:00
rustdesk
64071943fc
change to async channel
2022-01-30 21:37:46 +08:00
rustdesk
29ca2ed14d
format
2022-01-30 21:34:34 +08:00
rustdesk
e23a6805e3
move audio/video decoder in seperate thread
2022-01-30 21:16:08 +08:00
rustdesk
5a9803c2c8
format lang
2022-01-30 03:41:18 +08:00
rustdesk
b5f056c0c0
missed options init
2022-01-29 21:30:14 +08:00
rustdesk
495cc9056e
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
2022-01-29 16:56:39 +08:00
rustdesk
6a19b8caa1
refactor msgbox
2022-01-29 16:56:24 +08:00
open-trade
2719936ea9
change tab padding to 8
2022-01-28 17:55:09 +08:00
open-trade
4108635b34
refactor tab responsive size again
2022-01-28 17:48:49 +08:00
open-trade
9118511bbd
min 3 chars
2022-01-28 17:13:56 +08:00
open-trade
7b06dab4ee
improve responsive tab size
2022-01-28 16:58:32 +08:00
rustdesk
1cda704628
more test_nat_type
2022-01-24 03:15:01 +08:00
rustdesk
a3511d9157
update crates, and set new default #cpu
2022-01-24 02:26:07 +08:00
rustdesk
98aa410683
more set_nodelay
2022-01-24 01:50:22 +08:00
rustdesk
bf578e768b
set_nodelay
2022-01-23 20:53:55 +08:00
open-trade
372b715162
bug fix on file transfer window
2022-01-21 15:13:29 +08:00
rustdesk
b0ddd3d543
fix on file type (after protobuf change), improve current row select,
...
still has bug for detecting file type under Windows
2022-01-21 12:52:08 +08:00
rustdesk
cd9faf48f3
new pk
2022-01-20 12:48:55 +08:00
rustdesk
b76a1d36cb
typo
2022-01-20 00:25:01 +08:00
rustdesk
893d8b39c9
fix style on linux
2022-01-19 23:30:21 +08:00
rustdesk
a1b9e1b229
https://github.com/rustdesk/rustdesk/issues/356
2022-01-19 11:18:12 +08:00
rustdesk
3485d2ddc7
fix css style
2022-01-17 20:50:48 +08:00
open-trade
92a1bb04e9
make proto compatible to c++
2022-01-17 16:53:17 +08:00
open-trade
02cbc0d407
fix style
2022-01-17 15:05:33 +08:00
rustdesk
e0637f966a
sync config if enable mac service
2022-01-17 12:38:44 +08:00
rustdesk
5af1258454
refactor mac service
2022-01-17 12:05:06 +08:00
rustdesk
a12f24bf16
remove InputFunc
2022-01-15 22:03:17 +08:00
rustdesk
9651666d41
code refactory
2022-01-15 21:33:20 +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
fufesou
a1c4b08535
simple privacy demo
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-15 16:32:55 +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
6fe4344cb0
Merge pull request #370 from Heasn/master
...
Fix some macOS new services issues
2022-01-14 23:22:08 +08:00
rustdesk
4fe5d2cf02
no lan discovery if no install
2022-01-14 23:21:30 +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
Chen Baiyu
5fb613d4b2
Merge branch 'rustdesk:master' into master
2022-01-14 18:31:18 +08:00
chenbaiyu
c8df8ae551
collapse imports
2022-01-14 18:30:34 +08:00
chenbaiyu
d0ca9de946
add new service install tip in Chinese
2022-01-14 18:28:39 +08:00
open-trade
0a2bc1cf8a
try out muliticast on multiple interface
2022-01-14 18:16:00 +08:00
chenbaiyu
d5286782cd
fix server service not start after daemon installed at first time
2022-01-14 17:36:41 +08:00
chenbaiyu
4d37a9ee23
fix CI failed build on linux
2022-01-14 03:52:39 +08:00
chenbaiyu
1fda4c257d
fix CI failed build on linux
2022-01-14 03:47:16 +08:00
chenbaiyu
fea4b068cd
fix CI failed build on linux
2022-01-14 03:43:01 +08:00
chenbaiyu
e23eb3e79b
Merge remote-tracking branch 'origin/master'
2022-01-14 03:38:41 +08:00
chenbaiyu
78450fda08
fix CI failed build on linux
2022-01-14 03:38:22 +08:00
Chen Baiyu
78f2d3f31f
Merge branch 'rustdesk:master' into master
2022-01-14 03:18:41 +08:00
chenbaiyu
b4f61c735e
fix plist files and enhance privilege escalation method
2022-01-14 03:17:36 +08:00
rustdesk
7944e0bc36
fix CI
2022-01-14 01:29:52 +08:00
rustdesk
780b57f597
load keyboard layout for mac
2022-01-14 01:15:03 +08:00
chenbaiyu
29bb10a40a
modify daemon install check
2022-01-13 20:34:28 +08:00
chenbaiyu
8e6dd76c5b
remove unused import and launch service when install
2022-01-13 19:42:25 +08:00
chenbaiyu
9be6b17a8b
Add launch service
2022-01-13 19:23:41 +08:00
open-trade
7b1806b0f3
disable crc, because super slow on my Ubuntu in virtualbox
2022-01-13 19:00:00 +08:00
chenbaiyu
f45a2c7a94
Add user and root config sync action
2022-01-13 16:33:51 +08:00
rustdesk
d379f23490
my bad
2022-01-13 02:11:47 +08:00
rustdesk
75ef279e47
avoid select! all branches disabled panic
2022-01-13 01:16:23 +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
4071f803f7
fix compile error
2022-01-11 16:59:53 +08:00
open-trade
65eef2b579
raw lan discovery
2022-01-11 16:24:35 +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
e2a879692d
ignore modifiers for name
2022-01-10 03:11:53 +08:00
rustdesk
3a6dc19616
to be compatible with 1.1.8
2022-01-10 01:29:50 +08:00
rustdesk
ae79a36f7b
remove valid_for_capslock
2022-01-10 01:06:31 +08:00
rustdesk
3212290f6e
fix on rdev
2022-01-10 00:33:31 +08:00
rustdesk
d07ae9f2c6
numpad
2022-01-09 23:59:30 +08:00
rustdesk
3f56c82c7b
revert keysym back, enigo's Layout can do this
2022-01-09 21:05:00 +08:00
rustdesk
a0c704f36e
string len is num of bytes
2022-01-09 20:56:56 +08:00
rustdesk
baccff8f99
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
2022-01-09 19:56:48 +08:00
rustdesk
0a294d9ff3
https://github.com/rustdesk/rustdesk/issues/292
2022-01-09 19:56:24 +08:00
chenbaiyu
29f15aabed
fix security problem caused server hang and unexpected input behavior at pre-login window when macOS version on Big Sur or above
2022-01-08 01:39:54 +08:00
fufesou
709a2a30bc
Merge branch 'rustdesk:master' into master
2022-01-07 21:30:51 +08:00
fufesou
54269b6f5d
fix audio play with sample rate 48000
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-07 21:30:13 +08:00
open-trade
26d161f827
working on keysym
2022-01-07 18:03:55 +08:00
open-trade
e82f040d6d
kick start international keyboard
2022-01-07 13:59:21 +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
1b61b77fbe
more trans
2022-01-05 18:38:40 +08:00
open-trade
c0b6367137
sock5 gui part
2022-01-05 18:34:30 +08:00
open-trade
12ab22e048
bug fix
2022-01-05 17:10:12 +08:00
open-trade
7bde8a3713
remove some unnessary handler.msgbox
2022-01-05 16:53:37 +08:00
open-trade
9c55e1efc8
fix on msgbox
2022-01-05 16:48:09 +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
open-trade
5f61c2442a
bug fix
2022-01-05 15:47:04 +08:00
open-trade
5631ffac4c
fix
2022-01-05 15:09:36 +08:00
open-trade
78097f4006
refactort
2022-01-05 14:38:38 +08:00
rustdesk
1d8cdb5e93
refactor target address
2022-01-05 13:21:14 +08:00
open-trade
3e590b8212
refactor to_socket_addr and dns_check
2022-01-04 19:49:44 +08:00
open-trade
533efd04d7
rename
2022-01-04 17:45:52 +08:00
open-trade
fb392b81cb
rendezvous_mediator: ensure once one exits, the others also exit.
2022-01-04 17:44:06 +08:00
rustdesk
cbcad03bc6
fix style
2022-01-04 11:22:09 +08:00
fufesou
875570e040
refactor udp framed
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-04 00:44:50 +08:00
fufesou
6d506cbb64
socks5 support
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-01-03 22:50:43 +08:00
open-trade
b17bda9a55
resize tab
2022-01-03 16:31:13 +08:00
rustdesk
d6b56a2f35
refactor
2022-01-03 11:16:07 +08:00
rustdesk
64f181e4a1
fav
2022-01-03 00:24:36 +08:00
rustdesk
1552402907
working on fav
2022-01-02 21:56:04 +08:00
rustdesk
f0a6c706fa
https://github.com/rustdesk/rustdesk/issues/275
2022-01-02 15:09:44 +08:00
rustdesk
042114ae37
refactor
2022-01-02 14:23:32 +08:00
rustdesk
241623c406
reload session list if alias change
2022-01-02 13:56:47 +08:00
rustdesk
40730cbbae
ID search
2022-01-02 11:40:30 +08:00
rustdesk
cedc384ba1
working on search bar
2022-01-01 19:44:02 +08:00
rustdesk
15f3c36c5f
header button hover bg
2022-01-01 17:18:10 +08:00
rustdesk
ee088a8ddf
workaround for stupid sciter
2021-12-31 18:38:46 +08:00
open-trade
cb1818ab37
same width of session card
2021-12-30 16:31:33 +08:00
rustdesk
66af938858
https://sciter.com/forums/topic/menu-not-be-hidden-when-open-dialog-on-linux/
2021-12-29 23:40:24 +08:00
open-trade
e26a838882
fix on log after upgrade
2021-12-29 19:01:36 +08:00
open-trade
3491c79cbc
get_local_option for ui style, todo: set_local_option
2021-12-29 17:53:36 +08:00
rustdesk
365fc90d8b
refactor msgbox
2021-12-29 11:42:43 +08:00
rustdesk
8be7331cb6
add it
2021-12-29 00:48:58 +08:00
Alessandro Rinaldi
1141be01f5
Italian translation
2021-12-28 17:42:50 +01:00
rustdesk
6c713f3135
reset AUDIO_ZERO_COUNT
2021-12-29 00:20:51 +08:00
RustDesk
3059ca061e
Merge pull request #346 from Heap-Hop/master
...
optimize audio
2021-12-29 00:11:41 +08:00
rustdesk
2631c68b88
fix cm minimized not working sometimes
2021-12-29 00:05:52 +08:00
csf
f69f6bc8d4
optimize audio
2021-12-29 00:00:23 +08:00
open-trade
66e39b62a2
https://github.com/rustdesk/rustdesk/issues/223
2021-12-28 18:33:36 +08:00
liyue
f1444049bf
fix dependence
2021-12-28 14:18:37 +08:00
rustdesk
da629ec42c
remove unused
2021-12-27 02:38:22 +08:00
rustdesk
7225c1fcf0
session list style and refactor
2021-12-27 02:28:25 +08:00
rustdesk
dbdff120bc
move get_version_number to hbb_common
2021-12-27 00:24:57 +08:00
rustdesk
af218dbc83
internationalization
2021-12-25 16:45:22 +08:00
rustdesk
b3e3f6151d
get last env instead of the first one avoid problem when just switch from wayland to xorg
2021-12-25 01:07:41 +08:00
rustdesk
3d39d9c27c
https://github.com/rustdesk/rustdesk/issues/328
2021-12-25 00:18:54 +08:00
rustdesk
589177fc94
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
2021-12-24 19:13:38 +08:00
rustdesk
4703a7d332
https://github.com/rustdesk/rustdesk/issues/327
2021-12-24 19:13:11 +08:00
rustdesk
8d90c5a93b
change codec cpu usage to 0
2021-12-24 12:40:47 +08:00
rustdesk
885d8a4586
https://github.com/rustdesk/rustdesk/issues/332
2021-12-24 00:27:27 +08:00
rustdesk
0e8fc4a815
65515 -> Meta(win) on Linux
2021-12-23 23:03:43 +08:00
rustdesk
96afb88518
change line-through style from grey to red
2021-12-23 21:41:53 +08:00
open-trade
a30aaebc72
fix clipboard crash and https://github.com/rustdesk/rustdesk/issues/302
2021-12-23 17:44:44 +08:00
rustdesk
252d3cb797
refactor
2021-12-23 11:11:48 +08:00
open-trade
26a4b1f3eb
comment on bias
2021-12-22 16:51:33 +08:00
open-trade
dc724a30e7
https://github.com/rustdesk/rustdesk/issues/298
2021-12-22 14:56:10 +08:00
open-trade
334c94ceb3
https://github.com/rustdesk/rustdesk/issues/210
2021-12-22 14:28:08 +08:00
fufesou
35462eecfe
comment out discovery button
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 01:17:29 +08:00
fufesou
d00352f4e4
lan discovery almost done
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 00:34:10 +08:00
fufesou
5682b088de
lan discovery will be done soon
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 00:34:10 +08:00
fufesou
87f50a6318
lan discovery in socket_cs
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 00:34:09 +08:00
rustdesk
362b5594a2
nothing big
2021-12-21 00:11:12 +08:00
fufesou
8a6b33b841
image tearing fixed
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-20 22:21:15 +08:00
fufesou
3ffd8ac146
add video channel
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-20 17:19:56 +08:00
fufesou
4cb967251b
add error log for graphics failure
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-10 22:36:34 +08:00