0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 13 years ago
FIX: text formating More... about 13 years ago
ADD: program options and switches on README.md More... about 13 years ago
ADD: -ip to help output More... about 13 years ago
FIX: --ip to -ip for consistency with other command line switches More... about 13 years ago
FIX: code style to VS default More... about 13 years ago
FIX: cosmetic change, moving a DEBUG message out of the way makes the code easier to read IMO More... about 13 years ago
Merge pull request #1 from blackwolf12333/master More... about 13 years ago
Adding an option to set the IP address for the server in the command line More... about 13 years ago
FIX: typos More... about 13 years ago
FIX: added Requirements and brief explanation on how the application works More... about 13 years ago
FIX: added more info about TODOs. Categorized TODOs into Enhancement or Bug More... about 13 years ago
ADD: FxCop10 project file More... about 13 years ago
FIX: added hlinks to TODOs More... about 13 years ago
Merge branch 'master' of https://github.com/vilaca/RemoteView More... about 13 years ago
FIX: enhanced README More... about 13 years ago
ADD: TODOs More... about 13 years ago
ADD: STAThreadAttribute as application references System.Windows.Forms More... about 13 years ago
FIX: made some methods static More... about 13 years ago
ADD: private c'tor for NativeMethods to forbid instantiation More... about 13 years ago
FIX: using CultureInvariant on int.parse More... about 13 years ago
FIX: FxCop recommendation to rename Pinvoke class to NativeMethods More... about 13 years ago
FIX: Timer on ScreenPageHandler class needed to be disposed More... about 13 years ago
FIX: HttpListener needs to be disposed More... about 13 years ago
FIX: moved low level desktop access methods to DesktopAccess class More... about 13 years ago
(fix) improved how the program launches and waits on the server thread More... about 13 years ago
FIX: removed dead code ( old UAC method ) More... about 13 years ago
ADD: app.manifest file to force UAC; FIX: removed wrong way of calling UAC More... about 13 years ago
ADD: -m to help message and console output when a new instance is being spawned More... about 13 years ago
(fix) previous method used to check if another instance(s) of this process are running is flawed More... about 13 years ago