RustDesk
29133e074d
Merge pull request #3028 from fufesou/fix/cursor_without_dpi
...
cursor scale
2023-02-03 10:44:41 +08:00
RustDesk
992d5b9b24
Merge pull request #3036 from 21pages/default_setting
...
Default display setting
2023-02-02 15:17:31 +08:00
fufesou
f9e3a3f074
zoom cursor with dpi
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:36 +08:00
fufesou
d511d1e27a
zoom remote cursor when view style is original
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:35 +08:00
fufesou
aafc2e0a8e
zoom cursor on different OSs
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:35 +08:00
fufesou
77ee60c8dc
scale remote cursor when view style is adaptive
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:35 +08:00
fufesou
b5fbc23cb9
zoom system cursor when view scale is adaptive
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:35 +08:00
fufesou
8dba394205
scale system cursor image
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-02 14:50:34 +08:00
Kingtous
6119e04006
fix: synchronize macOS window theme on flutter theme changed.
2023-02-02 13:57:40 +08:00
21pages
92145eeb71
other bool default display settings
...
Signed-off-by: 21pages <pages21@163.com>
2023-02-02 10:47:49 +08:00
21pages
359f19af02
default display settings
...
Signed-off-by: 21pages <pages21@163.com>
2023-02-02 10:47:42 +08:00
rustdesk
68cc667f47
partially fix issue #2747 : text selectable, more top margin of buttons
...
on dialog
2023-02-01 21:28:26 +08:00
Kingtous
bf71e38426
fix: linux sub-window pos for double-check pos
2023-02-01 14:23:30 +08:00
Kingtous
60ff4982ca
fix: macos location restore incorrectly
2023-02-01 14:23:30 +08:00
RustDesk
1a3dcbd275
Merge pull request #3014 from 21pages/dialog-style
...
opt ui
2023-01-31 09:55:58 +08:00
jimmyGALLAND
55318c2393
Update desktop_tab_page.dart
2023-01-30 17:10:05 +01:00
fufesou
0765f7057f
try fix https://github.com/rustdesk/rustdesk/issues/2923
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-30 22:13:47 +08:00
Kingtous
d99b0bed0a
fix: set edge size to zero when in fullscreen mode
2023-01-30 21:43:09 +08:00
rustdesk
87de9eb726
a workaround of issue #2886 , following the behavior address input of
...
chrome
2023-01-30 18:30:38 +08:00
21pages
dec1820694
opt dialog style
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-30 17:56:35 +08:00
rustdesk
92748f7ef4
adjust tab colors to fix issue #2957
2023-01-29 23:30:49 +08:00
fufesou
d1070b88bb
dismiss menu after switching monitor
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-29 14:39:02 +08:00
fufesou
d04f047d14
feat mouse click and move through monitor widget
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-28 21:11:03 +08:00
21pages
19f04f29c0
fix desktop dialog request focus
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 17:46:36 +08:00
21pages
435e774964
fix switch sides delay #2893
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 12:25:08 +08:00
Kingtous
3cd93ba5b7
opt: update remote alias/id on taskbar in remote window
...
https://github.com/rustdesk/rustdesk/discussions/2815#discussioncomment-4752398
2023-01-23 22:07:50 +08:00
fufesou
87a2705ba5
refactor, remove peer type
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-22 21:00:52 +08:00
21pages
84a45ac48f
hide switch sides menu until #2893 fixed
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-21 18:02:04 +08:00
21pages
b7844d1175
switch sides: linux dbus use uri as para like uni_links
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
81a60725f4
switch sides: remove outdate uuid
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
333092f983
switch sides
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
cc0f4509a7
common dialog InputDecoration
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-16 21:20:37 +08:00
21pages
9aecd28702
complex pernament password
...
lowercase, uppercase, digit, length>=8
Signed-off-by: 21pages <pages21@163.com>
2023-01-16 19:49:18 +08:00
21pages
62791613a7
opt dialog button style
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-15 19:46:16 +08:00
Kingtous
b4f7fcabad
opt: make duplicated action panel offstage on macos
2023-01-13 00:06:38 -08:00
Asur4s
a35bd772cc
fix conflicts
2023-01-12 00:35:39 +08:00
fufesou
a3643f53bf
set image center when remote resolution is changed
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 17:13:40 +08:00
RustDesk
c7fd38ed23
Merge pull request #2791 from fufesou/refact/adjust_window
...
do not show adjust window when scale adaptive
2023-01-10 16:30:02 +08:00
fufesou
5d6cb259da
do not show adjust window when scale adaptive
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 16:07:48 +08:00
fufesou
00867276ed
fix wayland input
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 14:18:25 +08:00
Josh Soref
128aa17476
spelling: visible
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
44ead53bc3
spelling: minimized
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
0fb8250000
spelling: label
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
380a1670f0
spelling: chosen
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
21pages
658c6500d9
adjust server setting ui
...
Signed-off-by: 21pages <pages21@163.com>
2023-01-09 19:28:56 +08:00
csf
6c577dc117
Merge branch 'master' of https://github.com/rustdesk/rustdesk
2023-01-09 14:51:58 +09:00
csf
a01b87510c
move login.dart
2023-01-08 23:30:34 +09:00
rustdesk
aefbaf3398
Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk
2023-01-07 13:13:02 +08:00
rustdesk
6ebe25a6ba
remove counter https://stackoverflow.com/questions/51893926/how-can-i-hide-letter-counter-from-bottom-of-textfield-in-flutter
2023-01-07 13:12:51 +08:00
Kingtous
40e9462679
fix: save/restore window position on macos
...
also hide on launch
2023-01-06 20:40:29 -08:00