Loose end from r5031: the Kex panel should only be displayed in
[u/mdw/putty] / unix / pterm.c
2004-12-29 simonLoose end from r5031: the Kex panel should only be...
2004-12-19 jacobFix line cursor colours (fallout from `256-colours...
2004-12-17 simonJacob has pointed out why SIGCHLD was blocked, so I...
2004-11-30 jacobAnother default-background fix for 256-colour mode
2004-11-28 simonBah, there's always one thing I miss. Correct the backg...
2004-11-28 simonImplement xterm 256-colour mode.
2004-11-27 simonSlight improvement to cursor blink timing: since the...
2004-11-27 simonNew timing infrastructure. There's a new function sched...
2004-10-17 jacobSupport the SSH-2 mechanism for sending signals to...
2004-10-17 jacobTelnet specials menu was not being reinstated after...
2004-10-16 simonMarkus Kuhn's UTF-8 page
2004-10-15 simonAnd fix _cursor_ display on double-width double-width...
2004-10-15 simonDouble-height and double-width line attributes (ESC...
2004-10-15 simonFix cursor display on a combined character cell.
2004-10-14 simonFirst-stage support for Unicode combining characters...
2004-10-13 simonRe-engineering of terminal emulator, phase 1.
2004-09-28 jacobLine (as opposed to block) cursors were being displayed...
2004-08-20 jacobPatch to use enum constants for cfg.funky_type instead...
2004-08-14 simonImplement `Restart Session', in both Unix and Windows...
2004-07-27 simonFix double-free in X selection code.
2004-06-20 jacobAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-24 simonArnaud Desitter points out a silly mistake in retrieve_...
2004-05-22 simonFix indentation after Richard B's patch in rev 1.137...
2003-08-21 simonRichard B's patch to enable users to explicitly request...
2003-08-21 simonRichard B's patch to support X cut buffers as well...
2003-08-21 simonRichard Boulton's patch for improved correctness in...
2003-05-13 simonReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 simonAllow pterm to receive selections in compound text...
2003-05-13 simonDebian bug #193013 points out that the (default-)one...
2003-05-10 simonpterm will now attempt to guess suitable names for...
2003-05-10 simonStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 simonFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-06 simonReinstate `-T title', in pterm only.
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-04-27 simonSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 simonMake the `vtmode' config option work under X. In the...
2003-04-26 simonAha, _that's_ why the icon title didn't work properly...
2003-04-25 simonDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-23 simonUnix makefile now uses -O2, which massively cuts down...
2003-04-12 simonSupport for New Session, Duplicate Session and the...
2003-04-12 simonFurther fiddlings with the size reconfiguration stuff...
2003-04-12 simonMid-session reconfiguration of scrollback was failing...
2003-04-12 simonImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 simonClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 simonWhen I implemented the GTK messagebox() function and...
2003-04-11 simonRationalisation of the system of frontend handles....
2003-04-11 simonImplement Warn On Close.
2003-04-11 simon`Copy All' ought to de-highlight any existing selection...
2003-04-11 simon`Copy All' context-menu item, for what it's worth.
2003-04-11 simonCutting and pasting from the Unix Event Log.
2003-04-10 simonImplemented Change Settings under Unix. We are graduall...
2003-04-10 simonAll the stderr messages in this file now use appname...
2003-04-10 simonMinor improvements to subsidiary window placement;...
2003-04-09 simonEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-08 simonRename pterm's -T option to -title, to avoid clashing...
2003-04-08 simonWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-05 simonCtrl+rightclick now pops up a context menu in Unix...
2003-04-04 simonTurned the old `Telnet Command' System-submenu into...
2003-04-01 simonVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 simonSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 simonAnd everyone's favourite cosmetic change: Unix PuTTY...
2003-03-31 simonCheckin of last night's work on GTK message boxes....
2003-03-29 simonHaving created and used uxsel, it actually turns out...
2003-03-29 simonpterm now uses the new uxsel module, so it's one step...
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...
next