Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / unix / pterm.c
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 simonRichard B's patch to add WINDOWID support to pterm.
2003-02-01 simonCreated new data types `Filename' and `FontSpec', inten...
2003-01-28 simonAnd another bit missing from the settings changes:...
2003-01-27 simonxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 simonRemove all `enum'-typed variables from the Config struc...
2003-01-25 simonFix Unix breakage from term_mouse() revamp too.
2003-01-25 benChange the term_mouse interface a little so that it...
2003-01-14 simonMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 simonDeglobalise the Unicode module. Despite all my grand...
2003-01-14 owenCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-12 simonAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 simonAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 simonHaving laid all the groundwork, we can now remove the...
2003-01-12 simonThe logging module now contains a local copy of cfg...
2003-01-12 simonThe Unicode module no longer depends on `cfg', since...
2003-01-12 simonThe back ends now contain their own copies of the Confi...
2003-01-09 simonI'm sick of all those #ifdefs in settings.c, and in...
2003-01-03 simonWork around a weird bug in gdk_draw_text_wc().
2003-01-02 simonFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-01 simonProper support for using the font's own character encod...
2003-01-01 simonSupport for double-width (CJK) characters, using the...
2002-12-31 simonFirst draft of Unicode support in pterm. It's pretty...
2002-12-04 simon#include <signal.h>. Compiled fine without it on Debian...
2002-11-23 benAdd a Config * argument to ldisc_create(), and use...
2002-11-23 benAdd a "Config *" argument to term_init(), and use that...
2002-11-09 benRename CharWidth() to char_width(). The former name...
2002-11-05 simonFix command-line error handling in pterm. (Hint: wrappi...
2002-11-02 simonImprove shadow bold mode: set the default shadow bold...
2002-11-02 simonRJK's general signal-handling robustness patch. Should...
2002-10-31 simonFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 simonRJK's `pterm --help' patch. I _must_ find a better...
2002-10-28 simonterminal.c should call the frontend beep() routine...
2002-10-28 simonFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 simonFirst bug discovered as a result of global-removal...
2002-10-26 simonYet more global-removal. The static variables in loggin...
2002-10-26 simonReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 simonPort forwarding module now passes backend handles aroun...
2002-10-26 simonLine discipline module now uses dynamically allocated...
2002-10-25 simonOops; remembering to call term_provide_resize_fn in...
2002-10-25 simonFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 simonpty backend now supports the changed function interface...
2002-10-23 simonImplement handling of all Close On Exit modes. Default...
2002-10-22 simonMajor destabilisation, phase 1. In this phase I've...
2002-10-22 simonMake -ut work the right way round! :-)
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-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 simonA few more command-line options.
2002-10-16 simonImplement reading of X resources, and -name to change...
2002-10-16 simonFix utmp and pty handling so that GTK never complains...
2002-10-16 simonBug `shift-backspace': whichever of ^H and ^? is config...
2002-10-15 simonSupport bold-as-font, by means of a separate bold font...
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 simonScrollbar can now be configured to go on the left ...
2002-10-15 simonSupport ALT + numeric keypad for typing in strange...
2002-10-15 simonSupport scrolling with the mouse wheel (X servers appar...
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 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 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 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 simonWindow title configurability: -T to set it from the...
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-10 simonStop hard-coding a nonstandard font. We now default...
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 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 simonBegin destabilisation in the wake of 0.53! This checkin...