csf
64d11a9dda
fix cm tabs scroll action
2022-10-26 21:02:20 +09:00
Kingtous
492bc1525b
fix: action button stateful tooltip
2022-10-24 17:14:16 +08:00
csf
ee744d7de3
cm tabs add tooltips and selected color
2022-10-20 23:56:23 +09:00
csf
6e6a359809
cm add multi clients scroll controller arrow actions
2022-10-20 23:22:02 +09:00
csf
94c8b117ef
opt: DesktopTab tabs handle mouse wheel, add maxLabelWidth constraint, update cm
2022-10-20 23:10:26 +09:00
csf
0c976a6644
file transfer search bar pop_menu show Windows drives
2022-10-18 23:56:36 +09:00
RustDesk
b8c9113ee5
Merge pull request #1740 from Heap-Hop/master
...
update file transfer and chat page
2022-10-18 08:53:08 +08:00
csf
76581d46f2
fix can't update isMaximized IconButton via double click title logo
2022-10-17 19:37:00 +09:00
21pages
688519320e
add access mode
...
Signed-off-by: 21pages <pages21@163.com>
2022-10-17 15:06:03 +08:00
csf
516ff4221b
opt desktop chat page style
2022-10-14 23:50:13 +09:00
csf
06844f2f4f
double click toggle maximize
2022-10-14 20:44:57 +09:00
csf
c01b9d5d7d
restoreWindowPosition for sub window and add restore maximize
2022-10-14 19:48:41 +09:00
csf
cf73c04cb3
drag to Un/Maximize update icon state
2022-10-14 17:40:59 +09:00
csf
67a5cf9771
add confirm before closing multiple tabs
2022-10-13 21:49:03 +09:00
fufesou
03439831a7
flutter_desktop: adjust window
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-10 09:47:45 +08:00
rustdesk
70e7e99531
some png -> svg
2022-09-27 18:34:05 +08:00
Kingtous
d939fdac72
opt: hide home button when it only exists on tab
2022-09-23 11:01:33 +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
f5dba0f7aa
rdp and tcpTunnel use same tabPage
...
Signed-off-by: 21pages <pages21@163.com>
2022-09-13 09:09:59 +08:00
csf
30156c694b
add file_transfer confirm close
2022-09-08 21:03:20 +08:00
csf
b93e59df21
confirm connection tab close
2022-09-08 20:41:14 +08:00
21pages
62870e453c
add tabbar theme extension to fix theme update failure after overlay
...
added
Signed-off-by: 21pages <pages21@163.com>
2022-09-04 11:03:16 +08:00
21pages
a553334157
dialog focus && deal with Enter/Esc key
...
Signed-off-by: 21pages <pages21@163.com>
2022-09-04 09:17:36 +08:00
21pages
f6bc448cec
adjust cm display behavior
...
Signed-off-by: 21pages <pages21@163.com>
2022-09-02 11:10:32 +08:00
21pages
39a1545e94
add close confirmation dialog
...
Signed-off-by: 21pages <pages21@163.com>
2022-09-02 10:37:21 +08:00
21pages
8f6fed5416
fix tabbar close button can't show when selected && hovered
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-31 19:23:32 +08:00
21pages
38abd27384
impl option remote modification
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-31 15:21:18 +08:00
21pages
839be76b8f
tabbar: check before scroll
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-31 09:19:51 +08:00
fufesou
01e96a1134
flutter_desktop: connection type, mid commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-08-30 21:47:05 +08:00
Kingtous
c72e48bef1
fix: close all typed sessions when hide subwindow
2022-08-30 20:48:59 +08:00
Kingtous
66a2c51ca5
fix: linux memory-safe workaround
...
Signed-off-by: Kingtous <kingtous@qq.com>
2022-08-30 16:45:47 +08:00
21pages
bb64690ac9
optimize style of peer card
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-25 10:25:47 +08:00
csf
e78d44935a
refactor DesktopTab impl for cm
2022-08-24 21:52:21 +08:00
csf
67b40b2cc7
fix full screen
2022-08-24 21:20:50 +08:00
csf
4f4ac67228
refactor DesktopTab impl for file_manager_tab_page.dart
2022-08-24 21:09:18 +08:00
csf
cc3c725f38
refactor DesktopTab impl for connection_tab_page.dart
2022-08-24 20:56:42 +08:00
csf
66b1459126
rename tabbar -> tab
2022-08-24 20:17:51 +08:00
csf
78c79a0e8d
refactor tabbar_widget.dart and impl for desktop_tab_page.dart
2022-08-24 20:12:04 +08:00
csf
befb6ffe8f
fix cm client authorized
2022-08-24 15:04:58 +08:00
21pages
930bf72c91
optimize ui style
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-23 09:26:46 +08:00
csf
14b8140e45
1. update DesktopTabBar for cm.
...
2. refactor server_model clients map -> list.
3. update tab changing events.
2022-08-22 21:03:54 +08:00
21pages
a10487c840
native style
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-22 09:40:15 +08:00
21pages
4faf0a3d35
check super permission: win && linux
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-22 09:04:20 +08:00
21pages
41e5f6d0de
replace tabview with pageview to remove animation
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-18 22:18:58 +08:00
Kingtous
3cc67bf581
feat: sub window custom title bar & functions
...
Signed-off-by: Kingtous <kingtous@qq.com>
2022-08-18 17:26:39 +08:00
Kingtous
b8f7e85c0b
feat: main window custom bar & drag
...
Signed-off-by: Kingtous <kingtous@qq.com>
2022-08-18 17:26:39 +08:00
RustDesk
fc061d2b49
Merge pull request #1294 from 21pages/setting
...
optimize settings ui
2022-08-17 15:37:30 +08:00
21pages
845a524b82
optimize settings ui
...
Signed-off-by: 21pages <pages21@163.com>
2022-08-17 13:04:37 +08:00
csf
ce050e250d
desktop close connection tab (remote page)
2022-08-17 10:01:26 +08:00