3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed serialization of the EncodingType so that the field name is used instead of the localized encoding name. PraseUtil.TryParseEnum<T> was added for this change. More... almost 13 years ago
Changed serialization of the EncodingType so that the field name is used instead of the localized encoding name. PraseUtil.TryParseEnum<T> was added for this change. More... almost 13 years ago
For the backward compatibility, TelnetNewLine becomes false if the "telnetNewLine" option is missing in the config file. More... almost 13 years ago
For the backward compatibility, TelnetNewLine becomes false if the "telnetNewLine" option is missing in the config file. More... almost 13 years ago
Changed to create encoding combo box using EnumListItem<T>. EnumListItem<T>.GetListItemsWithTextID() was added for this change. More... almost 13 years ago
Changed to create encoding combo box using EnumListItem<T>. EnumListItem<T>.GetListItemsWithTextID() was added for this change. More... almost 13 years ago
Simplified EnumDescAttribute.GetName(). More... almost 13 years ago
Simplified EnumDescAttribute.GetName(). More... almost 13 years ago
Changed combo boxes in the SerialLoginDialog so that using EnumListItem<T>. More... almost 13 years ago
Changed combo boxes in the SerialLoginDialog so that using EnumListItem<T>. More... almost 13 years ago
Changed comments to simple More... almost 13 years ago
Changed comments to simple More... almost 13 years ago
Changed combo boxes in the OpenPipeDialog so that using EnumListItem<T>. More... almost 13 years ago
Changed combo boxes in the OpenPipeDialog so that using EnumListItem<T>. More... almost 13 years ago
Added "Telnet New Line" option. If this option was enabled, CR LF will be sent, and it is equivalent to the "NL code" in the telnet protocol. This is the default. If this option was disabled, CR NUL LF will be sent. It means "CR code and LF code". More... almost 13 years ago
Added "Telnet New Line" option. If this option was enabled, CR LF will be sent, and it is equivalent to the "NL code" in the telnet protocol. This is the default. If this option was disabled, CR NUL LF will be sent. It means "CR code and LF code". More... almost 13 years ago
Changed combo boxes in the OpenPipeDialog so that using EnumListItem<T>. More... almost 13 years ago
Changed combo boxes in the OpenPipeDialog so that using EnumListItem<T>. More... almost 13 years ago
Changed NewLine / Encoding selector in the tool bar so that using EnumListItem<T>. More... almost 13 years ago
Changed NewLine / Encoding selector in the tool bar so that using EnumListItem<T>. More... almost 13 years ago
Added EnumListItem<T> to represent an enum value in the List/ComboBox control. It makes EnumDescAttribute obsolete. EnumDescAttribute will be removed in the future. More... almost 13 years ago
Added EnumListItem<T> to represent an enum value in the List/ComboBox control. It makes EnumDescAttribute obsolete. EnumDescAttribute will be removed in the future. More... almost 13 years ago
Refactored StringResource class. More... almost 13 years ago
Refactored StringResource class. More... almost 13 years ago
Improvement of ListItem class. More... almost 13 years ago
Improvement of ListItem class. More... almost 13 years ago
Changed IToolBarComboBox so that any object can be passed as the list item. ShellSchemeChangeHandler was refactored to use this feature. More... almost 13 years ago
Changed IToolBarComboBox so that any object can be passed as the list item. ShellSchemeChangeHandler was refactored to use this feature. More... almost 13 years ago
Refactored DataFragment class. Calling Array.Copy() were changed to call Buffer.BlockCopy(). More... almost 13 years ago
Refactored DataFragment class. Calling Array.Copy() were changed to call Buffer.BlockCopy(). More... almost 13 years ago