]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/pterm.c
First-stage support for Unicode combining characters. The `chars'
[PuTTY.git] / unix / pterm.c
2004-10-14 Simon TathamFirst-stage support for Unicode combining characters...
2004-10-13 Simon TathamRe-engineering of terminal emulator, phase 1.
2004-09-28 Jacob NevinsLine (as opposed to block) cursors were being displayed...
2004-08-20 Jacob NevinsPatch to use enum constants for cfg.funky_type instead...
2004-08-14 Simon TathamImplement `Restart Session', in both Unix and Windows...
2004-07-27 Simon TathamFix double-free in X selection code.
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2004-05-24 Simon TathamArnaud Desitter points out a silly mistake in retrieve_...
2004-05-22 Simon TathamFix indentation after Richard B's patch in rev 1.137...
2003-08-21 Simon TathamRichard B's patch to enable users to explicitly request...
2003-08-21 Simon TathamRichard B's patch to support X cut buffers as well...
2003-08-21 Simon TathamRichard Boulton's patch for improved correctness in...
2003-05-13 Simon TathamReal COMPOUND_TEXT support! I was expecting to have...
2003-05-13 Simon TathamAllow pterm to receive selections in compound text...
2003-05-13 Simon TathamDebian bug #193013 points out that the (default-)one...
2003-05-10 Simon Tathampterm will now attempt to guess suitable names for...
2003-05-10 Simon TathamStupid braino in get_window_title (thanks Colin): windo...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
2003-05-06 Simon TathamReinstate `-T title', in pterm only.
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-04-27 Simon TathamSupport for non-ISO-8859-1 X keysyms. So in particular...
2003-04-26 Simon TathamMake the `vtmode' config option work under X. In the...
2003-04-26 Simon TathamAha, _that's_ why the icon title didn't work properly...
2003-04-25 Simon TathamDon't block SIGPIPE until _after_ pterm forks, since...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-12 Simon TathamSupport for New Session, Duplicate Session and the...
2003-04-12 Simon TathamFurther fiddlings with the size reconfiguration stuff; now
2003-04-12 Simon TathamMid-session reconfiguration of scrollback was failing...
2003-04-12 Simon TathamImplement the ldisc `special' mechanism in Unix, withou...
2003-04-12 Simon TathamClose On Exit and Warn On Close fixes: (a) pty_reconfig...
2003-04-11 Simon TathamWhen I implemented the GTK messagebox() function and...
2003-04-11 Simon TathamRationalisation of the system of frontend handles....
2003-04-11 Simon TathamImplement Warn On Close.
2003-04-11 Simon Tatham`Copy All' ought to de-highlight any existing selection...
2003-04-11 Simon Tatham`Copy All' context-menu item, for what it's worth.
2003-04-11 Simon TathamCutting and pasting from the Unix Event Log.
2003-04-10 Simon TathamImplemented Change Settings under Unix. We are graduall...
2003-04-10 Simon TathamAll the stderr messages in this file now use appname...
2003-04-10 Simon TathamMinor improvements to subsidiary window placement;...
2003-04-09 Simon TathamEvent Log for Unix PuTTY. Doesn't yet allow X selection...
2003-04-08 Simon TathamRename pterm's -T option to -title, to avoid clashing...
2003-04-08 Simon TathamWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamSupport for PuTTY-style command-line arguments in Unix...
2003-03-31 Simon TathamAnd everyone's favourite cosmetic change: Unix PuTTY...
2003-03-31 Simon TathamCheckin of last night's work on GTK message boxes....
2003-03-29 Simon TathamHaving created and used uxsel, it actually turns out to be
2003-03-29 Simon Tathampterm now uses the new uxsel module, so it's one step...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-06 Simon TathamRichard B's patch to add WINDOWID support to pterm.
2003-02-01 Simon TathamCreated new data types `Filename' and `FontSpec', inten...
2003-01-28 Simon TathamAnd another bit missing from the settings changes:...
2003-01-27 Simon Tathamxterm apparently supports ESC[90m through ESC[97m to...
2003-01-27 Simon TathamRemove all `enum'-typed variables from the Config struc...
2003-01-25 Simon TathamFix Unix breakage from term_mouse() revamp too.
2003-01-25 Ben HarrisChange the term_mouse interface a little so that it...
2003-01-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-14 Owen DunnCtrl-PgUp and Ctrl-PgDn now scroll by one line on Unix...
2003-01-12 Simon TathamAhem. Doing loads of stuff to inst->cfg would probably...
2003-01-12 Simon TathamAhem. Global replace of `cfg' with `inst->cfg' is all...
2003-01-12 Simon TathamHaving laid all the groundwork, we can now remove the...
2003-01-12 Simon TathamThe logging module now contains a local copy of cfg too.
2003-01-12 Simon TathamThe Unicode module no longer depends on `cfg', since...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-03 Simon TathamWork around a weird bug in gdk_draw_text_wc().
2003-01-02 Simon TathamFixes to direct-to-font mode: I'd inadvertently enabled...
2003-01-01 Simon TathamProper support for using the font's own character encod...
2003-01-01 Simon TathamSupport for double-width (CJK) characters, using the...
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-12-04 Simon Tatham#include <signal.h>. Compiled fine without it on Debian...
2002-11-23 Ben HarrisAdd a Config * argument to ldisc_create(), and use...
2002-11-23 Ben HarrisAdd a "Config *" argument to term_init(), and use that...
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-11-05 Simon TathamFix command-line error handling in pterm. (Hint: wrappi...
2002-11-02 Simon TathamImprove shadow bold mode: set the default shadow bold...
2002-11-02 Simon TathamRJK's general signal-handling robustness patch. Should...
2002-10-31 Simon TathamFirst attempt at a Unix port of Plink. Seems to basical...
2002-10-30 Simon TathamRJK's `pterm --help' patch. I _must_ find a better...
2002-10-28 Simon Tathamterminal.c should call the frontend beep() routine...
2002-10-28 Simon TathamFix Alt+numberpad in pterm. For a start, there was...
2002-10-28 Simon TathamFirst bug discovered as a result of global-removal...
2002-10-26 Simon TathamYet more global-removal. The static variables in loggin...
2002-10-26 Simon TathamReorganised the Unicode layer somewhat: moved luni_send and
2002-10-26 Simon TathamPort forwarding module now passes backend handles aroun...
2002-10-26 Simon TathamLine discipline module now uses dynamically allocated...
2002-10-25 Simon TathamOops; remembering to call term_provide_resize_fn in...
2002-10-25 Simon TathamFix the nasty flashing-light-grey-on-resize problem...
2002-10-25 Simon Tathampty backend now supports the changed function interface...
2002-10-23 Simon TathamImplement handling of all Close On Exit modes. Default...
2002-10-22 Simon TathamMajor destabilisation, phase 1. In this phase I've...
2002-10-22 Simon TathamMake -ut work the right way round! :-)
2002-10-20 Simon TathamImplement Richard's really clever idea about bell overl...
2002-10-20 Simon TathamScrollOnKey wasn't working because I failed to set...
2002-10-18 Simon TathamReject unrecognised command-line options; thanks rjk.
2002-10-17 Simon TathamOops - that fix wasn't _quite_ right, since it killed all
2002-10-17 Simon TathamMake the shadow bold offset configurable, after discove...
next