0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Temporarily re-activating new resizing code with windowWillresize: toSize: method. More... over 21 years ago
now sending ^L after clearing buffer. More... over 21 years ago
fixed typos. More... over 21 years ago
* Remove fatal recursice loop by no calling [self setWindowSize] from PseudoTerminal: -windowDidResize. The window sizing part needs some real attention. More... over 21 years ago
*** empty log message *** More... over 21 years ago
Incorporated the patch sent by [email protected] More... over 21 years ago
set the version number to 0.6.1 More... over 21 years ago
Updated Chinese nib files for anti-aliasing and print&save Chinese strings files updated for new contextual menu item More... over 21 years ago
Fixed the display problem related to "bold" More... over 21 years ago
* Fixed AutoResizingMask of buttons in Address Book. More... over 21 years ago
* Added Address Book into contextual menu. Entries can be executed in a new tab or in a new window. To execute in a new window, hold down the command key while accessing the contextual menu. More... over 21 years ago
* Added Address Book into contextual menu. Entries will be executed in a new session. More... over 21 years ago
no major changes. More... over 21 years ago
removed redundant checkbox English.lproj/PseudoTerminal.nib/info.nib English.lproj/PseudoTerminal.nib/objects.nib More... over 21 years ago
* Fixed an emulation problem handling the CSI_RI and CSI_IND tokens. This fixes the vi editing problem. More... over 21 years ago
* Added a work around for the vi editing bug. Inserting lines into a file with vi was not working. The implementation for the Reverse Index command in VT100Screen: -putToken: method had to be hacked always do a scrollDown. This is not as per specs. The problem manifests itself only on MacOS X, not while ssh'd into a Linux box. Is this a Cocoa bug? More... over 21 years ago
Making sure window comes into focus after a new session is inited. More... over 21 years ago
* Validating paste menu item only if there is a string type on the pasteboard. More... over 21 years ago
* Validating paste menu item only if there is a string type on the pasteboard. More... over 21 years ago
* Fixed bug where a blink attribute would cause bold attributes to be lost. More... over 21 years ago
rearranged objects little to make it prettier. More... over 21 years ago
* Default shell commans is "login -fp $USER" to start a login shell. More... over 21 years ago
* Added support for bold character attributes. Only works with fonts that support bold typeface. More... over 21 years ago
default shell command is now "login -fp $USER" More... over 21 years ago
commented out some redundant code. More... over 21 years ago
the resizing code is not working quite right. Currently going back to the system of calling [self setWindowSize]; when window is resized. Is a potential recursive loop though. More... over 21 years ago
even more resizing tweaks. More... over 21 years ago
some more resizing tweaks. More... over 21 years ago
* Fixed some resizing issues by implementing windowWillResize: toSize: window delegate method. More... over 21 years ago
* Added flag to disable anti-aliasing. Chinese NIBS need to be updated. More... over 21 years ago