dignow
fde8196874
fix several bugs
...
1. updateCurDisplay, canvas origin (x,y)
2. Do not show "Show displays as individual windows" on non-texture
render version.
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-16 07:26:55 +08:00
dignow
b52cf070f5
multi flutter ui sessions, refact 'Show displays as individual windows'
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-14 12:31:57 +08:00
dignow
013d307bcd
feat, multi_flutter_ui_sessions
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-14 12:26:24 +08:00
fufesou
5d6d8e68ed
Update cursor id immediately after the cursor event
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-10-03 22:15:58 +08:00
fufesou
197a9330df
fix, cursor hotxy, use _id
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-10-03 21:18:53 +08:00
fufesou
8b807d7b50
fix, cursor (hotx,hoty) mismatch sometimes
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-10-03 21:16:12 +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
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
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
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
731ecfda64
use await to guarantee the calling order
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-09-27 09:16:51 +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
78f5b1e607
Merge pull request #5623 from 21pages/cm_file
...
add file log page to cm
2023-09-07 20:33:00 +08:00
21pages
2afce3f1f4
add file log page to cm
...
* Only send and receive logs are shown
* For older version, client send to server doesn't have size information, because server side doesn't know the total_size
* Not switch tabs automatically when new files are transferred
* If cm side page is open, not pop up automatically when new files are transferred
* Show unread message count
* The cm tab remains open when closed if a file transfer has previously occurred
Signed-off-by: 21pages <pages21@163.com>
2023-09-07 19:51:25 +08:00
dignow
ea41a60057
fix, the session image covers android toolbar
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-09-04 14:17:54 +08:00
rustdesk
5b802e9edd
Merge branch 'ios_1.2.2'
2023-09-03 00:16:08 +08:00
21pages
7a62eb0ebf
mobile reset waitForImage
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 19:46:47 +08:00
21pages
0c77d6d918
mobile reset waitForImage
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-30 18:58:05 +08:00
dignow
7671ed857d
ios add dummy call and remove some lookup functions
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-30 13:49:10 +08:00
fufesou
0e838d59d5
Check if peer info is set
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-24 12:03:29 +08:00
fufesou
f2d96b895f
hide empty waiting layer after images are reached
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-08-23 23:57:09 +08:00
RustDesk
66ad519dbd
Merge pull request #5386 from dignow/refact/tab_2_window_flutter_data
...
Refact/tab 2 window flutter data
2023-08-23 12:52:19 +08:00
21pages
b5411b686d
recent/ab password keep same: sync connected password to addressbook anyway, delete recent password
...
also delete ab password
Signed-off-by: 21pages <pages21@163.com>
2023-08-21 10:04:16 +08:00
dignow
fad88c2718
refact, tab to window, remove rust cache data
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-14 21:04:24 +08:00
dignow
e205577145
refact, tab to window, flutter data, init commit
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-14 20:58:31 +08:00
RustDesk
39f0edcb32
Merge pull request #5331 from dignow/fix/save_peer_window_pos
...
fix saving peer window pos
2023-08-11 08:04:57 +08:00
dignow
7f6b18fc9c
change ffi flutter_config to flutter_option
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-10 22:27:35 +08:00
21pages
1be383e50e
not show waitingForImage when already get first image
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-10 21:28:02 +08:00
21pages
de85c9448a
remove extra dismiss waiting for image
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-09 15:32:51 +08:00
21pages
52bffd4030
fix waiting for image, should not await dialogManager.show
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-09 15:12:24 +08:00
21pages
9905695699
enable keyframe interval when recording
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-07 21:32:36 +08:00
21pages
a8cddb5b19
split waiting for image
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-07 09:51:05 +08:00
21pages
186f5ed39c
remove flutter extra "waiting for image"
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-07 09:23:08 +08:00
RustDesk
152616a261
Merge pull request #5256 from dignow/refact/separate_remote_window
...
Refact/separate remote window
2023-08-06 09:31:05 +08:00
21pages
bc039a31c5
try fix waiting for image when already shown
...
Signed-off-by: 21pages <pages21@163.com>
2023-08-05 22:13:11 +08:00
dignow
2db8f1f9d1
refact, separate remote window
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 19:48:32 +08:00
dignow
01ab0cf196
tmp commit
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:08 +08:00
dignow
fd12f69afa
tmp commit
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:08 +08:00
dignow
53e87352da
tmp commit
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:08 +08:00
dignow
e121ed8ecb
refact, separate remote window, debug
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:07 +08:00
dignow
1970795093
refact, separate remote window, tmp commit
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:07 +08:00
dignow
773a74e2a9
refact, separate remote window, try active session
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-08-05 18:01:05 +08:00
dignow
c01c8d0afc
touch screen input
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-07-17 20:07:55 +08:00
21pages
1f137b3542
flutter: file-transfer/port forward/rdp support
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-07 17:03:18 +08:00
21pages
aede035d20
opt force_relay/relay_hint logic
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-01 22:48:09 +08:00
21pages
89071a4fdb
fix connection note
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-01 09:40:04 +08:00
rustdesk
7fba1800ec
fix linux uni (url) and tray exit
2023-06-10 18:24:03 +08:00
rustdesk
501323ff6a
const sessionId for mobile
2023-06-09 19:57:37 +08:00
rustdesk
024c181d69
fix android https://github.com/rustdesk/rustdesk/issues/4533#issuecomment-1584064510
2023-06-09 17:07:49 +08:00
rustdesk
a9098960d1
fix #4533
2023-06-09 11:32:36 +08:00
21pages
2ececed0c1
use uuid as session id
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-08 07:24:02 +08:00
Kingtous
5b3a8a2c3d
feat: upgrade flutter pubs
2023-05-24 00:19:57 +08:00
fufesou
df2de0fd61
windows, custom resolution
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-19 20:48:47 +08:00
fufesou
c6ccee67aa
remember resolution, mid commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
fufesou
07500013ff
resolution, mid commit, to debug
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-18 23:46:53 +08:00
Kingtous
56f1b75b52
fix: port forward & RDP check
2023-05-15 00:33:58 +08:00
fufesou
4ee0fd9676
plugin_framework, test install plugin
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-12 08:48:14 +08:00
fufesou
b06fad0e43
plugin_framework, handle plugin list
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-12 08:48:14 +08:00
fufesou
4eb6bd82a4
plugin_framework, handle plugin list
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-12 08:48:14 +08:00
fufesou
db71dd039d
plugin_framework, manager, install plugin
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-12 08:48:14 +08:00
Kingtous
77fa807b57
feat: implement dialog callback
2023-05-08 12:34:19 +08:00
Kingtous
3980e52a88
opt: close main window when exit from tray on macOS
2023-05-02 23:48:49 +08:00
Kingtous
f4c5a3d903
fix: window on top when url scheme received from ipc
2023-05-02 16:20:07 +08:00
fufesou
45d07686b9
plugin_framework, debug
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-26 16:07:58 +08:00
fufesou
67413b7419
plugin_framework, flutter event handlers
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 21:41:24 +08:00
fufesou
1b303b7b27
plugin_framework, ui tmp
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 22:55:27 +08:00
fufesou
d9755abbc2
tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 22:55:26 +08:00
fufesou
4200734593
add events to ui
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-20 10:29:52 +08:00
21pages
1100b2a465
show fingerprint
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-19 15:52:15 +08:00
fufesou
127ab57d62
ignore 'gdm' on loginctl
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:54 +08:00
fufesou
3fd1da05f4
tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:53 +08:00
fufesou
c944d6093d
virtual display, linux, debug
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:52 +08:00
fufesou
461aa622f8
fix build
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:50 +08:00
fufesou
e24e05ba5c
tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-03 13:16:50 +08:00
fufesou
c845ddf510
fix build
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-28 10:52:43 +08:00
fufesou
77c4cce368
show keyboard button, on remote toolbar
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-28 10:36:59 +08:00
fufesou
1fb5cc7dd8
fix setting conn type
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-27 16:11:17 +08:00
fufesou
8ebfd3f628
refactor dialog
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-24 15:21:14 +08:00
rustdesk
f05ac099e7
workaround for
2023-03-23 22:52:58 +08:00
fufesou
bea1eacf72
debug done
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-21 12:25:58 +08:00
fufesou
1d122b5a73
platform additions
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-21 11:27:30 +08:00
rustdesk
4d827708c3
add password to --connect command in flutter, --connect id [passord]
2023-03-20 00:16:06 +08:00
fufesou
602b53fe47
Better peer info handler
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-18 13:48:56 +08:00
21pages
774694714d
fix view mode
...
Signed-off-by: 21pages <pages21@163.com>
2023-03-17 11:28:13 +08:00
21pages
0e05df12fc
client side view mode
...
Signed-off-by: 21pages <pages21@163.com>
2023-03-16 14:35:41 +08:00
Kingtous
b627a0d6c1
feat: post file confirm and make files with the same name confirm
2023-03-15 17:21:15 +08:00
RustDesk
9fe5a75233
Merge pull request #3560 from Heap-Hop/refactor_file_manager
...
Refactor file manager
2023-03-10 12:51:07 +08:00
fufesou
8a09abbf71
avoid w/h <= 0
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-10 10:53:41 +08:00
fufesou
d19d4aacdb
avoid invalid texture width and height
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-09 19:38:47 +08:00
csf
2dd4545be0
refactor file_model.dart
2023-03-08 21:05:55 +09:00
fufesou
20c7075ddb
mobile, canvas size
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-28 22:28:58 +08:00
fufesou
8703d23277
refact canvas position and size
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-28 15:03:30 +08:00
Kingtous
6bd26ef398
fix: linux canvas offset
2023-02-28 13:23:40 +08:00
fufesou
fb21f9df44
check divide by 0
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-27 22:24:12 +08:00
fufesou
cb4b658e48
Avoid dividing by 0 and setting scale to 0
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-27 14:24:15 +08:00
fufesou
0a52d64900
print stack
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-26 23:29:36 +08:00
fufesou
59cd775d5f
fix notify peer resolution change
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-25 22:47:22 +08:00
21pages
a9598e006a
request elevation menu
...
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 15:51:13 +08:00
21pages
91a2a5b56e
win resolution && api
...
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 09:14:13 +08:00
fufesou
77c4a14845
flutter texture render, mid commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:51 +08:00