RustDesk
|
e8ea2f383f
|
Merge pull request #4566 from grummbeer/cleanup-dialog-extra-space
Cleanup dialogs
|
2023-06-07 02:56:56 +08:00 |
|
grummbeer
|
244057d8a4
|
Cleanup Dialogs. Padding bottom to progressbar only if it is visible
|
2023-06-06 20:47:57 +02:00 |
|
grummbeer
|
17a61b5103
|
Cleanup Dialogs. Remove extra space on RDP dialog
|
2023-06-06 20:41:20 +02:00 |
|
rustdesk
|
91e22caf4b
|
fix permissions
|
2023-06-07 00:01:44 +08:00 |
|
RustDesk
|
94536c6dea
|
Merge pull request #4560 from fufesou/refact/virtual_display_dummy_display
Refact/virtual display dummy display
|
2023-06-06 22:24:33 +08:00 |
|
rustdesk
|
063891a2c1
|
do not lock security if service is stopped, because users may change it
before starting service
|
2023-06-06 21:56:31 +08:00 |
|
rustdesk
|
a5d56fcd3f
|
refactor service start/stop
|
2023-06-06 21:51:40 +08:00 |
|
RustDesk
|
5a87652ef3
|
<= 800
|
2023-06-06 21:27:03 +08:00 |
|
RustDesk
|
d2bb866e48
|
Merge pull request #4562 from grummbeer/cleanup-page-install
Cleanup page install
|
2023-06-06 21:24:28 +08:00 |
|
RustDesk
|
3abc805b21
|
Merge pull request #4563 from grummbeer/desktop-remove-splash-radius
Remove splash for radio/switches on Desktop
|
2023-06-06 21:24:10 +08:00 |
|
grummbeer
|
16ad498ef3
|
Remove splash for Desktop
|
2023-06-06 14:53:05 +02:00 |
|
grummbeer
|
67ad5e3e40
|
Page Install. Disable checkboxes when installation has been started.
|
2023-06-06 13:38:46 +02:00 |
|
grummbeer
|
c78e7ec49f
|
Page Install. Make agreement area more visible
|
2023-06-06 11:28:20 +02:00 |
|
grummbeer
|
5b74e30b23
|
Page Install. ProgressIndiactor space to buttons.
|
2023-06-06 11:01:22 +02:00 |
|
grummbeer
|
ae9c0df818
|
Page Install. Reset styles for headline to theme defaults.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
a6f27e0c82
|
Page Install. Adjust window inner padding.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
d90201f874
|
Page Install. Reset styles for buttons.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
a029bd9a92
|
Page Install. Reset styles for input field.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
ba12c50dc1
|
Page Install. Checkboxes. Fix overflow, alignment.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
88ce6e74a8
|
Page Install. Add icons to buttons on confirmation dialog.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
ed1535ac7b
|
Page Install. Tooltip, icon, https for outgoing url.
|
2023-06-06 09:24:25 +02:00 |
|
grummbeer
|
a04a36d9b0
|
Page Install. Use path.join for install_path instead of string concat
|
2023-06-06 09:24:25 +02:00 |
|
rustdesk
|
594ce024e7
|
disable windows service install/uninstall
|
2023-06-06 01:51:04 +08:00 |
|
rustdesk
|
14541fd182
|
fix tray
|
2023-06-06 01:47:02 +08:00 |
|
rustdesk
|
77c9341ba5
|
open uni on tray instead, though double click not work on stupid tauri
tray-icon
|
2023-06-06 01:22:55 +08:00 |
|
fufesou
|
1bc9b8c583
|
simple remove some warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 23:41:48 +08:00 |
|
fufesou
|
205798b611
|
debug virtual display with dummy one
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 23:41:45 +08:00 |
|
fufesou
|
42e8971793
|
enable virtual display if only one dummy display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 23:39:30 +08:00 |
|
RustDesk
|
12fc280ca6
|
Merge pull request #4557 from 21pages/wakelock2
keep server device awake if have connection
|
2023-06-05 23:27:55 +08:00 |
|
rustdesk
|
98180d4505
|
try fix x86 align in tray-item
|
2023-06-05 23:09:01 +08:00 |
|
rustdesk
|
e6d562be19
|
git tray-icon
|
2023-06-05 22:25:03 +08:00 |
|
rustdesk
|
3e24186542
|
try out tray-icon 0.4
|
2023-06-05 22:06:51 +08:00 |
|
rustdesk
|
a1e7abbb70
|
fix ci
|
2023-06-05 21:41:22 +08:00 |
|
rustdesk
|
7ce86c6f53
|
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
|
2023-06-05 21:26:02 +08:00 |
|
rustdesk
|
893273ff97
|
fix ci
|
2023-06-05 21:25:46 +08:00 |
|
RustDesk
|
e1bf34a71c
|
Merge pull request #4558 from fufesou/fix/restore_resolution
Fix/restore resolution
|
2023-06-05 20:46:44 +08:00 |
|
fufesou
|
e551f63ab2
|
debug restore resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 20:33:25 +08:00 |
|
fufesou
|
50150be363
|
debug restore resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 20:33:24 +08:00 |
|
fufesou
|
6959f044f0
|
debug restore resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 20:33:24 +08:00 |
|
fufesou
|
3c2bf2c154
|
debug restore resolutions
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 20:33:24 +08:00 |
|
fufesou
|
e670989e0f
|
restore custom resolution for each display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 20:33:24 +08:00 |
|
rustdesk
|
b07ac438f5
|
working on windows service install/uninstall
|
2023-06-05 20:27:48 +08:00 |
|
21pages
|
98740dbfd7
|
keep server device awake if have connection
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-05 20:26:57 +08:00 |
|
RustDesk
|
f1cc42769c
|
Merge pull request #4552 from fufesou/fix/change_resolution_win
fix, win, change resolution
|
2023-06-05 18:36:29 +08:00 |
|
fufesou
|
4807176f8b
|
fix, win, change resolution
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 18:34:29 +08:00 |
|
RustDesk
|
bad343adac
|
Merge pull request #4550 from fufesou/refact/win_uninstall_cert
Refact/win uninstall cert
|
2023-06-05 15:27:33 +08:00 |
|
fufesou
|
d409e1147e
|
some code are removed by mistake
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 15:21:42 +08:00 |
|
fufesou
|
e541c4db69
|
win, uninstall cert
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 15:17:05 +08:00 |
|
RustDesk
|
492d0a32f6
|
Merge pull request #4549 from fufesou/fix/input_crash_on_macos
macos, fix input crash
|
2023-06-05 12:59:37 +08:00 |
|
fufesou
|
10176d9b2c
|
macos, fix input crash
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-05 12:54:49 +08:00 |
|