aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.RemoteDesktop
Commit message (Collapse)AuthorAgeFilesLines
* Improved automatic bug reporting!Roy Ben Shabat2020-07-133-0/+27
| | | | | Fixed issue where log out /log in keeps previous available machines for connection. Added machine disconnection + confirmation on log out.
* Integrated Touch Simulation API to RDP.Roy Ben Shabat2020-06-046-0/+561
| | | | Not working :/
* Remote Cursor.Roy Ben Shabat2020-06-018-1/+59
| | | | | | Cursor Visibility. Mouse Scroll. PPC notification bar workaround.
* Several fixes and improvements after first real test against PPC.Roy Ben Shabat2020-05-203-1/+25
|
* Switched ScreenCaptureEngine to use GDI instread of DX.Victoria Plitt2020-03-251-1/+1
|
* Redundant.Roy Ben Shabat2020-03-192-2/+3
|
* Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/TangoRoy Ben Shabat2020-03-192-24/+14
|\
| * Improved monitoring.Roy Ben-Shabat2020-03-192-24/+14
| | | | | | | | Implemented RDP keyboard/double click.
* | Improved monitoring.Roy Ben Shabat2020-03-194-0/+42
|/
* MERGERoy Ben Shabat2020-03-091-0/+1
|\
| * Fixed issue with job mixing.Roy Ben-Shabat2020-03-051-0/+1
| | | | | | | | Fixed issue with LogViewer scroll and session logs.
* | Integrated WebRTC channel to PPC/FSE.Roy Ben Shabat2020-03-085-0/+65
|/
* Improved "Notify Continuous Requests About Disconnection".Roy Ben Shabat2020-03-0413-1/+291
| | | | | | Integrated FSE/PPC Remote Desktop. Implemented RemoteDesktopService / RemoteDesktopProvider. Implemented Mouse/Keyboard gestures.
* Improved BitmapCliper.Roy Ben Shabat2020-03-0417-23/+339
| | | | | | | 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-037-29/+114
| | | | | | | | | PPC v1.1.5 Added BYPASS_ROCKERS to SQLExaminer config. Started integrating FSE Remote/Console To PPC. Added support for generic continuous request.
* Fixed Tango.RemoteDesktop reference assemblies.Roy Ben-Shabat2020-03-031-8/+12
|
* synced from experiments.Roy Ben Shabat2020-03-035-23/+15
|
* Improved GifEncoder.Roy Ben Shabat2020-03-032-7/+9
| | | | | | Reactivated Png8BitEncoder. Refactored BitmapComparer to return the number of diffs. TestApp now use the best possible outcome.
* Implemented Tango.RemoteDesktop.Roy Ben Shabat2020-03-0241-0/+9029
Implemented png 8 bit quantization. Implemented RasterFrame bounds clipping. Refactored VectorFrame to use indexed colors.