Commit Graph

  • 1b4f41af46 [feat] upload artifacts to chinese server for download dijunkun 2025-08-28 19:16:11 +08:00
  • 7f3425519b [fix] fix linux github actions building dijunkun 2025-08-28 19:14:25 +08:00
  • 434c92deb6 [fix] add crossdesk_128x128.png to icons dijunkun 2025-08-28 18:37:26 +08:00
  • e5eae1feb4 [feat] update icons dijunkun 2025-08-28 18:23:02 +08:00
  • 37e37d7d20 [fix] mv deb to /tmp in install process dijunkun 2025-08-28 17:48:09 +08:00
  • 062568dc96 [fix] fix SDL3 texture display error dijunkun 2025-08-26 16:26:06 +08:00
  • d60fdf9050 [feat] update SDL2 to SDL3 dijunkun 2025-08-25 19:46:30 +08:00
  • 9912a88a13 [feat] github actions support linux aarch64 platform multi-stream dijunkun 2025-08-22 18:43:07 +08:00
  • 8a8f2cd5d7 [feat] update minirtc to support linux aarch64 platform dijunkun 2025-08-21 20:16:55 +08:00
  • e77e16d9c2 [fix] Add validity check for props dijunkun 2025-08-20 16:42:31 +08:00
  • 1616d0ec33 [fix] Add validity check for props dijunkun 2025-08-20 16:37:29 +08:00
  • 374453775f [fix] fix connection status window gui display dijunkun 2025-08-19 17:47:09 +08:00
  • 6f8fd6a030 [fix] fix crash when transmission id does not exist dijunkun 2025-08-19 16:33:29 +08:00
  • c7166975b3 [fix] fix version number replace for pages dijunkun 2025-08-15 20:52:42 +08:00
  • 2ae5e5a969 [feat] do not generate dmg for macOS dijunkun 2025-08-15 20:34:27 +08:00
  • 85cdc995c5 [fix] fix artifacts name with version number dijunkun 2025-08-15 20:07:18 +08:00
  • b051c8a059 [fix] fix artifacts name with version number dijunkun 2025-08-15 19:55:03 +08:00
  • 508b7dc7a1 [feat] add script to update the version number in github pages dijunkun 2025-08-15 19:41:04 +08:00
  • f203566b81 [feat] use dynamic version number dijunkun 2025-08-15 19:35:16 +08:00
  • 8360c1725f [feat] add release scripts dijunkun 2025-08-15 15:41:10 +08:00
  • 3b00fdef71 [fix] fix github actions scripts release dijunkun 2025-08-14 16:58:29 +08:00
  • f2664daaec [feat] add github actions scripts dijunkun 2025-08-10 00:03:13 +08:00
  • 1a1bbe3e4d [fix] fix cache file and cert file read dijunkun 2025-08-09 23:59:53 +08:00
  • 4c898c5f07 [fix] save log files into XDG_CACHE_HOME/CrossDesk/logs for Linux platform dijunkun 2025-07-25 18:11:40 +08:00
  • 5d704edbc8 [fix] use std::filesystem::create_directories instead of std::filesystem::create_directory to create folder dijunkun 2025-07-24 15:52:52 +08:00
  • b23038bac6 [feat] update signal server domain dijunkun 2025-07-23 17:30:30 +08:00
  • 147b9b2ddc [fix] fix thumbnail order by using std::vector instead of std::unordered_map dijunkun 2025-07-23 16:38:29 +08:00
  • 1327b995f2 [fix] fix compile error on MacOSX dijunkun 2025-07-23 11:31:32 +08:00
  • e8d7ec8daf [feat] save log and cache files into user folder dijunkun 2025-07-22 18:55:12 +08:00
  • 3bf68a396f [feat] add PathManager class in order to manage config/log/cache file path dijunkun 2025-07-16 18:22:33 +08:00
  • 29077fad5e Merge branch 'multi-stream' of https://github.com/kunkundi/crossdesk into multi-stream kunkundi 2025-07-16 17:10:18 +08:00
  • 69367bdadf [fix] fix same memory leak issue kunkundi 2025-07-16 17:09:51 +08:00
  • f650b5a6ef [feat] use unordered map to store recent connection info so that the most recent connections are shown at the front dijunkun 2025-07-15 17:34:25 +08:00
  • 75021b74ef [fix] use temp frame to store the audio frame that will be sent kunkundi 2025-07-15 17:18:00 +08:00
  • 205421621b [fix] fix local id when using as client dijunkun 2025-07-15 16:35:05 +08:00
  • 4bb5607702 [fix] fix restart audio capturer error on MacOSX dijunkun 2025-07-15 16:05:57 +08:00
  • 78c54136e2 [fix] fix crash when Stop() called in SpeakerCapturerLinux kunkundi 2025-07-15 15:38:58 +08:00
  • 8fe8f4fd7e [feat] audio capture supported on Linux kunkundi 2025-07-11 17:17:05 +08:00
  • c13e2613b6 [feat] audio capture supported on MacOSX dijunkun 2025-07-02 19:25:21 +08:00
  • e52ec6cde2 [fix] use domain name instead of ip address to enable tls connection dijunkun 2025-07-01 17:38:24 +08:00
  • ad6a24b230 [feat] add tls cert file path in configure parameters dijunkun 2025-07-01 13:55:41 +08:00
  • ad60815d83 [fix] fix thumbnails deletion dijunkun 2025-07-01 11:13:24 +08:00
  • c47a90bf9c [feat] update project name dijunkun 2025-06-25 17:33:54 +08:00
  • 3901e26c37 [fix] fix thumbnail filename which stores remote id, remote host name and remote password dijunkun 2025-06-20 18:42:29 +08:00
  • 41c27139a0 [feat] password modification supported dijunkun 2025-06-20 17:50:04 +08:00
  • a31ca21ef4 [feat] receive id and password when login to server in the first time dijunkun 2025-06-20 00:57:56 +08:00
  • 57939ccd00 [feat] update submodule info dijunkun 2025-06-18 00:06:47 +08:00
  • fc14f7b9c6 [fix] register minirtc as submodule properly dijunkun 2025-06-17 23:29:02 +08:00
  • cfcf6dd9cb [feat] replace submodule projectx with minirtc at new path dijunkun 2025-06-17 17:11:43 +08:00
  • 854c3a72c7 [feat] modify project name to DeskPort dijunkun 2025-06-17 14:24:41 +08:00
  • 8004d25ca3 [feat] limit screen capturing to 30 fps dijunkun 2025-06-07 02:46:51 +08:00
  • b04dfd188a [fix] fix SCStream stop error dijunkun 2025-06-03 10:44:52 +08:00
  • 383ace2493 [fix] only receive remote host info once dijunkun 2025-06-03 10:33:32 +08:00
  • 094204361c [feat] enable screen switch on Linux platform dijunkun 2025-05-29 18:09:34 +08:00
  • d72c6d9df7 [feat] enable mouse dragging for MacOSx dijunkun 2025-05-29 17:05:56 +08:00
  • 05d73ebe9a [feat] add notification text in stream windows when connection failed/disconnected/closed dijunkun 2025-05-29 16:51:18 +08:00
  • a8b5e934b8 [feat] implementation for ScreenCapturerSck::Destroy() and ScreenCapturerSck::Stop() dijunkun 2025-05-29 15:49:42 +08:00
  • 920677a433 [fix] use black to fill the blank areas around the thumbnail dijunkun 2025-05-29 15:02:43 +08:00
  • b86d3d42ee [fix] fix color space for thumbnail dijunkun 2025-05-29 14:17:33 +08:00
  • 818dab764f [fix] do not recreate screen capturer when reload configuration file dijunkun 2025-05-28 19:15:02 +08:00
  • 7ea26854af [fix] fix strncpy error dijunkun 2025-05-28 17:25:39 +08:00
  • f34b55b88a [fix] do not need to call SDL_CloseAudioDevice() before SDL_Quit() dijunkun 2025-05-28 16:02:37 +08:00
  • 67168f7735 [fix] destroy screen capturer only when clean up dijunkun 2025-05-27 10:17:25 +08:00
  • 6e69c37056 [feat] use display name as video stream id dijunkun 2025-05-26 15:29:46 +08:00
  • 8f5dd21e75 [fix] remove data length check in OnReceiveDataBufferCb dijunkun 2025-05-22 18:09:23 +08:00
  • e2dfeb1186 [fix] fix RemoteAction read from received data dijunkun 2025-05-22 17:18:06 +08:00
  • 96c7d3174b [feat] improve the performance of ScreenCapturerSck dijunkun 2025-05-22 17:17:15 +08:00
  • 97f6c18296 [feat] update ScreenCapturerSck dijunkun 2025-05-20 19:11:17 +08:00
  • 9138ca771f [fix] do not send mouse click event when cursor is on control bar and display selectable dijunkun 2025-05-16 19:06:25 +08:00
  • abc6b17a3b [fix] display index shown in control bar should start from 1 dijunkun 2025-05-16 18:51:57 +08:00
  • 8e0524bf60 [feat] display switch supported on MacOSx platform dijunkun 2025-05-16 18:49:20 +08:00
  • 6ebf583a13 [fix] fix compile error on MacOSx dijunkun 2025-05-15 19:54:17 +08:00
  • eca4f614c8 [feat] cursor mapping in different displays supported dijunkun 2025-05-15 19:47:08 +08:00
  • 11358e0b60 [feat] enable mouse control for multi-display dijunkun 2025-05-15 18:37:59 +08:00
  • 0a1014dded [fix] use serialize and deserialize function to process RemoteAction::HostInfo dijunkun 2025-05-15 17:52:40 +08:00
  • a6beb48b1f [feat] display switch supported on Windows platform dijunkun 2025-05-15 16:37:03 +08:00
  • 5eff530ab9 [fix] fix ScreenCapturerWgc crash during clean up dijunkun 2025-05-15 15:27:44 +08:00
  • e6e237279c [feat] update rtc module dijunkun 2025-05-13 21:47:05 +08:00
  • 6fe46f6181 [feat] add a=m lines in sdp for multi-stream dijunkun 2025-05-12 22:09:08 +08:00
  • 9b5023645c [feat] display selection supported on Windows platform dijunkun 2025-05-09 22:30:56 +08:00
  • c2da4ebcb7 [feat] add remote display selection button in control bar dijunkun 2025-05-09 17:23:27 +08:00
  • dc05f2405f [feat] add display selection method for Windows platform dijunkun 2025-05-08 17:40:14 +08:00
  • e2a469ed65 [feat] remove dependence on ffmpeg for MacOSx dijunkun 2025-05-08 11:33:04 +08:00
  • e89d385f99 [fix] remove redundant link flags on Linux platform dijunkun 2025-05-08 11:07:04 +08:00
  • 0a61dcc2be [fix] update keyboard converter dijunkun 2025-05-07 19:47:09 +08:00
  • 250fd49406 [feat] mouse/keyboard control and screen capture supported by using X11 on Linux platform dijunkun 2025-05-07 19:37:41 +08:00
  • 93bd5b2660 [fix] fix control bar display error in fullscreen mode when multiple connections established dijunkun 2025-05-06 19:49:08 +08:00
  • d05ff9f905 [fix] update rtc module dijunkun 2025-05-06 18:58:52 +08:00
  • f3451a5fa1 [fix] fix compile error on Linux dijunkun 2025-05-06 18:39:30 +08:00
  • 34fb3fda92 [fix] use lowercase for nvcodec folder name qos dijunkun 2025-05-06 18:32:52 +08:00
  • a9084ba98d [fix] fix control bar layout and position in stream window dijunkun 2025-04-30 18:18:55 +08:00
  • 893051f9b3 [fix] fix crash due to invalid iterator dijunkun 2025-04-30 15:16:32 +08:00
  • dfbd4317b7 [feat] use tab bar to manage stream windows dijunkun 2025-04-29 22:16:10 +08:00
  • 532ad0eb51 [feat] support multi-stream and enable stream windows docking dijunkun 2025-04-28 20:49:11 +08:00
  • 184983d857 [fix] fix FindThumbnailPath() dijunkun 2025-04-27 18:46:45 +08:00
  • c33e4bbe0e [fix] use relative percentage-based mouse mapping instead of absolute positions dijunkun 2025-04-27 14:02:20 +08:00
  • 4b9e86c424 [fix] fix recent connection deletion dijunkun 2025-04-27 10:53:44 +08:00
  • 1a34c6bc1d [feat] use 'const DecodedFrame*' instead of 'const DecodedFrame&' in Decode() method dijunkun 2025-04-25 17:30:29 +08:00
  • ab74361fd3 [fix] fix compile error dijunkun 2025-04-25 17:22:32 +08:00
  • db26753eca [fix] use DecodedFrame ptr in decoding process dijunkun 2025-04-25 17:19:12 +08:00