Sahil Yeole
|
7a482fd22a
|
fix wayland screen prompt on display menu
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
|
2023-10-02 21:22:40 +05:30 |
|
fufesou
|
315a2a695f
|
add comments
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-02 12:17:11 +08:00 |
|
fufesou
|
863c8de28e
|
fix, one tap results double tap event
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-02 10:30:51 +08:00 |
|
RustDesk
|
6e4a5b64b7
|
Merge pull request #5874 from fufesou/refact/remove_cursor_mobile_2_mobile
refact, remove cursor if mobile -- mobile
|
2023-10-01 12:56:55 +08:00 |
|
fufesou
|
b88fafe5ff
|
refact, remove cursor if mobile -- mobile
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-01 12:16:06 +08:00 |
|
21pages
|
17a56bbf48
|
elevation: keyboard permission required and remove foreground filter
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-01 08:50:29 +08:00 |
|
21pages
|
d8e51c6b14
|
render cm side page after window size change, calculate real window
width
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-01 08:50:24 +08:00 |
|
RustDesk
|
563cd828ad
|
Merge pull request #5865 from dignow/fix/dialog_button_reconnect_cancel
Fix/dialog button reconnect cancel
|
2023-09-30 15:38:49 +08:00 |
|
dignow
|
3581e0beed
|
Add comment
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-30 14:21:11 +08:00 |
|
21pages
|
661ce29519
|
fix request elevation menu not displayed when reconnect
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-30 11:22:18 +08:00 |
|
dignow
|
79a8715c8b
|
fix, dialog button reconnect cancel, change the interval and try count
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-29 22:53:58 +08:00 |
|
dignow
|
69062dca16
|
fix, dialog button, reconnect cancel in a short time
1. Two `reconnect` is called.
2. The window cannot be closed.
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-29 21:42:49 +08:00 |
|
21pages
|
5e444de031
|
show rdp menu only windows to windows
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-29 08:42:06 +08:00 |
|
RustDesk
|
3e61b89499
|
Merge pull request #5847 from 21pages/tab_label
try fix remote tab label update
|
2023-09-28 10:39:21 +08:00 |
|
21pages
|
6028cfc1a3
|
fix remote tab lable update, Get.find always return the first instance
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-28 09:05:10 +08:00 |
|
dignow
|
00d3d0f094
|
fix: cm await call
1. Cm may crash in wrong order.
2. The window may be at the left top.
3. The window may be wrong size.
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-27 23:51:27 +08:00 |
|
RustDesk
|
34d64fbcaf
|
Merge pull request #5829 from 21pages/scrollbar
desktop touch pad scroll
|
2023-09-27 10:53:55 +08:00 |
|
21pages
|
3eeb0628f5
|
adjust scrollbar style, peers view support touch pad scroll, settings tab
remove horizontal touch pad scroll
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-27 10:25:49 +08:00 |
|
dignow
|
731ecfda64
|
use await to guarantee the calling order
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-27 09:16:51 +08:00 |
|
RustDesk
|
230eb76532
|
Merge pull request #5822 from 21pages/me
show username followed by a 'Me' tag
|
2023-09-26 18:18:01 +08:00 |
|
21pages
|
93f2b288b5
|
show username followed by a 'Me' tag, use first letter as avatar
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-26 18:01:33 +08:00 |
|
21pages
|
e000fdfb50
|
desktop tab lable format: id/alias@hostname
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-26 15:11:31 +08:00 |
|
rustdesk
|
f21f793343
|
remove check update from periodical call
|
2023-09-26 10:47:45 +08:00 |
|
21pages
|
23680ccb14
|
replace desktop outer scroll view with Column, so that there will be
only one scrollbar
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-25 21:04:40 +08:00 |
|
21pages
|
167bf70cd6
|
mobile: limited height scroll tags/users, and scrollable peers
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-25 16:18:01 +08:00 |
|
21pages
|
5236dcfe52
|
peers view show no more than 1000 after filter
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-25 13:41:23 +08:00 |
|
21pages
|
a437524c8f
|
await loadCache
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-25 13:41:23 +08:00 |
|
RustDesk
|
b78ffdad02
|
Merge pull request #5799 from fufesou/fix/wayland_alt_tab
fix, alt + tab, switch window, release alt state
|
2023-09-25 10:57:09 +08:00 |
|
fufesou
|
9771c652c5
|
fix, alt + tab, switch window, release alt state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-25 00:15:36 +08:00 |
|
RustDesk
|
a0c7bbe213
|
Merge pull request #5798 from 21pages/mobile
mobile still use no scrollable widgets
|
2023-09-24 20:51:09 +08:00 |
|
21pages
|
6b43042828
|
mobile still use no scrollable widgets
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-24 19:54:11 +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 |
|
RustDesk
|
edc67e5da2
|
Merge pull request #5785 from 21pages/user_search
search user TextField horizontal align and case insensitive
|
2023-09-23 12:23:24 +08:00 |
|
21pages
|
55b43f4612
|
user search TextField horizontal align and case insensitive
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-23 10:03:09 +08:00 |
|
21pages
|
51b62ea467
|
merge info from group when add id to addressbook
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-21 16:34:04 +08:00 |
|
21pages
|
428bc9b419
|
group users add scroll bar
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-20 17:47:33 +08:00 |
|
21pages
|
a2742caa87
|
tags add scroll bar
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-20 17:45:38 +08:00 |
|
dignow
|
c2ff269b5f
|
fix, scale adaptive blurry
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-19 23:49:17 +08:00 |
|
dignow
|
cb1a06270e
|
fix, set texture widget offset to int on linux
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-19 22:57:53 +08:00 |
|
RustDesk
|
7e5b81ff4d
|
Merge pull request #5749 from dignow/fix/texture_widget_blurry_image
fix, texture render widget, blurry image
|
2023-09-19 22:03:51 +08:00 |
|
dignow
|
6014dd05a0
|
fix, texture render widget, blurry image
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-19 21:32:50 +08:00 |
|
21pages
|
0c6aa381c5
|
replace Wrap with builder in PeerView for efficiency
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-19 20:33:35 +08:00 |
|
21pages
|
0246f050e2
|
fix group peers read
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-19 16:18:59 +08:00 |
|
borondics
|
6d5f044948
|
Changed "unremember" to "forget" everywhere. It sounds better, shorter and it is also used for variable names as 'forget'.
|
2023-09-18 10:09:06 +02:00 |
|
RustDesk
|
2e402098a2
|
Merge pull request #5728 from 21pages/group
fix upgrade prompt condition
|
2023-09-18 15:49:01 +08:00 |
|
21pages
|
738ad474c1
|
fix upgrade prompt condition
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-18 14:36:55 +08:00 |
|
RustDesk
|
86e2ac1497
|
Merge pull request #5720 from 21pages/group
enable group
|
2023-09-18 14:16:28 +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
|
09d380ba8f
|
allow hide peer tab
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-18 09:12:58 +08:00 |
|
dignow
|
b0225880de
|
Change the maximized state on 'Adjust Window'
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-09-17 19:49:02 +08:00 |
|