Commit Graph

1041 Commits

Author SHA1 Message Date
rustdesk
3101c4e119 fix formatId, right panel button style, default windows size (windows,
Linux, no idea about Mac, need to check with xcode)
2022-09-20 19:31:32 +08:00
rustdesk
13fe2164d4 more style bug fix 2022-09-20 18:09:02 +08:00
Kingtous
e5a292ef26 opt: flutter_improved_scrolling doc & remove border 2022-09-20 10:39:18 +08:00
RustDesk
8a6ec7b18f Merge pull request #1584 from Kingtous/master
opt: use custom scroll feature
2022-09-19 21:15:59 +08:00
Kingtous
df5a2ab556 opt: custom scroll for better scroll and add trackpad support 2022-09-19 21:09:54 +08:00
rustdesk
19586f28bd save peer_tab_index 2022-09-19 19:42:13 +08:00
rustdesk
0679d01a63 fix connection status style 2022-09-19 19:24:51 +08:00
Kingtous
e1ab01a97f opt: use custom scroll feature 2022-09-19 19:18:27 +08:00
rustdesk
e0d759c3bb remove menu from desktop home page 2022-09-19 18:38:19 +08:00
Kingtous
c2f516f57f opt: use const variable 2022-09-19 17:16:28 +08:00
Kingtous
21eb7bd165 opt: more configurable scroll logic & edge size 2022-09-19 16:06:03 +08:00
Kingtous
225d5a0983 fix: place obx down 2022-09-19 11:10:08 +08:00
Kingtous
ef80dab48e opt: remove drag to resize widget on macOS 2022-09-19 10:14:14 +08:00
csf
e32a019a29 feat: Android change id 2022-09-16 21:52:08 +08:00
csf
c6e1e84c72 flutter desktop Codec Preference 2022-09-16 19:43:28 +08:00
RustDesk
723f731a20 Merge pull request #1550 from Kingtous/master
opt: main window save/restore offset/position
2022-09-16 14:38:52 +08:00
RustDesk
e2d67ed19a Merge pull request #1539 from asur4s/master
Refactor: input mode of desktop
2022-09-16 14:13:20 +08:00
Kingtous
0e26095852 opt: main window save/restore offset/position 2022-09-16 12:14:03 +08:00
rustdesk
3730ed0cc3 Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2022-09-15 17:41:45 +08:00
rustdesk
f4871a992f refactor core_main, also fix windows flutter restart repeated fatal
error crash
2022-09-15 17:41:10 +08:00
Asura
25fd0d6148 Refactor: input mode of desktop 2022-09-14 23:49:59 -07:00
fufesou
f17198cd2a flutter_desktop: fix remove fav peer && remove unused code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-14 22:25:07 -07:00
Kingtous
088e31d80f fix: add null catch on address book request 2022-09-15 11:06:44 +08:00
fufesou
c5a78ce107 flutter_desktop: update custom cursor lib & menubar margin & better callback for pinning menubar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-13 19:10:55 -07:00
csf
a28fd5d772 refactor: del unused or dead code and optimize reusable code 2022-09-13 22:59:13 +08:00
fufesou
27e0bdca97 flutter_desktop: pin menubar, rotate icon
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-13 07:24:06 -07:00
fufesou
a075385a11 flutter_desktop: fix resize scale && Pin peer menu bar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-13 22:01:15 +08:00
21pages
2f1092afaf refactor audio setting
Signed-off-by: 21pages <pages21@163.com>
2022-09-13 19:38:50 +08:00
RustDesk
64f5f3253c Merge pull request #1501 from Heap-Hop/master
Update flutter desktop
2022-09-13 09:50:36 +08:00
csf
7fce018eea optimize closeConfirmDialog by using async onWindowCloseButton 2022-09-13 09:14:06 +08:00
21pages
76e7bf5293 add ScrollController to each ScrollView
fix "The provided ScrollController is currently attached to more than one ScrollPosition"

Signed-off-by: 21pages <pages21@163.com>
2022-09-13 09:10:04 +08:00
21pages
302a43d68c update setting page, add option enable-rdp
Signed-off-by: 21pages <pages21@163.com>
2022-09-13 09:10:04 +08:00
21pages
f5dba0f7aa rdp and tcpTunnel use same tabPage
Signed-off-by: 21pages <pages21@163.com>
2022-09-13 09:09:59 +08:00
fufesou
c479e0871d flutter_desktop: fix scroll to center when mouse hover menu bar
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-12 01:35:56 -07:00
fufesou
efe6d080f3 flutter_desktop: set event func to async
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-11 19:52:38 -07:00
fufesou
aa6e747e8a flutter_desktop: cursor image cache mismatch
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-10 19:50:48 -07:00
fufesou
ef0980a9b1 flutter_desktop: fix local cursor (hotx,hoty) offset
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-08 21:06:52 -07:00
fufesou
adafa38cfa flutter_desktop: change cursor on scroll auto
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-08 21:06:52 -07:00
fufesou
8d198a2554 flutter_desktop: add action, allow file copy & paste
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-08 19:30:50 -07:00
fufesou
21b277ea3f flutter_desktop: check remote menu, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-08 19:30:48 -07:00
csf
d0c438268d update overlay widgets on flutter desktop
1. add mobile actions
2. disable showChatIcon
2022-09-08 22:18:02 +08:00
csf
36143c0880 update Cargo.lock pubspec.lock & rename connection_tab_page.dart -> remote_tab_page.dart 2022-09-08 21:12:35 +08:00
csf
30156c694b add file_transfer confirm close 2022-09-08 21:03:20 +08:00
csf
63cb816b7d fix: close one connection tab will dispose all tabs (Obx) 2022-09-08 20:43:27 +08:00
csf
b93e59df21 confirm connection tab close 2022-09-08 20:41:14 +08:00
RustDesk
1c170366e7 Merge pull request #1473 from 21pages/optimize
sync theme and language
2022-09-08 12:34:56 +08:00
fufesou
a9bb7c7947 flutter_destkop: fix cursor scale
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-09-07 19:52:30 -07:00
21pages
d5d2a98572 sync language
Signed-off-by: 21pages <pages21@163.com>
2022-09-08 10:25:17 +08:00
21pages
17a7cbf7bb follow system theme at startup and changing
Signed-off-by: 21pages <pages21@163.com>
2022-09-08 10:25:17 +08:00
21pages
59f82262c8 fix cm waiting page close button
Signed-off-by: 21pages <pages21@163.com>
2022-09-08 10:25:17 +08:00