Commit Graph

6125 Commits

Author SHA1 Message Date
fufesou
cb59825b8a Merge branch 'feat/remember_custom_resolution' of github.com:fufesou/rustdesk into feat/remember_custom_resolution 2023-05-19 09:51:26 +08:00
fufesou
8353afb02d fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-19 09:51:01 +08:00
RustDesk
d7a265c2bc
Merge branch 'master' into feat/remember_custom_resolution 2023-05-19 09:43:34 +08:00
RustDesk
2489792234
Merge pull request #4413 from jimmyGALLAND/master
update lang FR
2023-05-19 09:41:58 +08:00
NicKoehler
87c3a2850d
modernized header 2023-05-18 22:59:07 +02:00
NicKoehler
301faf4387
added new icons 2023-05-18 22:10:49 +02:00
jimmy
c11873ad92 update lang FR 2023-05-18 19:44:24 +02:00
fufesou
700a59ea72 remove unused custom resolution ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 09:38:35 -07:00
fufesou
99ad6254c1 add translations
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:57:48 +08:00
fufesou
d339fd178b remove custom resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:54 +08:00
fufesou
c4cefdb54b fix mismatch of current display index and current display name
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:54 +08:00
fufesou
ac96ddaecb windows, fix display name comparation
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
fufesou
b8ea705a21 fix check virtual display on windows
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
fufesou
c6ccee67aa remember resolution, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
fufesou
07500013ff resolution, mid commit, to debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
fufesou
a603e046e3 refactor resolution, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
RustDesk
154b86d2a5
Merge pull request #4410 from Kingtous/master
fix: add port forward check in client
2023-05-18 23:09:41 +08:00
Kingtous
6a16a03d09 fix: add port forward in client 2023-05-18 20:14:42 +08:00
NicKoehler
ec4a95f906
replaced buttons with switches 2023-05-18 11:41:16 +02:00
rustdesk
8706541aa9 fix ci 2023-05-18 13:06:49 +08:00
RustDesk
19768d8230
Merge pull request #4408 from agarre/patch-1
Update ptbr.rs
2023-05-18 13:01:54 +08:00
RustDesk
b3115de028
Merge pull request #4395 from 21pages/config
Config
2023-05-18 13:01:13 +08:00
Hugo Breda
a6a76c6cca
Update ptbr.rs
translated the last sentences
2023-05-18 00:37:53 -03:00
21pages
abaa7adfa8 run ci tests
Signed-off-by: 21pages <pages21@163.com>
2023-05-18 09:57:00 +08:00
21pages
33fb415b9d Config deserialization field type protection
Signed-off-by: 21pages <pages21@163.com>
2023-05-18 09:56:45 +08:00
RustDesk
e3fc7f17b0
Merge pull request #4405 from SergeyMy/master
Create README.md
2023-05-18 08:37:45 +08:00
RustDesk
fcb6e87924
Merge pull request #4406 from flusheDData/master
Update es.rs
2023-05-18 08:34:25 +08:00
Miguel F. G
d266e354ce
Update es.rs
New terms added
2023-05-17 20:56:19 +02:00
SergeyMy
932e743128
Create README.md
for src/lang
2023-05-17 21:39:14 +05:00
RustDesk
da7702be07
Merge pull request #4393 from fufesou/feat/plugin_framework
plugin_framework, add uuid on plugin signature verification
2023-05-17 17:37:47 +08:00
RustDesk
d126667608
Merge pull request #4397 from SergeyMy/patch-1
Update README-RU.md
2023-05-17 17:37:16 +08:00
RustDesk
8337d996ac
Merge pull request #4401 from fufesou/refact/remote_menubar_dragbox
refact the dragbox under the remote menubar
2023-05-17 17:35:03 +08:00
fufesou
3071bd84d0 refact the dragbox under the remote menubar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-17 16:55:35 +08:00
SergeyMy
467f70a98b
Update README-RU.md 2023-05-16 19:50:58 +05:00
fufesou
db5242aed3 remove to-do
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 20:30:50 +08:00
fufesou
3d4abe046c plugin_framework, remove unused fields for plugin signature verification
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 20:29:58 +08:00
RustDesk
b491a23f41
Merge pull request #4392 from fufesou/refact/macos_elevate
Refact/macos elevate
2023-05-16 18:52:03 +08:00
RustDesk
c872b52bd4
Merge pull request #4391 from fufesou/refact/remove_all_assert
remove assert
2023-05-16 18:50:47 +08:00
fufesou
3f8c9a9799 fix early return
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 18:38:06 +08:00
RustDesk
447e5f251c
Merge pull request #4394 from BestiaPL/master
Updated Polish translation
2023-05-16 18:34:55 +08:00
Andrzej Rudnik
f9dd62b0ea
Update pl.rs 2023-05-16 12:30:43 +02:00
Andrzej Rudnik
65d586079f
Update pl.rs 2023-05-16 12:28:21 +02:00
fufesou
7a897dcf6b plugin_framework, add uuid on plugin signature verification
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 18:11:28 +08:00
fufesou
029c90897b fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 17:26:58 +08:00
fufesou
e611125b86 better log on error
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 17:22:07 +08:00
fufesou
607f2d5d9d better handle of null pointer
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 17:17:20 +08:00
fufesou
25f37577c3 refactor elevate on macOS
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 16:19:06 +08:00
fufesou
9ecf0e3f89 refactor elevate on macOS
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 16:14:08 +08:00
fufesou
31b96a44de remove assert
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-16 16:11:45 +08:00
21pages
5bd8befb0f remove time check
Signed-off-by: 21pages <pages21@163.com>
2023-05-16 15:59:31 +08:00