21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be06c0d738 
							
						 
					 
					
						
						
							
							tab border for desktop subwindow ( #8842 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <sunboeasy@gmail.com> 
						
						
					 
					
						2024-07-26 11:20:16 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3999d498be 
							
						 
					 
					
						
						
							
							fix: keep window pos after new conn ( #8834 )  
						
						... 
						
						
						
						1. Keep window pos
2. Do some init in StatefulWidget constructor.
If try init in its state class, it may be too late. Because I see the
init function is called after building the widget tree.
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-07-25 21:52:57 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b967d496cc 
							
						 
					 
					
						
						
							
							refact: init values from initState to Constractor ( #8817 )  
						
						... 
						
						
						
						* refact: init values from initState to Constractor
Signed-off-by: dignow <linlong1265@gmail.com>
* fix: move RxBool init into Constructor
Signed-off-by: dignow <linlong1265@gmail.com>
* peer sort option
Signed-off-by: dignow <linlong1265@gmail.com>
* Remove empty initState()
Signed-off-by: dignow <linlong1265@gmail.com>
---------
Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2024-07-25 10:45:51 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							07e0b5ac10 
							
						 
					 
					
						
						
							
							fix: desktop, remote toolbar, remember collapse ( #8349 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-14 00:28:59 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc875a35b0 
							
						 
					 
					
						
						
							
							Refact/multi window soft rendering ( #8343 )  
						
						... 
						
						
						
						* refact: multi_window_soft_rendering
Signed-off-by: fufesou <linlong1266@gmail.com>
* fix: window pos, potential wait for image
Signed-off-by: fufesou <linlong1266@gmail.com>
* comments
Signed-off-by: fufesou <linlong1266@gmail.com>
* remove debug print
Signed-off-by: fufesou <linlong1266@gmail.com>
* explicitly set rgba_data.size_got to false after init
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: multi window, merge images, render with texture
Signed-off-by: fufesou <linlong1266@gmail.com>
* revert, flutter.rs, rgba valid
Signed-off-by: fufesou <linlong1266@gmail.com>
* Add displays index before sending capture msg
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: multi window, soft rendering
Signed-off-by: fufesou <linlong1266@gmail.com>
* fix: build
Signed-off-by: fufesou <linlong1266@gmail.com>
---------
Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-06-13 18:03:41 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1efce51222 
							
						 
					 
					
						
						
							
							fix: restore window, on connection ( #8129 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-05-23 22:11:40 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8d9c4c378 
							
						 
					 
					
						
						
							
							fix: mutlwindow, fullscreen ( #8123 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <linlong1266@gmail.com> 
						
						
					 
					
						2024-05-23 09:51:19 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c502c6fc2 
							
						 
					 
					
						
						
							
							refact: replace some option keys ( #8090 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-19 14:07:42 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8357d4675a 
							
						 
					 
					
						
						
							
							Fix/custom client advanced settings ( #8066 )  
						
						... 
						
						
						
						* fix: custom client, advanced settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact: custom client, default options
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* fix: cargo test
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact: remove prefix $ and unify option keys
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact: custom client, advanced options
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* debug custom client, advanced settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* custom client, advanced settings. Add filter-transfer to display settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* custom client, advanced settings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* fix: custom client, advanced settings, codec
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* fix: custom client, advanced settings, whitelist
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-17 14:19:11 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							01322146c0 
							
						 
					 
					
						
						
							
							refact: window frame border ( #7946 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-05-08 09:59:05 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f6223a6f71 
							
						 
					 
					
						
						
							
							dropdown menu for tabs that cannot be displayed ( #7918 )  
						
						... 
						
						
						
						* The visibility threshold is 75%
* Used in remote, file transfer, port forward and cm
Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-05-06 17:10:02 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a6632632fa 
							
						 
					 
					
						
						
							
							fix: multi-window, click-move ( #7844 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-04-27 13:45:44 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							85cafda168 
							
						 
					 
					
						
						
							
							Refact. Flutter web, mid commit ( #7494 )  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2024-03-24 11:23:06 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41da6d552f 
							
						 
					 
					
						
						
							
							shared address book ( #7229 )  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2024-03-20 15:05:54 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							f11104fcb5 
							
						 
					 
					
						
						
							
							tmp commit  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-11-29 20:58:39 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							d7e8d4d5c3 
							
						 
					 
					
						
						
							
							fix   #6198  
						
						
						
						
					 
					
						2023-11-06 20:12:01 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							676b02c8de 
							
						 
					 
					
						
						
							
							fix, macos, close sessions, confirm dialog and then hide  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-20 09:15:53 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							80951a8e6e 
							
						 
					 
					
						
						
							
							open individual window, add offset  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-19 07:50:59 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							af906fac03 
							
						 
					 
					
						
						
							
							debug, open multi windows  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-17 11:11:45 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							bf83d552f8 
							
						 
					 
					
						
						
							
							feat, open multi windows  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-17 11:11:42 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							013d307bcd 
							
						 
					 
					
						
						
							
							feat, multi_flutter_ui_sessions  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-10-14 12:26:24 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							79a8715c8b 
							
						 
					 
					
						
						
							
							fix, dialog button reconnect cancel, change the interval and try count  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-09-29 22:53:58 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							e000fdfb50 
							
						 
					 
					
						
						
							
							desktop tab lable format: id/alias@hostname  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-09-26 15:11:31 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							296ebd0341 
							
						 
					 
					
						
						
							
							fix, macos, remote fullscreen state, debug  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-09-07 22:26:32 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							5293e3b277 
							
						 
					 
					
						
						
							
							fix, macos, remote fullscreen mode  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-09-07 21:50:03 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							17af5622ec 
							
						 
					 
					
						
						
							
							remember remote window fullscreen, set global state  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-09-07 20:04:23 +08:00 
						 
				 
			
				
					
						
							
							
								RustDesk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c450b41e8f 
							
						 
					 
					
						
						
							
							Merge pull request  #5489  from fufesou/fix/enable_menu_before_image  
						
						... 
						
						
						
						Fix/enable menu before image 
						
						
					 
					
						2023-08-24 19:57:23 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							c1a577797a 
							
						 
					 
					
						
						
							
							Revert Ctrl+Alt+Del in toolbar right menu  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-08-24 12:50:39 +08:00 
						 
				 
			
				
					
						
							
							
								fufesou 
							
						 
					 
					
						
						
						
						
							
						
						
							257227920d 
							
						 
					 
					
						
						
							
							Fix missing menu action  
						
						... 
						
						
						
						Signed-off-by: fufesou <shuanglongchen@yeah.net> 
						
						
					 
					
						2023-08-24 12:24:08 +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 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							cb73490107 
							
						 
					 
					
						
						
							
							add quick fix for  https://github.com/rustdesk/rustdesk/issues/5488#issuecomment-1689997785  
						
						
						
						
					 
					
						2023-08-23 21:59:22 +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 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							7dcb28ce33 
							
						 
					 
					
						
						
							
							fix, separate window, event stream leak  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-08-07 09:01:31 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							26ba25d2ae 
							
						 
					 
					
						
						
							
							Move restart to tab right menu, and remove some items  
						
						
						
						
					 
					
						2023-08-06 16:42:13 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							7ddc706f2d 
							
						 
					 
					
						
						
							
							refact, change 'Split' to 'Move tab to new window'  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-08-06 11:21:07 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							e2228cc448 
							
						 
					 
					
						
						
							
							refact, split tab to separate window  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-08-06 10:19:30 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							53e87352da 
							
						 
					 
					
						
						
							
							tmp commit  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-08-05 18:01:08 +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 
							
						 
					 
					
						
						
						
						
							
						
						
							688ecef4cc 
							
						 
					 
					
						
						
							
							refact, separate remote window, save session position  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-08-05 18:01:06 +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 
						 
				 
			
				
					
						
							
							
								RustDesk 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ab513893d 
							
						 
					 
					
						
						
							
							Merge pull request  #5166  from dignow/feat/minimize_on_fullscreen  
						
						... 
						
						
						
						add minimize button on fullscreen toolbar 
						
						
					 
					
						2023-07-30 19:23:26 +08:00 
						 
				 
			
				
					
						
							
							
								rustdesk 
							
						 
					 
					
						
						
						
						
							
						
						
							dd4f52b63d 
							
						 
					 
					
						
						
							
							move closing-tabs to local config, and add glgetstring to stack check  
						
						
						
						
					 
					
						2023-07-30 12:16:00 +08:00 
						 
				 
			
				
					
						
							
							
								dignow 
							
						 
					 
					
						
						
						
						
							
						
						
							9321a4f486 
							
						 
					 
					
						
						
							
							refact fullscreen and minimize button  
						
						... 
						
						
						
						Signed-off-by: dignow <linlong1265@gmail.com> 
						
						
					 
					
						2023-07-27 22:19:38 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							745f33a8c1 
							
						 
					 
					
						
						
							
							opt mobile unread and autoSizeTextField  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-07-10 22:21:01 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							a5675c06e7 
							
						 
					 
					
						
						
							
							when remote page receive chat message: if minimized, top page and switch tab, otherwise add unread message count  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-07-06 14:14:19 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							5729cbf77d 
							
						 
					 
					
						
						
							
							rename menubar as toolbar in code and view  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-06-11 16:41:12 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							844e7420de 
							
						 
					 
					
						
						
							
							option collapse toolbar  
						
						... 
						
						
						
						Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-06-11 15:59:02 +08:00 
						 
				 
			
				
					
						
							
							
								21pages 
							
						 
					 
					
						
						
						
						
							
						
						
							60b87e554b 
							
						 
					 
					
						
						
							
							call tab onSelected at the end of tab's initState, needed by session  
						
						... 
						
						
						
						uuid
Signed-off-by: 21pages <pages21@163.com> 
						
						
					 
					
						2023-06-08 10:09:56 +08:00