Jared Goodwin
|
03a93f2574
|
Merged PR 3: Frame diffing and canvas drawing experiments
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
4c43817aea
|
Use semaphore to send frames while preparing the next capture.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
2a7fe42d79
|
Improve graceful shutdown of unattended session WPF process.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
d934422ea3
|
Add some manual capturing tests for later use.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
0cf277ae87
|
Move app exit event handlers. Add ReinstallAgent command.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
1ca6b22173
|
Refactor chat service.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
effb27cdd9
|
Fix WPF app thread handling to allow process to close on app exit event.
|
2021-07-29 07:56:51 -07:00 |
|
Jared
|
d940a2a4e3
|
Send monitor wake signal before starting unattended screen cast.
|
2021-07-29 07:56:50 -07:00 |
|
Jared
|
2011484e4e
|
Prevent ClipboarService from opening unnecessary handles. Clean up Windows desktop app startup process.
|
2021-07-29 07:56:50 -07:00 |
|
Jared
|
3e09a96671
|
Update to .NET 5. (#176)
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Retarget .NET 5.
* Delete binaries
* Create ClickOnce publish profile.
* Add IncludeAllContentForSelfExtract
* Remove trim publish option.
* Update Program.cs
* Bump .NET Framework apps up to v4.8.
* Remove use of obsolete DatabaseErrorPageMiddleware.
* Delete ClickOnce-Win10-x64.pubxml
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
1937a11008
|
Default to console on Windows Server. Null check on Dispatcher.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
1a9509a040
|
Package updates. Check WindowsIdentity vs Session ID for AppLauncher.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
af9fe6df81
|
Scaffold out RemoteControlAccessService.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
29dd945956
|
Update shutdown process and server install scripts.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
0a637351a7
|
Change shutdown process.
|
2021-07-29 07:56:46 -07:00 |
|
Jared
|
eea84a79b4
|
Code cleanup.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
323f971176
|
Fix WebRTC buffer reaching threshold during file transfer.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
cd30d14445
|
Remove unnecessary usings.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
b74e2e7e77
|
Fix Linux window positioning. Wait for WebRTC buffer to clear when sending files.
|
2021-07-29 07:56:43 -07:00 |
|
Jared
|
b4b9f09365
|
Create browser controls. Begin fleshing out client services.
|
2021-07-29 07:56:43 -07:00 |
|
Jared
|
a135b22131
|
Message handling cleanup and de-duplication.
|
2021-07-29 07:56:42 -07:00 |
|
Jared
|
e81aad3f15
|
Add pagination.
|
2021-07-29 07:56:41 -07:00 |
|
Jared
|
ec36616732
|
Run WinForms Application earlier.
|
2021-07-29 07:56:40 -07:00 |
|
Jared Goodwin
|
378a318e2d
|
Add IAppLauncher interface and create implementation per OS. Minor refactoring.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
c9cbcd3b71
|
Use Main param args. Previous way no longer needed.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
84803c324e
|
Call SwitchToInputDesktop on startup. Additional logging.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
75db74c85e
|
Add Linux session indicator. Add NotifyUser to app settings. Add ShutdownService.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
b94435d55e
|
Add SessionIndicator for Windows.
|
2021-07-29 07:56:38 -07:00 |
|
Jared Goodwin
|
bf89797558
|
Dispose of DataChannel before exiting.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
bae1d1d628
|
Re-structure projects. Introduce WPF/Avalonia chat windows. Record session from browser.
|
2021-07-29 07:56:36 -07:00 |
|