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 18 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update version for the next beta release.
kzmi
More...
about 14 years ago
Update version for the next beta release.
kzmi
More...
about 14 years ago
Improved emulation of the xterm's buffer switch. Cursor position is saved related to the current buffer. In save/restore xterm modes, only the state of buffer switch is supported.
kzmi
More...
about 14 years ago
Improved emulation of the xterm's buffer switch. Cursor position is saved related to the current buffer. In save/restore xterm modes, only the state of buffer switch is supported.
kzmi
More...
about 14 years ago
Fix OnMouseDown handler so that Invalidate() is called after the document was unlocked.
kzmi
More...
about 14 years ago
Fix OnMouseDown handler so that Invalidate() is called after the document was unlocked.
kzmi
More...
about 14 years ago
Fix xterm's scroll-up (CSI * S) and scroll-down (CSI * T) function.
kzmi
More...
about 14 years ago
Fix xterm's scroll-up (CSI * S) and scroll-down (CSI * T) function.
kzmi
More...
about 14 years ago
Fix bug: a potential bug about decision of repainting caret. Fix bug: InvalidatedRegion is reset in OnPaint() regardless of whether InvalidatedRegion has been updated or not. In InvalidateEx(), repainting is skipped if InvalidatedRegion was empty. If InvalidateEx() was called from multiple threads simultaneously, the first thread starts repainting, then others will be skipped.
kzmi
More...
about 14 years ago
Fix bug: a potential bug about decision of repainting caret. Fix bug: InvalidatedRegion is reset in OnPaint() regardless of whether InvalidatedRegion has been updated or not. In InvalidateEx(), repainting is skipped if InvalidatedRegion was empty. If InvalidateEx() was called from multiple threads simultaneously, the first thread starts repainting, then others will be skipped.
kzmi
More...
about 14 years ago
Fix bug: a terminal object is not cleaned-up if session was closed from UI. Now logger is closed on the session's termination regardless of whether a terminal window is closed.
kzmi
More...
about 14 years ago
Fix bug: a terminal object is not cleaned-up if session was closed from UI. Now logger is closed on the session's termination regardless of whether a terminal window is closed.
kzmi
More...
about 14 years ago
Update csproj file. SubType of FontDialog.cs and OptionDialog.cs were changed by VS.
kzmi
More...
about 14 years ago
Update csproj file. SubType of FontDialog.cs and OptionDialog.cs were changed by VS.
kzmi
More...
about 14 years ago
Add new option to TerminalOptionPanel: show alert when new-line character will be pasted. TerminalOptionPanel is now displayed in the scrollable panel. For availability of the scrollable panel, the type of the IOptionPanelExtension.ContentPanel was changed. IOptionPanelExtension.ContentPanel returns a option panel or a scrollable container.
kzmi
More...
about 14 years ago
Add new option to TerminalOptionPanel: show alert when new-line character will be pasted. TerminalOptionPanel is now displayed in the scrollable panel. For availability of the scrollable panel, the type of the IOptionPanelExtension.ContentPanel was changed. IOptionPanelExtension.ContentPanel returns a option panel or a scrollable container.
kzmi
More...
about 14 years ago
Add option to show alert when the new-line character will be pasted.
kzmi
More...
about 14 years ago
Add option to show alert when the new-line character will be pasted.
kzmi
More...
about 14 years ago
Add files required in the release package.
kzmi
More...
about 14 years ago
Add files required in the release package.
kzmi
More...
about 14 years ago
Improve DrawOptimizeState's state transition. Simultaneous transition from two threads are processed properly.
kzmi
More...
about 14 years ago
Improve DrawOptimizeState's state transition. Simultaneous transition from two threads are processed properly.
kzmi
More...
about 14 years ago
Fix problem when InvalidatedRegion's member were updated while calculating a repaint region.
kzmi
More...
about 14 years ago
Fix problem when InvalidatedRegion's member were updated while calculating a repaint region.
kzmi
More...
about 14 years ago
Fix bug: SaveCursor and RestoreCursor has been broken.
kzmi
More...
about 14 years ago
Fix bug: SaveCursor and RestoreCursor has been broken.
kzmi
More...
about 14 years ago
Add clear-screen to DECSET/DECRST 1047 and 1049. ProcessSaveDECSET() and ProcessRestoreDECSET() were changed to do nothing because these methods should be implemented for "save/restore xterm private modes". This feature is not supported yet.
kzmi
More...
about 14 years ago
Add clear-screen to DECSET/DECRST 1047 and 1049. ProcessSaveDECSET() and ProcessRestoreDECSET() were changed to do nothing because these methods should be implemented for "save/restore xterm private modes". This feature is not supported yet.
kzmi
More...
about 14 years ago
ProcessSaveDECSET is called only in the case of "CSI ? s" (save xterm's private modes). "CSI s" (save cursor position in ANSI) is not supported because "CSI u" (restore cursor position in ANSI) has not been supported either.
kzmi
More...
about 14 years ago
ProcessSaveDECSET is called only in the case of "CSI ? s" (save xterm's private modes). "CSI s" (save cursor position in ANSI) is not supported because "CSI u" (restore cursor position in ANSI) has not been supported either.
kzmi
More...
about 14 years ago
←
1
2
…
14
15
16
17
18
19
20
21
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