rustdesk
302f1c48d3
update crates, test on mac only
2023-05-11 12:04:38 +08:00
Mr-Update
ce9f97aa1f
Update de.rs
2023-05-10 22:54:15 +02:00
FastAct
8c767cb67e
Update nl.rs
2023-05-09 19:03:12 +02:00
mehdi-song
69af09202f
Update fa.rs
2023-05-09 09:12:34 +00:00
RustDesk
4ab3f5c94f
Merge pull request #4310 from solokot/master
...
Updated Russian translation
2023-05-09 17:12:18 +08:00
rustdesk
084ca8e59d
linux is_installed
2023-05-09 17:09:51 +08:00
solokot
16f55807fc
Updated Russian translation
2023-05-09 11:58:46 +03:00
RustDesk
f96c010424
Merge pull request #4306 from HeCorr/complete-ptbr
...
Complete Brazilian Portuguese translations
2023-05-09 09:41:14 +08:00
HeCorr
765c5bc1a4
complete Brazilian Portuguese translations
...
including tips, plus a few uppercase tweaks to better match the English version.
2023-05-08 15:47:41 -03:00
HeCorr
516a009caf
fix English typo
2023-05-08 15:37:52 -03:00
bovirus
f95b3aaf67
Update italian language
2023-05-08 10:50:58 -07:00
Kingtous
229df038fc
feat: add entry in left panel
2023-05-08 13:10:39 +08:00
Kingtous
77fa807b57
feat: implement dialog callback
2023-05-08 12:34:19 +08:00
rustdesk
472448ec9c
fix ci
2023-05-06 09:27:58 +08:00
Kingtous
1e03dfb1d0
feat: add general ui handler
2023-05-06 01:31:19 +07:00
fufesou
4d16d9566a
fix cursor active, portable service
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-05 08:24:08 -07:00
fufesou
13fe997447
add comment
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-05 20:22:34 +08:00
fufesou
3aabd8f5ae
fix cursor active in portable service, update peer input cursor time
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-05 20:16:54 +08:00
fufesou
5dc83359a5
add cursor active logic for portable service
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-05 18:11:04 +08:00
fufesou
8f0d696304
plugin_framework, return C structure
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-05 13:37:43 +08:00
RustDesk
6643b8c830
Merge pull request #4270 from fufesou/feat/plugin_framework
...
Feat/plugin framework
2023-05-04 20:04:35 +08:00
fufesou
db683c6664
plugina_framework, comment out native call for tmp
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 19:53:44 +08:00
fufesou
1243d8f434
Revert "plugin_framework, change return type"
...
This reverts commit 9c6b303fa25c410c8e170397589b10b0d4d9f6ab.
2023-05-04 19:21:13 +08:00
fufesou
9c6b303fa2
plugin_framework, change return type
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 18:02:34 +08:00
rustdesk
e3ee957370
ok to remove curl, because reqwest does not depend on openssl anymore, #4218
2023-05-04 17:24:58 +08:00
fufesou
6dc02084c2
plugin_framework, test block_input
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 17:13:48 +08:00
fufesou
c05e87b3b6
plugin_framework, block_input, ready to debug
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 17:13:48 +08:00
fufesou
71d64a2def
plugin_framework, add block input support
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 17:13:48 +08:00
RustDesk
08446afc53
Merge pull request #4269 from fufesou/fix/cursor_move
...
fix cursor move on macOS
2023-05-04 15:09:22 +08:00
fufesou
1db40da812
fix build win
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 15:02:05 +08:00
fufesou
477cbff489
fix cursor move on macOS
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-04 14:38:04 +08:00
Kingtous
34314e50f7
feat: callbacks and flutter msg bridge
2023-05-04 13:18:19 +08:00
Kingtous
3980e52a88
opt: close main window when exit from tray on macOS
2023-05-02 23:48:49 +08:00
Kingtous
7a82070420
fix: make event loop in tray compatible with main window
2023-05-02 12:52:27 +08:00
RustDesk
c7a6828307
Merge pull request #4215 from madpilot78/Fix_Windows_Renamed_File_2
...
Reimplement code extracting information from file name.
2023-04-29 22:05:02 +08:00
Mateusz Prais
1a0fe5f459
Add missing Polish translations and improve Linux session tip
2023-04-29 15:42:54 +02:00
Guido Falsi
1b899a5ce8
Add test for host and name extraction from filename.
2023-04-29 12:40:59 +02:00
Guido Falsi
5a25573125
Reimplement code extracting information from file name.
...
This code tokenizes the file name based on commas and extracts
relevant parts sequentially.
`host=` is expected to be the first part.
Since Windows renames files adding (1), (2) etc. before the .exe
in case of duplicates, which causes the host or key values to be
garbled.
This allows using a `,` (comma) symbol as a final delimiter.
Fixes #4162
2023-04-29 12:40:59 +02:00
rustdesk
96560d9199
fix #4218
2023-04-29 12:50:17 +08:00
fufesou
c315924ef7
plugin_framework, fix dup ui widgets
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-29 12:34:34 +08:00
21pages
ccb02d779b
fix file transfer always connecting because of FingerPrintState not
...
initialized
Signed-off-by: 21pages <pages21@163.com>
2023-04-29 10:13:27 +08:00
RustDesk
114b004192
Merge pull request #4221 from Kingtous/feat/plugins
...
feat: add native handlers for plugins
2023-04-28 23:27:39 +08:00
21pages
190c99aebc
fix portable service parameter sync
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-28 22:41:54 +08:00
Kingtous
6da5bef064
fix: ignore session hook on android/ios
2023-04-28 19:17:20 +08:00
21pages
6e0f75cbde
minisize portable service sleep time
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-28 19:01:34 +08:00
21pages
ca7487350f
send SwitchDisplay using the same channel with VideoFrame
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-28 17:12:46 +08:00
Kingtous
5c0f249390
feat: add cb for ffi
2023-04-28 15:14:28 +08:00
Kingtous
952598af25
feat: add session related function
2023-04-28 14:55:40 +08:00
Kingtous
c140bcfed6
feat: add native call
2023-04-28 13:49:58 +08:00
Kingtous
3774f8308f
feat: add native session handlers
2023-04-28 13:49:58 +08:00