3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Comment-out unused mathod. More... over 12 years ago
Comment-out unused mathod. More... over 12 years ago
Removed unused variable. More... over 12 years ago
Removed unused variable. More... over 12 years ago
Compiler option to suppress CS1591 was added for reducing warnings. More... over 12 years ago
Compiler option to suppress CS1591 was added for reducing warnings. More... over 12 years ago
Fixed issue that ESC \ is not treated as the terminator of the escape sequence like OSC. More... over 12 years ago
Fixed issue that ESC \ is not treated as the terminator of the escape sequence like OSC. More... over 12 years ago
Fixed state of the controls in the SCP form. More... over 12 years ago
Fixed state of the controls in the SCP form. More... over 12 years ago
Added cancellation functionality to the SFTP/SCP. More... over 12 years ago
Added cancellation functionality to the SFTP/SCP. More... over 12 years ago
The feature changing the background color of the view-control was re-implemented. The issue that background color is applied unexpectedly to the whole screen was fixed. More... over 12 years ago
The feature changing the background color of the view-control was re-implemented. The issue that background color is applied unexpectedly to the whole screen was fixed. More... over 12 years ago
Update comment. More... almost 13 years ago
Update comment. More... almost 13 years ago
Changed order of the members of EncodingType. More... almost 13 years ago
Changed order of the members of EncodingType. More... almost 13 years ago
Fixed potential bug of the encoding / newline combo box on the toolbar. More... almost 13 years ago
Fixed potential bug of the encoding / newline combo box on the toolbar. More... almost 13 years ago
Removed EnumDescAttribute from Portforwarding, and added EnumListItem<T>. More... almost 13 years ago
Removed EnumDescAttribute from Portforwarding, and added EnumListItem<T>. More... almost 13 years ago
Removed EnumDescAttribute from enum declarations. More... almost 13 years ago
Removed EnumDescAttribute from enum declarations. More... almost 13 years ago
Removed non-required methods from EnumDescAttribute. More... almost 13 years ago
Removed non-required methods from EnumDescAttribute. More... almost 13 years ago
EnumDescAttribute was obsoleted. For the backward compatibility, EnumDescAttribute still exists but was rewriten so that to use EnumListItem<T>. In this change, the method name of EnumListItem<T>.CreateFrom() was changed to CreateListItem(). More... almost 13 years ago
EnumDescAttribute was obsoleted. For the backward compatibility, EnumDescAttribute still exists but was rewriten so that to use EnumListItem<T>. In this change, the method name of EnumListItem<T>.CreateFrom() was changed to CreateListItem(). More... almost 13 years ago
Changed combo boxes in the telnet-SSH login dialog so that using EnumListItem<T>. The default of the TelnetNewLine option is "true" even if SSH protocol was selected. More... almost 13 years ago
Changed combo boxes in the telnet-SSH login dialog so that using EnumListItem<T>. The default of the TelnetNewLine option is "true" even if SSH protocol was selected. More... almost 13 years ago