u/mdw/putty
2002-10-23 jacobFixes for (Backend)->size() changes -- internal declara...
2002-10-23 jacobRemove apparently unnecessary declaration of typedef...
2002-10-23 simonCleanups from yesterday's destabilisation: lots of...
2002-10-23 simonOops. Forgot to check in terminal.h from yesterday...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonMake -ut work the right way round! :-)
2002-10-22 simonStop `pterm -ut-' leaving the unnecessary utmp helper...
2002-10-22 simonThanks to Richard B for pointing out that xterm has...
2002-10-22 simonJustin Bradford's patch for increased proxy robustness.
2002-10-21 simonMake sure SIGINT and SIGQUIT haven't been nobbled in...
2002-10-21 simonDon't bother closing fds 0-2 before dup2ing over them...
2002-10-21 simonVT100 line drawing characters should only happen betwee...
2002-10-20 simonImplement Richard's really clever idea about bell overl...
2002-10-20 simonScrollOnKey wasn't working because I failed to set...
2002-10-18 simonReject unrecognised command-line options; thanks rjk.
2002-10-18 simonFix typo in man page. Thanks Richard.
2002-10-17 simonOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 simonMake the shadow bold offset configurable, after discove...
2002-10-17 simonThis should fix the bug causing Alt-Shift to generate...
2002-10-16 simonAdd the -xrm command-line option, to allow specificatio...
2002-10-16 simonAdd a man page.
2002-10-16 simonTemporarily change the default for cut-and-paste of...
2002-10-16 simonA few more command-line options.
2002-10-16 simonOops, forgot to add BoldFont to the settings module.
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-16 simonAdd a file to the source archive mentioning the version...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-16 simonFix for `hostname-whitespace'; thanks to Justin Bradford.
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-16 simonOops - check in leftovers from yesterday's development...
2002-10-15 simonSupport bold-as-font, by means of a separate bold font...
2002-10-15 simonConfigure the pty so that it agrees with our idea of...
2002-10-15 simonSupport underline and vertical-line cursors as well...
2002-10-15 simonIf we can't load the specified font, give an error...
2002-10-15 simonPrinter support: cfg.printer is assumed to be a Unix...
2002-10-15 simonScrollbar can now be configured to go on the left ...
2002-10-15 simonSupport ALT + numeric keypad for typing in strange...
2002-10-15 simonAdd newline at EOF in uxucs.c. Thanks Richard. :-)
2002-10-15 simonSupport scrolling with the mouse wheel (X servers appar...
2002-10-15 simonFixes to terminal.c to support blinking and visual...
2002-10-15 simonSupport for blinking text and blinking cursor. Won...
2002-10-15 simonUse the appalling gnome-terminal hack for server-contro...
2002-10-15 simonRemove some rogue diagnostics.
2002-10-15 simonDon't forget to initialise the pixel size parameters...
2002-10-15 simonRichard's patch to fix `make clean' under Unix.
2002-10-15 simonRichard's patch to make the scrollbar configurably...
2002-10-15 simonSupport for all the server-side window configuration...
2002-10-15 simonIntroduce the ability to control whether the shell...
2002-10-15 simonFinish up utmp processing: add the -ut- command-line...
2002-10-15 simonSupport for utmp, wtmp and lastlog. Probably not terrib...
2002-10-15 simonDeal with the warnings generated when passing a pointer...
2002-10-15 simonSupport for BSD-style pty devices. Tested under Linux...
2002-10-15 simonTrim wide text properly at the RH edge of the screen.
2002-10-15 simonSupport for line attributes: ESC #3, #4 and #6 for...
2002-10-14 simonDon't cause the mouse pointer to reappear just because...
2002-10-14 simonOnly engage a GTK idle function when absolutely necessa...
2002-10-14 simonSet up the palette _before_ trying to paint the window...
2002-10-14 simonAdd the -log option, which activates full session loggi...
2002-10-14 simonBell overload was working in principle, but wasn't...
2002-10-14 simonSupport server requests for colour palette changes.
2002-10-14 simonDon't forget to call term_paste() when we get the chanc...
2002-10-14 simonSupport NetHack keypad mode. :-)
2002-10-14 simonSupport for hiding the mouse pointer on keypresses...
2002-10-14 simonxterm-class programs should exit when their primary...
2002-10-14 simonSEL_NL is different between Windows and Unix; move...
2002-10-14 simonOops. Defining max() the wrong way round was breaking...
2002-10-14 simonVarious faffs in the pty allocation process to get...
2002-10-14 simonWindow title configurability: -T to set it from the...
2002-10-13 simonDon't forget to set $TERM when we spawn the pty. Of...
2002-10-13 simongnome-terminal insists on receiving the selection as...
2002-10-13 simonAdded two simple command-line arguments: -fn (so I...
2002-10-13 simonResizing of pterm now works, and the size information...
2002-10-13 simonDeal with the appalling mouse pointer colours. (Why...
2002-10-13 simonShift-Ins pastes.
2002-10-13 simonSelection now supported in pterm. Required small modifi...
2002-10-13 simonFix underline, which I cleverly broke while adding...
2002-10-13 simonScrollbar now exists and functions; so do Shift-PgUp...
2002-10-13 simonThe Great Defaults Change (and about time too)! SSH...
2002-10-11 jacobInitialise some members of the Proxy_Socket structure...
2002-10-10 simonStop hard-coding a nonstandard font. We now default...
2002-10-10 jacobUpdate to reflect 0.53 release.
2002-10-10 simonAnd that's it! pty.c is now a real pty backend rather...
2002-10-10 simonHalf-decent keyboard handling for pterm. Not very well...
2002-10-10 simonTemporary hack which makes vt100 line drawing work...
2002-10-10 simonA sensible minimum of do_text() and do_cursor() is...
2002-10-09 simonFirst phase of porting. pterm now compiles and runs...
2002-10-07 simonOops. Dirsep in Makefile.cyg should be / not \.
2002-10-07 jacobRemove "-log" option from Plink. AFAICT this code has...
2002-10-07 jacobFix pscp-cmdline-port-bug for PSFTP too. (Also removes...
2002-10-07 jacobFix code which was clobbering people's -P arguments...
2002-10-07 simonBegin destabilisation in the wake of 0.53! This checkin...
2002-10-01 simonRemove last vestiges of `buggymac' in the Config struct...
2002-10-01 simonBump the version number on the installer script.
2002-10-01 simonAdd a chapter explaining common error messages
2002-09-26 simonAdd a new SSH2 bug: some servers apparently claim to...
2002-09-26 simonAny application using non-modal dialogs must use IsDial...
2002-09-26 simonIf the user asks for the Pageant key list window and...
2002-09-24 simonFinish replacing `Network error' with `Proxy error...
2002-09-24 simonAdd a missing space in an error message.
2002-09-23 jacobAdd context help support for Proxy panel
next