1. 89ac0c0 Update README.md by João Vilaça · 11 years ago
  2. 62cdba6 FIX: text formating by João Vilaça · 11 years ago
  3. fa1e81c ADD: program options and switches on README.md by vilaca · 11 years ago
  4. 7c54a98 ADD: -ip to help output by vilaca · 11 years ago
  5. 2cc64b1 FIX: --ip to -ip for consistency with other command line switches by vilaca · 11 years ago
  6. fa72d7a FIX: code style to VS default by vilaca · 11 years ago
  7. 300cb8c FIX: cosmetic change, moving a DEBUG message out of the way makes the code easier to read IMO by vilaca · 11 years ago
  8. c81130c Merge pull request #1 from blackwolf12333/master by João Vilaça · 11 years ago
  9. ab91b15 Adding an option to set the IP address for the server in the command line by Peter Maatman · 11 years ago
  10. 3a17107 FIX: typos by João Vilaça · 11 years ago
  11. 14a54c4 FIX: added Requirements and brief explanation on how the application works by João Vilaça · 11 years ago
  12. 30d10c6 FIX: added more info about TODOs. Categorized TODOs into Enhancement or Bug by João Vilaça · 11 years ago
  13. 17354fa ADD: FxCop10 project file by vilaca · 11 years ago
  14. 1515dbe FIX: added hlinks to TODOs by João Vilaça · 11 years ago
  15. 53210f3 Merge branch 'master' of https://github.com/vilaca/RemoteView by vilaca · 11 years ago
  16. 1bd145b FIX: enhanced README by João Vilaça · 11 years ago
  17. 3231360 ADD: TODOs by vilaca · 11 years ago
  18. 3cfb94f ADD: STAThreadAttribute as application references System.Windows.Forms by vilaca · 11 years ago
  19. 75ff842 FIX: made some methods static by vilaca · 11 years ago
  20. 190a4dc ADD: private c'tor for NativeMethods to forbid instantiation by vilaca · 11 years ago
  21. 6b2463b FIX: using CultureInvariant on int.parse by vilaca · 11 years ago
  22. ee15a27 FIX: FxCop recommendation to rename Pinvoke class to NativeMethods by vilaca · 11 years ago
  23. 0a2c5a5 FIX: Timer on ScreenPageHandler class needed to be disposed by vilaca · 11 years ago
  24. b6e33d0 FIX: HttpListener needs to be disposed by vilaca · 11 years ago
  25. 0aad2b4 FIX: moved low level desktop access methods to DesktopAccess class by vilaca · 11 years ago
  26. 5f8fa16 (fix) improved how the program launches and waits on the server thread by vilaca · 11 years ago
  27. 9e06faf FIX: removed dead code ( old UAC method ) by vilaca · 11 years ago
  28. 9328b3d ADD: app.manifest file to force UAC; FIX: removed wrong way of calling UAC by vilaca · 11 years ago
  29. 4977f3a ADD: -m to help message and console output when a new instance is being spawned by vilaca · 11 years ago
  30. b0295f7 (fix) previous method used to check if another instance(s) of this process are running is flawed by vilaca · 11 years ago
  31. cef8a0d (fix) adopt PascalCase for method names by vilaca · 11 years ago
  32. 462c38a (fix) ignore socket write exceptions by vilaca · 11 years ago
  33. 3b6f042 (fix) method name more clear by vilaca · 11 years ago
  34. 34f8cee (fix) bug concerning parsing port number from command line by vilaca · 11 years ago
  35. 6f422eb (add) parameter -m allows running multiple instances of server by vilaca · 11 years ago
  36. 50fdbd7 (fix) make sure banner or help messages are show even if process aborts by vilaca · 11 years ago
  37. 3443ec9 (add) error message on multiple instances by vilaca · 11 years ago
  38. 7a92d23 (fix) console output message by vilaca · 11 years ago
  39. 0fc2a32 (fix) make class Configuration immutable for consumers by vilaca · 11 years ago
  40. 0356800 (add) comments by vilaca · 11 years ago
  41. 99188dd (add) more comments by vilaca · 11 years ago
  42. 4338055 (Add) new method GetRunningProcesses by vilaca · 11 years ago
  43. 86f0620 (add) new method RunAsAdminstrator by vilaca · 11 years ago
  44. 55ab252 (add) RunServer method for server instantiation and console input handling by vilaca · 11 years ago
  45. f8efd5b (fix) moved command line parsing to Configuration class by vilaca · 11 years ago
  46. 9a5c362 (add) .gitignore by vilaca · 11 years ago
  47. d890240 (add) make sure only one instance of process is running by vilaca · 11 years ago
  48. 623aed8 (fix) removed counter form screen image request URI by vilaca · 11 years ago
  49. ea3bb88 (add) stopwatch profiling while in debug by vilaca · 11 years ago
  50. 7721a01 (add) comments; (fix) small refactoring by vilaca · 11 years ago
  51. 07b822f (add) offload image creation from ScreenPageHandler handleRquest() by vilaca · 11 years ago
  52. 7a43005 (fix) check for admin level before parsing command line parameters by vilaca · 11 years ago
  53. 47cc6dc (fix) closing response before response output stream had finished work cause an exception by vilaca · 11 years ago
  54. 00797e2 (fix) several improvements on Server class by vilaca · 11 years ago
  55. eb3100a (fix) use method from abstract class by vilaca · 11 years ago
  56. 1864b78 (fix) current screen was not being sent in image (reload) requests by vilaca · 11 years ago
  57. b5530a2 (add) ask for admin level if needed by vilaca · 11 years ago
  58. ffc90d9 (fix) adapt screen coordinates to real screen bounds by vilaca · 11 years ago
  59. 29e738e (fix) removed file extension on LICENSE by vilaca · 11 years ago
  60. 92a2a4c (fix) mouse event bug by vilaca · 11 years ago
  61. 14f1597 (fix) command line parameters and help message by vilaca · 11 years ago
  62. 619ccdd (add) comments to source code by vilaca · 11 years ago
  63. b0acbfe (add) mouse position is now updated on server side by vilaca · 11 years ago
  64. 619b421 (fix) don't show exception message on user input exit by vilaca · 11 years ago
  65. ecc5cc2 (fix) image reload is now based on an interval and image load event by vilaca · 11 years ago
  66. 45015e6 (fix) add timestamp to javascript loading to avoid caching by vilaca · 11 years ago
  67. 0c7664e (fix) renamed ClickPageHandler to AbstractClickPageHandler.cs; Created LeftClickPageHandler and RightClickPageHandler; modified JavascriptPageHandler to call the respective mouse button handler by vilaca · 11 years ago
  68. 10f08da (fix) renamed PageHandler to AbstractPageHandler by vilaca · 11 years ago
  69. b95a330 (add) debug message by vilaca · 11 years ago
  70. 7537cbb (fix) changing how clicks are handled by vilaca · 11 years ago
  71. 0f0debd (add) buffer icon in IconPageHandler.cs by vilaca · 11 years ago
  72. b8c4085 (fix) moved javascript from HomePageHandler.cs to JavascriptPageHandler.cs by vilaca · 11 years ago
  73. 0944f86 (add) try to be exit gracefully on init problem (no admin level) by vilaca · 11 years ago
  74. 524d306 (fix) error correction for double-click by vilaca · 11 years ago
  75. cae819e (add) mouse dragging is now supported by vilaca · 11 years ago
  76. e512c89 (fix) re-factored switch into ifs by vilaca · 11 years ago
  77. f9978e9 (add) server is launched on its own thread by vilaca · 11 years ago
  78. fe8a779 (fix) exception output message by vilaca · 11 years ago
  79. d80e969 (fix) server stop() wasn't working correctly by vilaca · 11 years ago
  80. b5f77e5 (fix) listen on localhost, requires Admin level by vilaca · 11 years ago
  81. eebbbc7 (fix) server can listen even if not running as Administrator by vilaca · 11 years ago
  82. 91f6236 (fix) double click is sent as two clicks to make UI more responsive by vilaca · 11 years ago
  83. 28f7058 (fix) Moved PageHandler.cs to PageHandlers/PageHandler.cs by vilaca · 11 years ago
  84. 5d972ee (fix) schedule reloading only when image finishes loading by vilaca · 11 years ago
  85. 140ea8f (fix) changed TargetFrameworkVersion from v4.5 to v2.0 by vilaca · 11 years ago
  86. d488fc0 (add) view of remote device is updated flicker-free every 1s using a double buffer by vilaca · 11 years ago
  87. a85fb57 (fix) using AJAX to improve UI responsiveness by vilaca · 11 years ago
  88. 9bbd32c (add) double click is working by vilaca · 11 years ago
  89. 1d05253 (add) use application icon as favicon.ico by vilaca · 11 years ago
  90. b910996 (fix) apply HTML template from PageHandler abstract class where possible by vilaca · 11 years ago
  91. a5963bb (add) buildHtml now encodes string (HTML) to byte[] by vilaca · 11 years ago
  92. 9100a23 (add) basic HTML template on PageHandler by vilaca · 11 years ago
  93. 7bd935c (fix) updated readme to include license information (add) GPL license by vilaca · 11 years ago
  94. 53f9857 (add) gracefully exit if can't listen on port by vilaca · 11 years ago
  95. ff8ef2f (add) right click works too by vilaca · 11 years ago
  96. c2dd6bd (add) left click is working by vilaca · 11 years ago
  97. 317996b (fix) PageHandler comments by vilaca · 11 years ago
  98. bc49940 (add) comments to PageHandler by vilaca · 11 years ago
  99. 1eccc8d (add) ClickPageHandler for handling clicks by vilaca · 11 years ago
  100. 124eef2 (fix) remove method from HomePageHandler by vilaca · 11 years ago