Commit Graph

35 Commits

Author SHA1 Message Date
d3agle 9416b22f46 Small fixes and prep for hotkeys 2015-07-29 12:17:19 -05:00
d3agle f01b5550af Improved Keyboard handling 2015-07-29 09:21:49 -05:00
d3agle 45742d234d Small fix
if form isn't in focus then don't send key data
2015-07-29 08:38:50 -05:00
d3agle 6f307b210b Keyboard implementation for RDP 2015-07-29 08:11:07 -05:00
d3agle 08a7415185 Added Mouse Scrolling to RDP
Added Keyboard/Mouse hook to server to access mouse data and for future keyboard integration to RDP
2015-07-29 06:57:52 -05:00
MaxXor 834dd12592 Old Remote Desktop
- has some improvements from the new one
2015-07-29 10:40:34 +02:00
MaxXor cffa366073 Improved Remote Desktop cleanup #298 2015-07-29 09:33:32 +02:00
MaxXor 5ead60e571 Minor fixes 2015-07-29 00:12:31 +02:00
MaxXor 58167f32a6 Small fixes 2015-07-28 23:48:39 +02:00
yankejustin ec39581dc3 Fixed typo 2015-07-28 15:12:18 -04:00
yankejustin cb01565b15 Small documentation addition and remove check
Added some documentation for a variable and removed an unnecessary
conditional.
2015-07-28 14:52:07 -04:00
yankejustin 2d2a66b3d1 Refactoring, improvements, and more
Rafactored a reasonably large portion of the Remote Desktop. Added a few
interfaces, cleaned up some code, and multiple improvements to the
design.
Also fully implemented the new custom PictureBox control. Performance
gain is more noticable.
2015-07-28 14:36:04 -04:00
yankejustin d697e32c1e Created custom PictureBox Control
Created a custom PictureBox Control for upcoming optimizations.
2015-07-28 12:03:12 -04:00
MaxXor 7e8693ba34 Improved Remote Desktop image processing #298 2015-07-28 11:48:27 +02:00
MaxXor 5dc79b91fa Some fixes to Remote Desktop #298 2015-07-27 23:42:26 +02:00
d3agle 358324c7c2 Added MouseAction enum 2015-07-27 10:36:18 -05:00
d3agle 44ac0ca0a7 Fix to small fix
Logic error *doh*
2015-07-27 09:20:55 -05:00
d3agle b06dc4d31e Small fix
If remote desktop was not started it would still send mouse input
2015-07-27 09:19:09 -05:00
d3agle 41862cbd6d Remote Desktop Mouse Input Improvements 2015-07-27 08:57:05 -05:00
MaxXor db2c7e8adf Fixed #294 2015-07-26 15:27:38 +02:00
MaxXor 59eec835dd Some refactoring and Remote Desktop improvements 2015-07-26 00:10:59 +02:00
MaxXor 2c48db56e4 Improved Remote Desktop
- shows now FPS (frames per second)
2015-07-23 16:55:44 +02:00
MaxXor 45dccb69e0 Added consistent packet names 2015-07-14 19:00:31 +02:00
MaxXor a6ecbf55c1 Improved setting of window titles of new forms 2015-06-25 22:22:45 +02:00
MaxXor e82fd5669c Improved updating of Remote Desktop Image 2015-06-20 18:50:02 +02:00
yankejustin 615c9dbcc3 Clone Bitmap on FrmRemoteDesktop
Clone the Bitmap on the "UpdateImage" method. It should be the
responsibility of "UpdateImage" anyways because it is the method
responsible for specifying how to manage the Bitmap provided. This also
serves an issue where the call to clone the Bitmap and cast it to a
Bitmap object was no longer in a try-catch block as it used to be (and
should be once more).
2015-06-19 21:20:38 -04:00
MaxXor 3bdd5aa294 Implemented pooled buffer manager to socket 2015-06-05 23:07:37 +02:00
MaxXor 39f9618f21 Fixed cross-thread issues & added lock to Clients
ref #231
2015-05-29 23:34:57 +02:00
UbbeLoL 6f316655dd Add support for mouse input for multiple monitors 2015-05-21 10:32:24 +02:00
MaxXor f8a28a74d0 Fixed crash in Remote Desktop
Fixed crash in Remote Desktop Form when pressing start and the client
didn't send a list with available monitors yet
2015-05-15 10:10:53 +02:00
MaxXor b1f6ba7ffd Correctly read and append blocks 2015-04-29 22:00:02 +02:00
MaxXor df5ce2f893 Fixed code formatting
Replaced all tabs in code with 4 spaces and did some general renaming.
2015-04-21 20:27:52 +02:00
MaxXor d140ca438e Improved Remote Desktop
- Added ability to change quality of remote desktop
- Fixed another cross threading crash
2015-04-02 10:26:57 +02:00
yankejustin 89d661601f Fixed issue with the Remote Desktop
Fixed an issue where Remote Desktop would not work (threw infinite
InvalidOperationExceptions) because cbMonitors.SelectedIndex was trying
to be accessed on a different thread.
Moved code that gets the SelectedIndex inside the MethodInvoker.
2015-03-19 11:47:00 -04:00
MaxXor c30783ccae Corrected file case 2015-01-27 23:56:52 +01:00