RustDesk
609117c02e
Merge pull request #2701 from amyipdev/fix-warns
...
ignore style warnings in libs/scrap
2023-01-04 14:54:37 +08:00
rustdesk
1998f8a6bc
fix drag icon hidden because color is not set
2023-01-03 23:42:40 +08:00
RustDesk
d3d78b6061
Merge pull request #2704 from 21pages/fix
...
fix post heartbeat block
2023-01-03 19:25:03 +08:00
21pages
ac433dc11a
fix post heartbeat block
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-03 19:16:23 +08:00
RustDesk
7359161e21
Merge pull request #2703 from if0else9/patch-1
...
Update README.md
2023-01-03 16:40:00 +08:00
if0else9
0c14b96f0b
Update README.md
2023-01-03 10:35:04 +02:00
RustDesk
f92a6f5011
Merge pull request #2702 from flusheDData/master
...
Update es.rs
2023-01-03 13:46:30 +08:00
Miguel F. G
6087a29ccc
Update es.rs
...
New terms added
2023-01-02 21:44:17 +01:00
Amy Parker
f816e53c2b
ignore style warnings in libs/scrap
...
Constant `is_cursor_embedded` does not follow the Rust standard
stylistic convention of upper-case global variables and constants. This
causes two warnings to be thrown when compiling (tested on Arch Linux,
commit = 68fda34
, Rust = 1.66.0), one each for the Wayland and X11
common modules. Since these variables are not new, their names should
not be modified; to remove the warnings, this patch allows
non-style-conforming names on these two constant declarations
specifically, suppressing the warnings. It does not affect stylistic
warnings on any other code within the project.
Signed-off-by: Amy Parker <apark0006@student.cerritos.edu>
Cc: fufesou <shuanglongchen@yeah.net>
2023-01-02 11:20:25 -08:00
RustDesk
68fda34990
Merge pull request #2698 from fufesou/fix/remove_expect
...
remove expect
2023-01-02 15:34:40 +08:00
fufesou
97718b33a6
remove expect
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-02 13:11:25 +08:00
RustDesk
4edcf4c412
Merge pull request #2697 from Mr-Update/patch-2
...
Update de.rs
2023-01-02 10:23:19 +08:00
Mr-Update
b429bfdef5
Update de.rs
2023-01-01 23:33:52 +01:00
RustDesk
0dcf10616d
Merge pull request #2693 from fufesou/refact/trivial_changes
...
fix some misspellings
2022-12-31 22:54:05 +08:00
fufesou
635105069a
fix build wayland
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-31 22:03:15 +08:00
fufesou
b114ebf350
fix some misspellings
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-31 21:41:16 +08:00
RustDesk
17225a25dd
Merge pull request #2692 from Kingtous/fix/macos/get_interfaces_crash
...
fix: macos crash on get interfaces
2022-12-31 17:43:29 +08:00
RustDesk
e751b8ded5
Merge pull request #2691 from solokot/master
...
Update ru.rs
2022-12-31 17:42:29 +08:00
Kingtous
68e0f336cb
fix: macos crash on get interfaces
2022-12-30 22:57:44 -08:00
solokot
c144dfb81b
Update ru.rs
2022-12-31 09:26:54 +03:00
RustDesk
e9ab0f02d4
Merge pull request #2687 from Mr-Update/patch-1
...
Update de.rs
2022-12-31 10:05:03 +08:00
Mr-Update
b8936ddbbe
Update de.rs
2022-12-30 12:13:14 +01:00
RustDesk
fb519c58e2
Merge pull request #2686 from NicKoehler/master
...
Update it.rs
2022-12-30 17:09:19 +08:00
NicKoehler
57083b91a7
Merge branch 'master' into master
2022-12-30 09:57:00 +01:00
RustDesk
be0b37831c
Merge pull request #2685 from neogalaxy88/patch-7
...
Update it.rs
2022-12-30 16:48:06 +08:00
NicKoehler
aec50be410
Update it.rs
2022-12-30 09:44:46 +01:00
ilGigioVr88
a231647bd6
Update it.rs
2022-12-30 09:42:07 +01:00
RustDesk
385be9bff4
Merge pull request #2684 from fufesou/fix/cursor_pos
...
fix remote cursor pos
2022-12-30 16:16:23 +08:00
fufesou
56041a5aac
fix remote cursor pos
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-30 16:14:30 +08:00
RustDesk
2d93c93bc4
Merge pull request #2678 from fazakis/mac_hack
...
Mac wakeup workaround
2022-12-30 10:13:43 +08:00
Nikos Fazakis
944ca510cc
mac wakeup compact code
2022-12-29 22:22:16 +02:00
rustdesk
07e399cf81
more logic in cli connect
2022-12-29 23:27:17 +08:00
Nikos Fazakis
08278059ac
mac_wakeup resolve panic possibility
2022-12-29 16:55:57 +02:00
rustdesk
9859b4f27d
fix ipv6 refactory
2022-12-29 22:31:01 +08:00
Nikos Fazakis
f14faa85d2
fix relay mac connections and cleanup
2022-12-29 14:42:16 +02:00
rustdesk
67ad937fdd
fix nat64 and refactor ipv6
2022-12-29 20:34:52 +08:00
RustDesk
3bd48cd087
Merge pull request #2673 from fufesou/fix/keyboard_macos_fn
...
fix macos sticky fn
2022-12-29 19:25:28 +08:00
fufesou
fb5cfabf51
fix build
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 19:10:25 +08:00
fufesou
0b9b71e4fc
move sleep from main thread
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 18:16:06 +08:00
RustDesk
12dd2dd7c0
Merge pull request #2675 from Kingtous/master
...
opt: add a double check on focus event with the remote window
2022-12-29 18:02:38 +08:00
Kingtous
bf63d397e0
opt: add a double check on focus
2022-12-29 17:51:00 +08:00
fufesou
94cecb1860
macos, use private CGEventSource
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 17:13:12 +08:00
fufesou
01ade73304
fix macos sticky fn, https://stackoverflow.com/questions/74938870/sticky-fn-after-home-is-simulated-programmatically-macos
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 14:37:09 +08:00
rustdesk
1651cef4f3
recover --server and --connect in cli
2022-12-29 14:17:47 +08:00
rustdesk
40aaddf108
remove stub.rs, it is really hard to remove scrap totally, which is used
...
all where
2022-12-29 13:29:22 +08:00
rustdesk
45072a4de1
more for cli
2022-12-29 13:00:57 +08:00
rustdesk
8c7bc08776
remove video/audio decoder in client for cli
2022-12-29 12:47:02 +08:00
RustDesk
7d65094664
Merge pull request #2671 from bankzst/master
...
Add Thai translation
2022-12-29 11:45:45 +08:00
rustdesk
250fb314ce
stub for cli
2022-12-29 11:44:06 +08:00
rustdesk
4845e7dbeb
fix cli
2022-12-29 11:27:53 +08:00