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
Update version for the next beta release. More... about 14 years ago
Update version for the next beta release. 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. 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. More... about 14 years ago
Fix OnMouseDown handler so that Invalidate() is called after the document was unlocked. More... about 14 years ago
Fix OnMouseDown handler so that Invalidate() is called after the document was unlocked. More... about 14 years ago
Fix xterm's scroll-up (CSI * S) and scroll-down (CSI * T) function. More... about 14 years ago
Fix xterm's scroll-up (CSI * S) and scroll-down (CSI * T) function. 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. 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. 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. 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. More... about 14 years ago
Update csproj file. SubType of FontDialog.cs and OptionDialog.cs were changed by VS. More... about 14 years ago
Update csproj file. SubType of FontDialog.cs and OptionDialog.cs were changed by VS. 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. 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. More... about 14 years ago
Add option to show alert when the new-line character will be pasted. More... about 14 years ago
Add option to show alert when the new-line character will be pasted. More... about 14 years ago
Add files required in the release package. More... about 14 years ago
Add files required in the release package. More... about 14 years ago
Improve DrawOptimizeState's state transition. Simultaneous transition from two threads are processed properly. More... about 14 years ago
Improve DrawOptimizeState's state transition. Simultaneous transition from two threads are processed properly. More... about 14 years ago
Fix problem when InvalidatedRegion's member were updated while calculating a repaint region. More... about 14 years ago
Fix problem when InvalidatedRegion's member were updated while calculating a repaint region. More... about 14 years ago
Fix bug: SaveCursor and RestoreCursor has been broken. More... about 14 years ago
Fix bug: SaveCursor and RestoreCursor has been broken. 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. 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. 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. 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. More... about 14 years ago