Commit Graph

21 Commits

Author SHA1 Message Date
dijunkun 167514fed8 Do not collapse menu window when connection established 2024-06-13 16:07:22 +08:00
dijunkun 342eb0c386 Reset connection_established_ flag when connection closed 2024-06-13 16:06:02 +08:00
dijunkun 52c7099dbe Fix crash when connecting to local desk 2024-06-13 15:49:26 +08:00
dijunkun 12faf7cd2d Do not reset is_create_connection_ when click disconnect button 2024-06-07 18:13:09 +08:00
dijunkun 6d921a3309 Fix server mode screen capture error 2024-06-07 16:30:18 +08:00
dijunkun 5a690ebbb6 Do not use 'S-' or 'C-' as the prefix for the user id of a peer 2024-06-07 16:27:05 +08:00
dijunkun 4b3839aa34 Only server can capture screen and control mouse 2024-06-07 14:07:22 +08:00
dijunkun efb165b56f 1.Add CreateConnectionPeer method in order to recreate peer instance; 2.Fix settings OK/Cancel button position 2024-06-06 17:19:16 +08:00
dijunkun 0047b4ecc5 Recreate peer instance after settings changed 2024-06-06 15:11:02 +08:00
dijunkun 844710af7c Fix settings button value mismatch 2024-06-06 14:34:16 +08:00
dijunkun 562d54090a Use 'ImGuiWindowFlags_NoSavedSettings' for settings window 2024-06-06 09:57:37 +08:00
dijunkun f7fd37651e Reset settings window position before it is opened 2024-06-06 09:55:08 +08:00
dijunkun 280f59f97d Enable movement of settings window 2024-06-05 17:33:42 +08:00
dijunkun 0683ad9d27 Use Combo instead of RadioButton for settings 2024-06-05 17:30:23 +08:00
dijunkun e061e3b4d7 Support read configure params from input directly 2024-06-04 17:38:55 +08:00
dijunkun eaedcb8d06 Fix crash caused by the release of screen capturer 2024-06-04 16:27:34 +08:00
dijunkun e7e6380adc Start capturing screen when connection established 2024-06-03 23:48:53 +08:00
dijunkun 1f50483b50 Save settings into cache file 2024-06-03 17:02:20 +08:00
dijunkun 6f703c8267 Use OOP to refactor main function 2024-06-03 15:23:37 +08:00
dijunkun d150c374b5 Reset main window width/height ratio automatically when width/height is changed 2024-06-03 11:30:55 +08:00
dijunkun 5d8408d892 Use abstraction to refactor remote desk gui 2024-05-29 17:33:41 +08:00