Commit Graph

2445 Commits

Author SHA1 Message Date
fufesou
fc50a3e49d set fmt and stride to private in ImageRgb
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-28 12:35:46 +08:00
fufesou
e3b66af8af fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-28 12:03:44 +08:00
fufesou
6b1645f44d set width,height,stride together with the rgba data for rendering
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-28 11:44:52 +08:00
fufesou
7e8e55d307 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-27 14:46:14 +08:00
fufesou
226d200143 trival changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-27 14:42:55 +08:00
fufesou
12ab0a433a plugin_framework, debug listen event
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-27 14:41:53 +08:00
fufesou
9a457894b3 plugin_framework, add event listening
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-27 11:24:19 +08:00
RustDesk
404525759e
Merge pull request #4205 from flusheDData/master
Update es.rs
2023-04-27 08:59:09 +08:00
Miguel F. G
59a1335d2f
Update es.rs
A few term modifications based on the actual context
2023-04-26 17:32:04 +02:00
happy-coder
d474621f50
Update header.tis
Adding display switching hotkey '^' (just goes to next display)
2023-04-26 14:37:55 +02:00
fufesou
45d07686b9 plugin_framework, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-26 16:07:58 +08:00
fufesou
82bfa9ca29 plugin_framework, split call function to server side and client side
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-26 13:29:55 +08:00
Miguel F. G
98c33ef476
Update es.rs
New terms added
2023-04-25 17:00:47 +02:00
fufesou
c009f40152 plugin_framework, change func log to plugin_log
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 21:44:40 +08:00
fufesou
3d9afbb12a plugin_framework, add debug info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 21:04:25 +08:00
RustDesk
865253b478
Merge pull request #4187 from SergeyMy/patch-2
Update index.tis
2023-04-25 16:02:53 +08:00
SergeyMy
7fe4432b2f
Update index.tis 2023-04-25 12:52:56 +05:00
SergeyMy
a71a6b7bdb
Update index.tis
About (translate)
2023-04-25 12:44:04 +05:00
fufesou
2051dca5b4 plugin_framework, support log callback
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 15:35:56 +08:00
RustDesk
ce1ce19567
Merge pull request #4165 from awalon/master
Fix for #4136 connection to linux refused by using wrong Xauthority file
2023-04-25 09:42:08 +08:00
RustDesk
c015b66da0
Update linux.rs 2023-04-25 09:41:02 +08:00
Awalon
82c44d71f9
Fix for #4136 connection to linux refused by using wrong Xauthority file.
This PR handles comments of 2nd review for initial PR #4165.
Reduced number of info/log messages
2023-04-24 23:45:23 +02:00
fufesou
d8dc56a743 plugin_framework, debug config, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-24 19:57:20 +08:00
Awalon
9bf058bb32
Merge remote-tracking branch 'origin/master' 2023-04-23 23:58:23 +02:00
Awalon
dcc9337f86
Fix for #4136 connection to linux refused by using wrong Xauthority file.
This PR handles comments of review for PR #4165.
2023-04-23 23:58:04 +02:00
fufesou
cbeebea7a5 plugin_framework, show remote toolbar widget
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-23 20:53:51 +08:00
Awalon
a0d9c741f4
Merge branch 'rustdesk:master' into master 2023-04-23 12:30:15 +02:00
RustDesk
eb96b0d451
Merge pull request #4166 from fufesou/feat/plugin_framework
plugin_framework, load plugin
2023-04-23 16:47:31 +08:00
fufesou
260c671d6c plugin_framework, load plugin
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-23 15:40:55 +08:00
Awalon
028767da8b
Fix for #4136 connection to linux refused by using wrong Xauthority file
Solution:
1. Get file from sddm-greeter and startplasma-x11 (aka KDE) processes as well
2. Get users home dir from system instead of hard coded pattern /home/<user>
3. Prefer XAUTHORITY environment variable over Xorg -auth if available
2023-04-23 03:43:47 +02:00
RustDesk
9cc09c620f
fix #4163 2023-04-23 07:33:03 +08:00
fufesou
ae789ff5f1 plugin_framework, plugin manager
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-22 22:21:02 +08:00
fufesou
b1b867dd9d more granular control over ui option update.
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 23:25:00 +08:00
RustDesk
23bdb38e9a
Merge pull request #4151 from fufesou/feat/plugin_framework
plugin_framework, flutter event handlers
2023-04-21 22:09:28 +08:00
rustdesk
b467b9d657 fix #4143 2023-04-21 22:07:07 +08:00
fufesou
67413b7419 plugin_framework, flutter event handlers
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 21:41:24 +08:00
滅ü
7e217580c1
Update tw.rs 2023-04-21 17:32:23 +08:00
RustDesk
5b629d7c91
Merge pull request #4144 from fufesou/fix/translate_mode_caret
fix translate mode, simulate unicode
2023-04-21 16:18:24 +08:00
fufesou
e833f92219 fix translate mode, simulate unicode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 16:03:14 +08:00
RustDesk
87c98ac8a5
Merge pull request #4129 from sj6219/theta
ios build
2023-04-21 13:09:30 +08:00
RustDesk
15612069f1
Merge pull request #4137 from 21pages/audio-rechannel
Audio rechannel
2023-04-21 08:59:43 +08:00
21pages
f1cf865ef8 try host audio channel first to avoid no need rechannel
Signed-off-by: 21pages <pages21@163.com>
2023-04-21 07:47:47 +08:00
21pages
0d8fe1b7b8 audio rechannel
Signed-off-by: 21pages <pages21@163.com>
2023-04-21 07:43:32 +08:00
RustDesk
e967294f1a
Merge branch 'master' into master 2023-04-20 23:28:45 +08:00
FastAct
75b4e96d62 Update nl.rs 2023-04-20 17:19:49 +02:00
fufesou
1b303b7b27 plugin_framework, ui tmp
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 22:55:27 +08:00
fufesou
9a08e0bed4 add ui event
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 22:55:26 +08:00
RustDesk
803ed68d42
Merge pull request #4124 from madpilot78/Fix_Windows_Renamed_File
Skip anything after an # symbol in the filename.
2023-04-20 22:20:59 +08:00
Pavel Krivanek
d3766b49d9 Change translation of Map mode to Zuordnungsmodus 2023-04-20 15:34:18 +02:00
sjpark
261f98774b ios build 2023-04-20 22:30:09 +09:00
RustDesk
26ec887a5e
Merge pull request #4121 from mehdi-song/patch-25
Update fa.rs
2023-04-20 19:27:04 +08:00
Guido Falsi
bdb590834e Skip anything after an # symbol in the filename.
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 to protect from this adding a final "#" symbol to the
filename.
2023-04-20 12:52:31 +02:00
fufesou
286715d336 win, translate mode, release scancode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 18:38:52 +08:00
mehdi-song
746be72d0b
Update fa.rs 2023-04-20 09:09:20 +00:00
RustDesk
edec424153
Merge pull request #4120 from fufesou/fix/build_android_ios
fix build
2023-04-20 13:57:42 +08:00
RustDesk
bf58b1086b
Merge pull request #4119 from fufesou/feat/translate_mode_scancode
Feat/translate mode scancode
2023-04-20 13:57:02 +08:00
fufesou
55633bd26b fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 13:40:03 +08:00
fufesou
a76fd86f19 remove warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 13:36:44 +08:00
fufesou
64689c8fd7 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 13:19:21 +08:00
fufesou
3afd9e1f46 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 13:02:12 +08:00
fufesou
d8dbf72ad2 simulate scancode for translate mode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 12:15:38 +08:00
fufesou
4200734593 add events to ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 10:29:52 +08:00
Mr-Update
26722eac99
Update de.rs 2023-04-19 20:59:53 +02:00
bovirus
ba857b23bb
Update Italian language 2023-04-19 07:03:47 -07:00
solokot
50ed2b9337
Update ru.rs 2023-04-19 14:08:14 +03:00
fufesou
560c6f3d53 trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 17:43:38 +08:00
fufesou
5c42b4a1e8 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 17:26:36 +08:00
fufesou
f7e2938e6b handle peer event
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 17:07:56 +08:00
21pages
1100b2a465 show fingerprint
Signed-off-by: 21pages <pages21@163.com>
2023-04-19 15:52:15 +08:00
fufesou
6013725200 remove warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 12:06:01 +08:00
fufesou
e194e70f1a remove warn
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 11:38:04 +08:00
fufesou
e0b3ef6c4b fix missed ffi method
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 11:38:03 +08:00
fufesou
b9b2f76ae0 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 11:38:03 +08:00
fufesou
ecf8c2664c plugin, tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 11:38:01 +08:00
Kingtous
f0b532426f fix: connection text in client now 2023-04-18 18:28:12 +08:00
Kingtous
83e63d57e1 fix: ios build 2023-04-18 18:28:12 +08:00
Kingtous
f56fc6fdb0 fix: hook for pc only 2023-04-18 18:28:12 +08:00
Kingtous
05ac93ec40 fix: add_session fix for bridge 2023-04-18 18:28:12 +08:00
Kingtous
8e70e2ffe4 feat: add hooks for session 2023-04-18 18:28:12 +08:00
Kingtous
8cad0b7a6c opt: add flutter feat 2023-04-18 18:28:12 +08:00
滅ü
b0122ec74a
Update tw.rs 2023-04-18 01:37:14 +08:00
Mateusz Prais
d64fc18142 Add missing Polish translations, improve punctuation and fix typos 2023-04-17 16:08:01 +02:00
fufesou
ec51047c23 remove --extract
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 14:33:46 +08:00
fufesou
8f51e021c8 remove simple_rc
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 14:18:00 +08:00
fufesou
b7af404afa fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 13:01:38 +08:00
fufesou
9d8e7745e2 refact virtual display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:32 +08:00
fufesou
042a4e575f tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:31 +08:00
fufesou
35ec3ffef6 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:31 +08:00
fufesou
06a52e1b54 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:30 +08:00
RustDesk
8b35eade0a
Merge pull request #4077 from flusheDData/master
Update es.rs
2023-04-17 09:32:32 +08:00
RustDesk
31c8c6711d
Merge pull request #4072 from NicKoehler/patch-3
Update it.rs
2023-04-17 09:29:49 +08:00
Miguel F. G
6a21b98f73
Update es.rs
A few corrections and new terms added
2023-04-16 16:14:39 +02:00
NicKoehler
274098debb
Update it.rs 2023-04-16 08:44:37 +02:00
mehdi-song
b4eb8a580b
Update fa.rs 2023-04-16 06:06:15 +00:00
mehdi-song
0a220150e3
Update fa.rs 2023-04-16 04:12:34 +00:00
RustDesk
dfcd4b0ea2
Merge branch 'master' into master 2023-04-16 07:56:37 +08:00
bovirus
3e52da46db
Update Italian language 2023-04-15 19:52:13 +02:00
bovirus
3bac9adbd9
Add new strings 2023-04-15 19:50:24 +02:00
Mr-Update
a9705c5be6
Update de.rs 2023-04-15 18:16:03 +02:00
Mr-Update
225a549e4e
Add files via upload 2023-04-15 18:11:14 +02:00
RustDesk
573417dc17
Merge pull request #4062 from 21pages/bump_cpal
bump cpal to 0.15
2023-04-15 10:01:20 +08:00
21pages
cb342f86e6 bump cpal to 0.15
Signed-off-by: 21pages <pages21@163.com>
2023-04-15 09:41:56 +08:00
bovirus
ef9864c5a0
Update Italian language 2023-04-14 18:47:49 +02:00
bovirus
b32e05420d
Update Italian language 2023-04-14 05:18:23 -07:00
solokot
fa7ea7e281
Update ru.rs 2023-04-14 13:57:52 +03:00
RustDesk
66f880cc80
Merge pull request #4044 from 21pages/audio_no_sound
fix audio encode
2023-04-13 20:46:46 +08:00
21pages
9eaf745f18 fix audio encode
Signed-off-by: 21pages <pages21@163.com>
2023-04-13 20:38:25 +08:00
滅ü
a425d8001d
Merge branch 'rustdesk:master' into master 2023-04-13 18:20:58 +08:00
rustdesk
7b6f6bc1b3 revert Auto translation in IT 2023-04-13 18:18:09 +08:00
滅ü
35f5af94c4
Update tw.rs 2023-04-13 18:09:00 +08:00
bovirus
bb128e2dd8
Update Italian language 2023-04-13 00:51:46 -07:00
RustDesk
1280b7beb4
Merge pull request #4031 from Kingtous/feat/plugins
feat: add a rust example for writing a custom plugin
2023-04-13 09:25:46 +08:00
Mr-Update
82681de633
Add files via upload 2023-04-12 22:16:39 +02:00
Kingtous
f2f39e31a1 feat: change dummy c to a rust plugin example 2023-04-13 02:14:59 +08:00
Kingtous
e3c828a6f1 add: init/dispose hook when load/unload plugins 2023-04-13 01:00:33 +08:00
RustDesk
a0a0079e1c
Merge pull request #4016 from bovirus/master
Italian language update
2023-04-12 09:53:26 +08:00
RustDesk
ef932e6915
Merge pull request #4008 from MrVinyla/MrVinyla-patch-1
Update lt.rs
2023-04-12 09:52:35 +08:00
MrVinyla
01816baffd
Update lt.rs 2023-04-11 22:43:39 +03:00
bovirus
cb26468d2d
Italian language update 2023-04-11 06:57:46 -07:00
RustDesk
af01581abb
Merge pull request #4013 from 21pages/fix
fix portable service crash caused by unwrap Option
2023-04-11 13:43:51 +08:00
21pages
ec66bf9c1f fix portable service crash caused by unwrap Option
Signed-off-by: 21pages <pages21@163.com>
2023-04-11 13:02:30 +08:00
MrVinyla
3d61175273
Update lt.rs 2023-04-10 23:41:43 +03:00
MrVinyla
4a6880c6b7
Update lt.rs 2023-04-10 23:35:09 +03:00
Mr-Update
6994ace9f5
Update index.tis 2023-04-10 17:46:56 +02:00
fufesou
ff695bd1b4 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 20:34:22 +08:00
fufesou
e9d5897b4b fix clipboard init sync
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 18:33:16 +08:00
fufesou
1d5f65b005 fix, translate mode, numpad keys
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 17:51:07 +08:00
RustDesk
72beb088cf
Merge pull request #3997 from fufesou/fix/clipboard_chain_update
fix chain update
2023-04-10 17:29:01 +08:00
fufesou
51432df005 add some comments
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 17:11:17 +08:00
fufesou
e0f4cdd18c remove session's old_clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 16:58:58 +08:00
Kingtous
dc7692952b fix: use c_char instead of i8/u8 2023-04-10 16:54:50 +08:00
fufesou
9ebfe7f9ce fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 16:16:09 +08:00
fufesou
6e61cfb381 fix chain update
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 16:02:21 +08:00
fufesou
7de5b7dbc0 remove warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 15:06:11 +08:00
fufesou
ceb2e6614c fix clipboard update B->A->B
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-10 14:30:38 +08:00
RustDesk
295e5bbd14
Merge pull request #3989 from Kingtous/feat/plugins
feat: add the plugin registrar and api tables for both sides of rustdesk and plugins
2023-04-10 08:46:19 +08:00
Yevhen
73921e4cf5 Update Ukrainian UI translation (ua.rs) 2023-04-10 02:01:53 +03:00
Kingtous
34852224e9 feat: add plugins and api table 2023-04-10 00:07:45 +08:00
Kingtous
4e7e9406f5 feat: add vt 2023-04-10 00:07:45 +08:00
Kingtous
0c049c585e add: initial plugin manager 2023-04-10 00:07:45 +08:00
RustDesk
400edabf5f
Merge pull request #3978 from flusheDData/master
Update es.rs
2023-04-09 20:58:49 +08:00
RustDesk
8f3e63fdbf
Merge pull request #3975 from fufesou/fix/disable_headless_on_flatpak_appimage
Fix/disable headless on flatpak appimage
2023-04-09 20:54:43 +08:00
RustDesk
b9214efdb5
Merge pull request #3968 from fufesou/refact/led_sync
Refact/led sync
2023-04-09 20:54:08 +08:00
Miguel F. G
73c7158e56
Update es.rs
New terms added
2023-04-09 12:49:42 +02:00
fufesou
b6f7d56a06 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-09 13:01:02 +08:00
fufesou
2ce1df1ad4 fix, legacy mode, numlock
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-09 12:14:01 +08:00
fufesou
afe07dde6f do not enable linux_headless when flatpak or appimage is enabled
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-09 11:35:14 +08:00
21pages
217570f476 fix fps control refresh flicking
Signed-off-by: 21pages <pages21@163.com>
2023-04-09 09:57:04 +08:00
fufesou
241cb1d24e trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-09 00:36:59 +08:00
fufesou
579b21066f fix, win, legacy mode, shift + home
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-09 00:06:17 +08:00
fufesou
09f9b515f6 remove unused call
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 22:54:36 +08:00
Andrzej Rudnik
5e8f28ae4c
Update pl.rs 2023-04-08 16:40:38 +02:00
Andrzej Rudnik
6915b88d8c
Merge branch 'rustdesk:master' into master 2023-04-08 16:34:25 +02:00
fufesou
09ba9cddcd debug, win, legacy mode, led sync
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 22:06:24 +08:00
fufesou
cee06f0425 remove warn
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 21:26:19 +08:00
fufesou
20734f278e remove unused call
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 21:24:29 +08:00
fufesou
0d5d073a43 trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 20:28:34 +08:00
fufesou
d66ad5e0cb remove unused
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 20:17:55 +08:00
fufesou
fa02246e1a fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 20:14:43 +08:00
fufesou
e2dbfb7f1b refact keyboard handler
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 19:49:11 +08:00
fufesou
f72593c281 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 19:49:11 +08:00
fufesou
072da85f09 simple refact
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 17:56:04 +08:00
fufesou
4a8d61ac09 Do not sync led, when Control, Shift, Alt, Tab, Enter are pressed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-08 15:35:10 +08:00
RustDesk
045235d8d1
Merge pull request #3953 from 21pages/fps
client side fps control for reduce delay
2023-04-07 19:02:08 +08:00
21pages
b79f14af12 client side fps control for reduce delay
Signed-off-by: 21pages <pages21@163.com>
2023-04-07 18:53:29 +08:00
fufesou
d6c8fb2b28 refact is_peer_version_ge, and fix version comparation > to >=
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-07 14:47:01 +08:00
21pages
bc5c6e9a06 tmp fix video qos reset
Signed-off-by: 21pages <pages21@163.com>
2023-04-07 09:12:55 +08:00
MrVinyla
66dcd80299
Update lt.rs 2023-04-06 20:42:17 +03:00
fufesou
ac74ed1914 legacy mode, win, fix layout code simulation
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-06 17:53:07 +08:00
RustDesk
e4fb82b579
Revert "Update and rename src/lang/cn.rs to 来源/朗/cn.rs" 2023-04-06 13:50:17 +08:00
youhers
ddf740ab0d
Update and rename src/lang/cn.rs to 来源/朗/cn.rs 2023-04-06 13:32:09 +08:00
RustDesk
04d0c64374
Merge pull request #3933 from mehdi-song/patch-22
Update fa.rs
2023-04-05 15:38:16 +08:00
mehdi-song
df73fde6bc
Update fa.rs 2023-04-05 07:21:27 +00:00
fufesou
d279588a64 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-05 14:54:23 +08:00
fufesou
acac305441 win, linux, single meta key
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-05 14:30:47 +08:00
fufesou
2c25be346c fix press/release single meta key
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-05 13:51:59 +08:00
滅ü
23732eb8f3
Update tw.rs 2023-04-05 01:32:19 +08:00
fufesou
c4d883c083 trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-04 23:04:09 +08:00
fufesou
c4fec2c19e fix build macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-04 22:52:33 +08:00
21pages
be2e26e758 delete RustDesk_hwcodec.toml on every check
Signed-off-by: 21pages <pages21@163.com>
2023-04-04 21:21:00 +08:00
21pages
f2aeff974c disable hwcodec if causing crash
Signed-off-by: 21pages <pages21@163.com>
2023-04-04 21:00:13 +08:00
fufesou
f56adbb56e fix wayland map mode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-04 18:35:01 +08:00
RustDesk
c804ad9942
Merge pull request #3916 from MrVinyla/master
Add lithuanian language
2023-04-04 08:15:09 +08:00
MrVinyla
b120f4383c
Add files via upload 2023-04-03 23:23:39 +03:00
MrVinyla
f210bf98e2
Delete lt.rs 2023-04-03 23:22:22 +03:00
Mr-Update
a08ba2a101
Update de.rs 2023-04-03 22:18:43 +02:00
MrVinyla
005c170401
Add files via upload 2023-04-03 21:36:18 +03:00
MrVinyla
8e1c5ad64d
Update lang.rs 2023-04-03 20:21:50 +03:00
RustDesk
ed10af8819
Merge pull request #3904 from fufesou/feat/linux_virtual_display
remove unused tips
2023-04-03 15:32:28 +08:00
Dmitrii Kirianov
07366a7fd5
Update ru.rs 2023-04-03 12:02:26 +05:00
fufesou
9def078424 remove unused tips
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 14:46:28 +08:00
RustDesk
cb66c6f9f4
Merge pull request #3902 from fufesou/feat/linux_virtual_display
Feat/linux virtual display (headless linux)
2023-04-03 14:28:50 +08:00
fufesou
67ddb49aab remove unused lang
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 14:24:17 +08:00
fufesou
96a62f188d trivial changes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:36:47 +08:00
fufesou
a0c899bd67 debug fedora
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:59 +08:00
fufesou
b207468795 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:59 +08:00
fufesou
86313fa328 revert lang
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:58 +08:00
fufesou
5eedbdb436 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:58 +08:00
fufesou
73358502e9 linux headless feature, tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:58 +08:00
fufesou
571c1df5c4 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:58 +08:00
fufesou
8ea63af4b5 fix build android
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:57 +08:00
fufesou
b18bfa749b remove wait_prelogin
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:57 +08:00
fufesou
5fcb30d3c7 restore lang
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:57 +08:00
fufesou
41573a94b4 win, remove build warnings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:56 +08:00
fufesou
8373c59941 update lang
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:56 +08:00
fufesou
86c063eecb remember os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:56 +08:00
fufesou
39917c174a kill --cm-no-ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:55 +08:00
fufesou
f91514e164 cm-no-ui, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:55 +08:00
fufesou
6238098cd0 start cm, tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:55 +08:00
fufesou
b33ae6ec64 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:55 +08:00
fufesou
4ed6681bfd run cm as user
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
d86ef4a86e headless, linux, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
d82d2471d7 temp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
34c3615320 get values of seat0, do not filter gdm
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
9ef4f4c1de handle_hash empty password
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
127ab57d62 ignore 'gdm' on loginctl
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
888c851167 desktop, remote toolbar, os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:53 +08:00
fufesou
3fd1da05f4 tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:53 +08:00
fufesou
9448e35b46 update dialog style
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:52 +08:00
fufesou
c944d6093d virtual display, linux, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:52 +08:00
fufesou
bcf08ba26d virtual display, linux, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:52 +08:00
qcloud
b82207f20b virtual display, linux, debug
Signed-off-by: qcloud <ubuntu@localhost.localdomain>
2023-04-03 13:16:52 +08:00
fufesou
6149c7f477 refact linux desktop env
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:51 +08:00
fufesou
e4c2e9af00 refact linux desktop
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:51 +08:00
fufesou
30375a9853 refact linux desktop env
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:51 +08:00
fufesou
5e79481860 linux, refact desktop env
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:51 +08:00
fufesou
988d8dc32c test build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:50 +08:00
fufesou
e24e05ba5c tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:50 +08:00
fufesou
a94052a24a ignore seat0 on gdm
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:49 +08:00
fufesou
10eddc139c linux virtual display, init commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:49 +08:00
21pages
c842650c11 vp8
Signed-off-by: 21pages <pages21@163.com>
2023-04-03 12:22:36 +08:00
rustdesk
156ee78ebb remove compile warn 2023-04-03 00:16:09 +08:00
fufesou
e0667833d5 comment
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-02 14:39:54 +08:00
fufesou
51ff2d35b5 translate mode win, update input layout, just a temporary workaround
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-02 14:31:30 +08:00
fufesou
83249f0f95 debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 21:35:59 +08:00
fufesou
ed4016a77a debug done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 20:56:03 +08:00
fufesou
021939a6a6 tmp commit, for debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-01 19:30:22 +08:00
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