tom
c6c5d2cb98
upgrade protobuf to 3.1.0 and use with-bytes feature, issues:958
2022-07-14 17:20:01 +08:00
Asura
7fe2609ffb
feat: Support new keyboard mode
2022-07-13 02:14:32 -07:00
Asura
a6f9c16d50
fix: Correct the string corresponding to the platform
2022-07-12 04:29:32 -07:00
Asura
9837c9b893
Use map mode when keyboard monitor
2022-07-12 00:33:20 -07:00
21pages
68204e0c56
Merge branch 'master' into hwcodec
2022-07-06 19:01:51 +08:00
csf
5bd08bf0a7
client side handle codec format
2022-07-05 22:17:34 +08:00
Kingtous
d49068706e
add: include_hidden parameters, migrate to bridge
2022-07-01 12:11:34 +08:00
csf
b34a87a220
update lang
2022-06-30 21:01:04 +08:00
csf
5a7dca72c8
fix custom_image_qulity and android
2022-06-30 20:48:29 +08:00
csf
09937049a6
enable hwcodec
2022-06-30 16:19:36 +08:00
rustdesk
89711d4523
remove one seperator
2022-06-30 01:27:30 +08:00
rustdesk
c745bf4111
https://github.com/rustdesk/rustdesk/issues541/
2022-06-30 01:19:38 +08:00
csf
eaaeefd90b
sync codec format
2022-06-30 00:03:17 +08:00
csf
47469dd971
fix ImageQuality compatibility
2022-06-27 22:24:56 +08:00
csf
a7769da317
simple abr with delay
2022-06-27 21:25:43 +08:00
csf
21a90c5de8
abr update Windows
2022-06-27 03:30:46 -07:00
csf
ece86cda9e
abr
2022-06-27 15:08:43 +08:00
csf
26c2bcd5be
fix msgbox cancel
2022-06-13 15:38:30 +08:00
rustdesk
ddf06f54c1
log
2022-06-10 18:23:45 +08:00
rustdesk
0c6a7737d9
https://github.com/rustdesk/rustdesk/issues/726
2022-06-08 17:12:30 +08:00
rustdesk
897d5c8cc9
"copying and pasting" -> "copy and paste"
2022-06-06 12:25:47 +08:00
fufesou
57bd3a9816
win_copy_paste_test: change ui 'File Transfer' to 'Allow file copying and pasting'
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-06-06 11:57:05 +08:00
rustdesk
ad22101067
remove Fix x11
2022-06-03 10:31:53 +08:00
fufesou
376c042666
privacy_mode_win_magnifier: remove unused win event hook
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-06-02 10:45:27 +08:00
fufesou
fc1af7b0d9
privacy_mode_win_magnifier: fix UAC prompt window
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-06-01 23:57:58 +08:00
fufesou
62cb9eb51e
privacy_mode_win_magnifier: more check on privacy mode
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-31 15:54:21 +08:00
fufesou
da392f7f72
privacy_mode_win_magnifier: ui prompt if succeeded
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-05-31 12:01:22 +08:00
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
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
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
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
Kingtous
42f2ebc8e6
opt: clean code
2022-05-18 15:45:45 +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
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
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
f4c6c4f6c4
feat: add file digest
2022-05-16 14:45:16 +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
2705228394
https://github.com/rustdesk/rustdesk/issues/477
2022-05-07 22:47:43 +08:00
rustdesk
0d585a751a
remove one .sep
2022-05-03 20:24:39 +08: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
a9ada68bfc
workaround for shit sciter about style
2022-04-30 16:42:49 +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
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
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
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
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
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
19468cdbcd
wordy
2022-04-20 17:46:21 +08:00
rustdesk
f95f9e408a
workaround for wrong password input hanging
2022-04-18 23:41:43 +08:00
rustdesk
bbdf3fc9a3
fix mouse out for android
2022-04-17 23:35:53 +08:00
rustdesk
75c9a8c561
remote min size, android icon and scrap memory safety
2022-04-14 20:44:43 +08:00
rustdesk
fa2407d857
fix remote_dir
2022-04-07 22:13:30 +08:00
rustdesk
6d122d8aef
smaller letter size
2022-04-04 15:00:26 +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
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
fufesou
b734e8aee9
add virtual display
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-03-17 20:43:26 +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
c632b0e8fb
scale cursor
2022-03-08 00:27:12 +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
bf0270323c
fix show_progress
2022-03-04 00:52:59 +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
yanfeng
ce46fe7d80
Fix audio sample exit when mute
2022-03-01 10:28:53 +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
c117eaee2e
Merge pull request #407 from victorbnl/esperanto
...
Add esperanto translation
2022-02-20 10:05:32 +08: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
104c022b26
check_clipboard_file_context later
2022-02-15 22:20:28 +08: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
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
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
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
e23a6805e3
move audio/video decoder in seperate thread
2022-01-30 21:16:08 +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
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
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
5af1258454
refactor mac service
2022-01-17 12:05:06 +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
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
chenbaiyu
d0ca9de946
add new service install tip in Chinese
2022-01-14 18:28:39 +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
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
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
a0c704f36e
string len is num of bytes
2022-01-09 20:56:56 +08:00
rustdesk
0a294d9ff3
https://github.com/rustdesk/rustdesk/issues/292
2022-01-09 19:56:24 +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
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
rustdesk
cbcad03bc6
fix style
2022-01-04 11:22:09 +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
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
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
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
af218dbc83
internationalization
2021-12-25 16:45:22 +08:00
rustdesk
3d39d9c27c
https://github.com/rustdesk/rustdesk/issues/328
2021-12-25 00:18:54 +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
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
87f50a6318
lan discovery in socket_cs
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2021-12-21 00:34:09 +08:00
Arash Hatami
70a4ee4318
Merge branch 'rustdesk:master' into master
2021-11-14 18:52:51 +03:30
Arash Hatami
7f13edd14a
Fix misspelled words
2021-11-14 18:52:05 +03:30
rustdesk
231231e51f
refactor
2021-10-30 14:03:33 +08:00
Starccy
fb126164ef
use multiple jobs to delete
2021-10-19 21:52:59 +08:00
Starccy
eea85b9b5a
send & receive multiple files
2021-10-17 21:27:10 +08:00
rustdesk
c0db2e6da4
refactor and fix
2021-10-08 00:16:10 +08:00
desertstsung
1009eabdfe
add function
...
relogin required if current is wayland
2021-09-09 15:07:09 +08:00
desertstsung
0afca9d1ea
ui label change:
...
src/ui/index.tis#L547:Fix it -> Disable it
2021-09-06 20:41:37 +08:00
rustdesk
3cd9ee2aa3
unify menu style
2021-08-12 20:16:57 +08:00
rustdesk
4e85841398
refactor msgbox retry
2021-08-11 01:28:53 +08:00
rustdesk
6130792734
fix cm style
2021-08-10 23:50:32 +08:00
rustdesk
61caaa3365
refactor, will do with shared memory
2021-08-10 16:01:39 +08:00
rustdesk
e510d2744d
fix apps key
2021-08-10 12:18:10 +08:00
rustdesk
3200002e52
fix unexpected repeating key input on remote linux https://github.com/rustdesk/rustdesk/issues/189
2021-08-06 14:23:50 +08:00
rustdesk
a70e3e93b0
fix remote_cursor https://github.com/rustdesk/rustdesk/issues/82 , host
...
has higher priority to control mouse https://github.com/rustdesk/rustdesk/issues/40
2021-08-04 15:40:34 +08:00
rustdesk
39f0dd28b4
<video> can not be relative, add another wrapper to make img cursor work
2021-08-04 00:57:48 +08:00
rustdesk
25c10453e5
password eye padding
2021-07-31 22:25:04 +08:00
rustdesk
e6744d031d
connection type
2021-07-27 23:53:12 +08:00
rustdesk
a3f5ffc15a
fix on linux numpadenter
2021-07-27 20:12:53 +08:00
rustdesk
f07ce11425
https://github.com/rustdesk/rustdesk/issues/130 better toolbar hide/show
2021-07-26 23:40:58 +08:00
rustdesk
7324cb607c
wheel issue for new sciter
2021-07-26 21:34:05 +08:00
rustdesk
1ee92c9f68
fix for file transfer: sort row and remove empty dir
2021-07-26 02:50:33 +08:00
rustdesk
9a86a595ff
fix compatibility issue for new sciter
2021-07-26 01:50:47 +08:00
rustdesk
bebe136834
less green
2021-07-25 02:09:57 +08:00
rustdesk
05c4dacbe9
ipc windows work
2021-06-26 01:14:22 +08:00
rustdesk
dc3fcda2c9
tokio1, windows not test yet
2021-06-25 19:42:51 +08:00
rustdesk
fda1e5e231
https://github.com/rustdesk/rustdesk/issues/58
2021-06-14 18:27:09 +08:00
rustdesk
673986d045
https://github.com/rustdesk/rustdesk/issues/69
2021-06-14 17:51:45 +08:00
rustdesk
a2890fa548
https://github.com/rustdesk/rustdesk/issues/35
2021-06-14 15:29:36 +08:00
Duncan Bristow
155357a7e9
Fixed typos, defaulted MacOS update prompt to use https
2021-06-04 16:27:53 -07:00
rustdesk
ffcbc2abaa
more for right key
2021-06-01 13:05:04 +08:00
rustdesk
8708fb366a
righ key mapping and fix mac crash
2021-05-26 12:42:21 +08:00
rustdesk
d825d30e53
fix linux restore button and clipboard initial sync issue
2021-05-25 12:01:27 +08:00
rustdesk
49aeeffbe6
improve initial window size
2021-05-03 01:25:18 +08:00