openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Poderosa
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 8 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Refactoring Transmit() called from VT100 or XTerm. All data to send from VT100 or XTerm to the host will be sent through the TerminalControl similarly to the keyboard input. It prevents problem of the simultaneous use of a socket by multiple threads, and it may helps improvements in the future.
kzmi
More...
about 13 years ago
Refactoring Transmit() called from VT100 or XTerm. All data to send from VT100 or XTerm to the host will be sent through the TerminalControl similarly to the keyboard input. It prevents problem of the simultaneous use of a socket by multiple threads, and it may helps improvements in the future.
kzmi
More...
about 13 years ago
Added comment.
kzmi
More...
about 13 years ago
Added comment.
kzmi
More...
about 13 years ago
Updated DEC special characters to more suitable characters. These characters are not affected by conversion to the private-use area, and are displayed in half-width (hankaku) using non-CJK font.
kzmi
More...
about 13 years ago
Updated DEC special characters to more suitable characters. These characters are not affected by conversion to the private-use area, and are displayed in half-width (hankaku) using non-CJK font.
kzmi
More...
about 13 years ago
Changed to use Unicode's private-use area for representing some characters that are displayed using CJK font.
kzmi
More...
about 13 years ago
Changed to use Unicode's private-use area for representing some characters that are displayed using CJK font.
kzmi
More...
about 13 years ago
Fixed PromptRecognizer. It fails to StringBuilder.Append() sometimes, especially in the case application-mode / non-application-mode are switched frequently.
kzmi
More...
about 13 years ago
Fixed PromptRecognizer. It fails to StringBuilder.Append() sometimes, especially in the case application-mode / non-application-mode are switched frequently.
kzmi
More...
about 13 years ago
Cleaning code.
kzmi
More...
about 13 years ago
Cleaning code.
kzmi
More...
about 13 years ago
Text property was removed from GLine. Now GLine's internal buffer is completely protected from outside. The accessibility of WIDECHAR_PAD has been changed to internal.
kzmi
More...
about 13 years ago
Text property was removed from GLine. Now GLine's internal buffer is completely protected from outside. The accessibility of WIDECHAR_PAD has been changed to internal.
kzmi
More...
about 13 years ago
Changed to use GLine.DisplayLength instead of access to GLine.Text. The purpose of this change is to avoid direct access to the internal buffer of a GLine.
kzmi
More...
about 13 years ago
Changed to use GLine.DisplayLength instead of access to GLine.Text. The purpose of this change is to avoid direct access to the internal buffer of a GLine.
kzmi
More...
about 13 years ago
Improvement of GLineManipulator.Export().
kzmi
More...
about 13 years ago
Improvement of GLineManipulator.Export().
kzmi
More...
about 13 years ago
Refactoring GLine. Previously, DisplayLength was calculated on demand. Now DisplayLength is calculated in the constructor, and is maintained by GLine itself. It removes some complexity.
kzmi
More...
about 13 years ago
Refactoring GLine. Previously, DisplayLength was calculated on demand. Now DisplayLength is calculated in the constructor, and is maintained by GLine itself. It removes some complexity.
kzmi
More...
about 13 years ago
Fixed line completion.
kzmi
More...
about 13 years ago
Fixed line completion.
kzmi
More...
about 13 years ago
Refactoring constrcuctor GLine.GLine(char[], GWord). A char array is not duplicated in the constructor anymore for the caller can use flexible.
kzmi
More...
about 13 years ago
Refactoring constrcuctor GLine.GLine(char[], GWord). A char array is not duplicated in the constructor anymore for the caller can use flexible.
kzmi
More...
about 13 years ago
Accessibility of GLine.GLine(char[], GWord) was changed to internal. In PoderosaLogViewerSession.cs, calling GLine.GLine(char[], GWord) was replaced with GLine.CreateSimpleGLine(). Currently GLine.GLine(char[], GWord) is only used by GLineManipulator.
kzmi
More...
about 13 years ago
Accessibility of GLine.GLine(char[], GWord) was changed to internal. In PoderosaLogViewerSession.cs, calling GLine.GLine(char[], GWord) was replaced with GLine.CreateSimpleGLine(). Currently GLine.GLine(char[], GWord) is only used by GLineManipulator.
kzmi
More...
about 13 years ago
Small refactoring of GWord.
kzmi
More...
about 13 years ago
Small refactoring of GWord.
kzmi
More...
about 13 years ago
Make a send-back text more safely. Speed may be little bit slower, but it would not be a problem. Another purpose of this change is to avoid direct access to the internal buffer of a GLine.
kzmi
More...
about 13 years ago
Make a send-back text more safely. Speed may be little bit slower, but it would not be a problem. Another purpose of this change is to avoid direct access to the internal buffer of a GLine.
kzmi
More...
about 13 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree