aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureEngine.cs
Commit message (Collapse)AuthorAgeFilesLines
* Several fixes and improvements after first real test against PPC.Roy Ben Shabat2020-05-201-1/+6
|
* Switched ScreenCaptureEngine to use GDI instread of DX.Victoria Plitt2020-03-251-1/+1
|
* Improved "Notify Continuous Requests About Disconnection".Roy Ben Shabat2020-03-041-1/+5
| | | | | | Integrated FSE/PPC Remote Desktop. Implemented RemoteDesktopService / RemoteDesktopProvider. Implemented Mouse/Keyboard gestures.
* Improved BitmapCliper.Roy Ben Shabat2020-03-041-4/+13
| | | | | | | Implemented auto throw when max differences reached. Implemented fallback TurboJpeg encoder. Fixed issue with UpdateMachine.xml script removing DISPENSERS before IDS_PACKS. Added GlobalHost.Configuration.MaxIncomingWebSocketMessageSize for WebSockets support for large messages on SignalR.
* Machine Studio v4.1.2Roy Ben-Shabat2020-03-031-18/+25
| | | | | | | | | PPC v1.1.5 Added BYPASS_ROCKERS to SQLExaminer config. Started integrating FSE Remote/Console To PPC. Added support for generic continuous request.
* synced from experiments.Roy Ben Shabat2020-03-031-5/+5
|
* Implemented Tango.RemoteDesktop.Roy Ben Shabat2020-03-021-0/+185
Implemented png 8 bit quantization. Implemented RasterFrame bounds clipping. Refactored VectorFrame to use indexed colors.