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
|
26625e96ea
|
Only switch to input desktop on init.
|
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
|
69df28d585
|
Add view-only mode to remote control.
|
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
|
60cfb3dd1d
|
Switch to BitBlt mode when screen orientation is changed.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
4329266122
|
Add middle-mouse click.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
e63715aaa6
|
Add data annotation to Invite. Normalize username in user query. Force exit in ShutdownServiceWin (WebRTC is still preventing the process from closing sometimes).
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
201c8c794a
|
Fix monitor switching in stream mode.
|
2021-07-29 07:56:48 -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
|
ec36c87be5
|
Create windows and viewmodels to prompt for remote control access.
|
2021-07-29 07:56:47 -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
|
c36b8224a1
|
Fix DataGrid refresh.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
d36b2747cc
|
Code cleanup.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
eea84a79b4
|
Code cleanup.
|
2021-07-29 07:56:44 -07:00 |
|
Jared
|
739f15432c
|
Fix HostNamePrompt. Add server info to Server Config page.
|
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
|
6b873f9cc4
|
Upload file on UIThread so progress events reach controls.
|
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
|
8f74e6080d
|
Create Linux file transfer window.
|
2021-07-29 07:56:43 -07:00 |
|
Jared
|
1c2bd486a1
|
Change OpenFileDialog initial directory.
|
2021-07-29 07:56:43 -07:00 |
|
Jared
|
e951b72f98
|
Implement file uploading for Windows.
|
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
|
9cfe322dd5
|
Fix device grid buttons.
|
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
|
06008b04ad
|
Exit post-build event if solution dir variable is undefined.
|
2021-07-29 07:56:39 -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
|
c66c255424
|
Update config behavior when Host is hard-coded.
|
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
|
f46da0f7f1
|
Capture full screen after capturer init.
|
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
|
b2c9536e23
|
Refactor IScreenCapturer.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
dd3b9083bd
|
Update WebRTC library and accomodate API changes.
|
2021-07-29 07:56:37 -07:00 |
|
Jared Goodwin
|
71d30765e5
|
Desktop app fixes. Screen capture tweaks. Installer tweaks.
|
2021-07-29 07:56:37 -07:00 |
|