Sahil Yeole
|
3811f41076
|
Feat: Follow remote cursor and window focus | Auto display switch (#7717)
* feat: auto switch display on follow remote cursor
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* feat: auto switch display on follow remote window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build and remove unused imports
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix linux get_focused_window_id
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* lock show remote cursor when follow remote cursor is enabled
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix config
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* prevent auto display switch on show all display and displays as individual windows
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unused function
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unwraps and improve iterations
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* set updateCursorPos to false to avoid interrupting remote cursor
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update lang
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix web build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* update checks for options and enable in view mode
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use focused display index for window focus service
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use window center for windows display focused
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove unused imports
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use libxdo instead of xdotool
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix multi monitor check
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* enable show cursor when follow cursor is default
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove show_all_displays,use runtime state instead
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix show cursor lock state on default
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove view mode with follow options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use separate message for follow current display
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix options
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* sciter support for follow remote cursor and window
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add check for ui session handlers count
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use cached displays and remove peer info write
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* No follow options when show all displays
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* No follow options when multi ui session
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* turn off follow options when not used|prevent msgs
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use window center for switch in linux
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* use subbed display count to prevent switch msgs
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix web build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* move subbed displays count
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* fix build
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add noperms for window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add subscribe for window focus
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* remove window_focus message and unsub on multi ui
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
* add multi ui session field
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
---------
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
|
2024-04-25 13:26:02 +08:00 |
|
yuluo
|
43a0a4f8e0
|
fix: http/https proxy (#7821)
* add http(s) proxy
* Add front-end translation
* fix ui description
* For linux platform, add rustls support
* fix: Fix the proxy address test function.
* add: Added default prompts for agency agreement and some multi-language translations
* add: Http proxy request client
* fix: add async http proxy func and format the code
* add: Preliminary support for flutter front-end calling rust back-end http request
* Optimize HTTP calls
* Optimize HTTP calls
* fix: Optimize HTTP requests, refine translations, and fix dependencies
* fix: Win and macOS compilation errors
* fix: web platforms
* fix: Optimize import
* fix: Fix web platform issues
* fix: Fix web platform issues
* fix: update ci
* fix: test ci
* test: test CI
* Revert "fix: update ci"
This reverts commit 2e5f247b2ed0cc63a6f6f7bbaaffd0a1223712e5.
* test: test CI
* test: test CI
* fix: fix lock file
* fix: Optimize imports
|
2024-04-25 11:46:21 +08:00 |
|
RustDesk
|
ac7f8a6447
|
Revert "http/https proxy (#7600)" (#7801)
This reverts commit da57fcb6418f27672ef0c35c3408f70c75fc1bd4.
|
2024-04-23 15:26:16 +08:00 |
|
yuluo
|
da57fcb641
|
http/https proxy (#7600)
* add http(s) proxy
* Add front-end translation
* fix ui description
* For linux platform, add rustls support
* fix: Fix the proxy address test function.
* add: Added default prompts for agency agreement and some multi-language translations
* add: Http proxy request client
* fix: add async http proxy func and format the code
* add: Preliminary support for flutter front-end calling rust back-end http request
* Optimize HTTP calls
* Optimize HTTP calls
* fix: Optimize HTTP requests, refine translations, and fix dependencies
|
2024-04-23 15:00:23 +08:00 |
|
fufesou
|
e83c28bf54
|
refact: win, virtual display (#7767)
* refact: win, virtual display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Update flutter-build.yml
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
|
2024-04-19 11:31:52 +08:00 |
|
rustdesk
|
07eca00bd5
|
feat: allow-only-conn-window-open https://github.com/rustdesk/rustdesk/discussions/7033
|
2024-04-09 18:34:44 +08:00 |
|
21pages
|
0c232be0c4
|
opt web console menu text (#7452)
Signed-off-by: 21pages <pages21@163.com>
|
2024-03-21 14:44:13 +08:00 |
|
21pages
|
67bc26ed57
|
remove address book operation code, as it duplicates the the functionality of web console (#7451)
Signed-off-by: 21pages <pages21@163.com>
|
2024-03-21 14:01:18 +08:00 |
|
21pages
|
41da6d552f
|
shared address book (#7229)
Signed-off-by: 21pages <pages21@163.com>
|
2024-03-20 15:05:54 +08:00 |
|
XLion
|
3f7d622512
|
Small fix for langs (#7418)
|
2024-03-19 18:52:36 +08:00 |
|
rustdesk
|
0808672b6e
|
modify warn
|
2024-03-16 11:59:12 +08:00 |
|
rustdesk
|
fe0de47805
|
preset password warning
|
2024-03-16 11:52:48 +08:00 |
|
rustdesk
|
a9b0bc0409
|
fix some minors of custom client
|
2024-03-15 00:26:53 +08:00 |
|
XLion
|
d67108cd20
|
Update translation (#7385)
Add translation for tw and add `to` to the sentence to make it more clear.
|
2024-03-14 21:33:08 +08:00 |
|
fufesou
|
5253d67e04
|
Fix/custom client styles (#7373)
* Fix. qs styles
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* custom client, options
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Move logo.svg to icon.svg
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Refact. Custom client, connection status ui.
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client ui. Disable settings, hide "Change password"
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, logo align center
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, refact, outgoing ui
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, outgoing, settings icon
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, powered by RustDesk
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Custom client, remove unused SizeBox
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Update config.rs
* Update flutter_ffi.rs
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
|
2024-03-14 11:36:14 +08:00 |
|
fufesou
|
582db9d542
|
Refact. Remove idd driver (#7068)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
|
2024-02-19 19:55:04 +08:00 |
|
rustdesk
|
236687ae53
|
fix some broken link
|
2024-02-14 19:49:06 +08:00 |
|
fufesou
|
b1a946ec20
|
Fix. Connection, 2FA dialog, esc & enter (#6946)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2024-01-22 13:44:10 +08:00 |
|
rustdesk
|
44e6b7dbb0
|
2fa for unattended access
|
2024-01-19 15:35:58 +08:00 |
|
Juraj Virgovič
|
14676e9618
|
fix 2fa_tip (#6797)
|
2024-01-04 20:34:35 +08:00 |
|
fufesou
|
7e3a0c4ded
|
Better 2fa verification support (#6782)
* Better 2fa verification support
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* 2FA login verification, add request filed 'tfa_code'
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* 2fa dialog
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* msgbox, title
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Feat, oidc login, 2fa
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2024-01-03 16:43:39 +08:00 |
|
rustdesk
|
2e146190e1
|
swap left right mouse button
|
2023-12-11 11:22:27 +08:00 |
|
rustdesk
|
65fd682f2a
|
reorder lang to avoid translate miss some lines
|
2023-12-01 11:38:25 +08:00 |
|
rustdesk
|
eb0e5c2de3
|
change location to make tranlator easier
|
2023-11-30 16:12:17 +08:00 |
|
RustDesk
|
64ed25879c
|
Merge pull request #6565 from fufesou/fix/elevated_switch_display
fix, elevated mode, switch display
|
2023-11-30 00:18:14 +08:00 |
|
RustDesk
|
b7b0a44c52
|
Update en.rs
|
2023-11-30 00:16:13 +08:00 |
|
fufesou
|
5a8a64d284
|
fix, elevated mode, switch display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-29 23:44:28 +08:00 |
|
fufesou
|
f11104fcb5
|
tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-29 20:58:39 +08:00 |
|
fufesou
|
f41a8bc355
|
idd_not_support_tip to idd_not_support_under_win10_2004_tip
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-21 11:05:50 +08:00 |
|
fufesou
|
3100930136
|
translation & Rustdesk to RustDesk
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-21 10:55:46 +08:00 |
|
fufesou
|
83dbf88ffb
|
feat, win10, virtual display, not support message
Signed-off-by: fufesou <shuanglongchen@yeah.ne>
|
2023-11-20 21:44:25 +08:00 |
|
fufesou
|
60e96b637d
|
privacy mode, remove 'recommended'
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-20 11:50:53 +08:00 |
|
fufesou
|
060dfedb74
|
topmost_window_exclude_from_capture, change label text
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-20 10:57:01 +08:00 |
|
fufesou
|
7c98bfd363
|
check if WDA_EXCLUDEFROMCAPTURE is supported
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-20 07:41:06 +08:00 |
|
fufesou
|
c23f377039
|
feat, topmost window, exclude from capture
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-20 07:41:04 +08:00 |
|
fufesou
|
1905a81f9a
|
virtual_display_privacy_mode, switch privacy mode directly
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-14 19:36:51 +08:00 |
|
fufesou
|
90ac8b7b0b
|
feat/virtual_display_privacy_mode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-14 12:11:38 +08:00 |
|
rustdesk
|
d7e8d4d5c3
|
fix #6198
|
2023-11-06 20:12:01 +08:00 |
|
RustDesk
|
842255766f
|
Update en.rs
|
2023-10-22 13:05:37 +08:00 |
|
fufesou
|
f531cd23ee
|
add selinux tip
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-21 23:24:54 +08:00 |
|
xalt7x.service
|
749241f4e5
|
Fix typos regarding displays
|
2023-10-18 07:13:48 +03:00 |
|
dignow
|
013d307bcd
|
feat, multi_flutter_ui_sessions
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-14 12:26:24 +08:00 |
|
dignow
|
f176832851
|
fix, uniform capitalization style, capitalize the first letter of a phrase
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-09 14:06:26 +08:00 |
|
21pages
|
d83d8c18fc
|
remove ab pull error toast, translate group pull error
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-24 09:00:24 +08:00 |
|
21pages
|
b2a4f11e0b
|
enable group, show accessible users and peers
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-18 13:44:41 +08:00 |
|
21pages
|
0a0653358c
|
auto disconnect
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-13 13:57:57 +08:00 |
|
Sahil Yeole
|
1e548af987
|
update lang
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-09-13 11:00:07 +05:30 |
|
fufesou
|
1a6ef23ee7
|
fix, some capitalization style mismatch in the same option group
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-10 22:59:45 +08:00 |
|
fufesou
|
f1d5afe72a
|
Change the option 'Scroll mode' to be 'Reverse mouse wheel'
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-10 18:31:16 +08:00 |
|
rustdesk
|
c37732be9b
|
correct translation
|
2023-08-16 14:09:06 +08:00 |
|