]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix
Fiddly things involving pruning .svn directories, not mentioning
[PuTTY.git] / unix /
2003-04-08 Simon TathamWhile writing gtkdlg.c I learned how to specify a windo...
2003-04-06 Simon TathamNow that we have `appname', make much wider use of it. In
2003-04-05 Simon TathamFixed the printing and charset combo boxes in Unix...
2003-04-05 Simon TathamUnix can't sensibly enumerate printers (since they...
2003-04-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
2003-04-05 Simon TathamDynamic port forwarding by means of a local SOCKS serve...
2003-04-04 Simon TathamTurned the old `Telnet Command' System-submenu into...
2003-04-02 Simon TathamFurther .cvsignore updates.
2003-04-02 Simon TathamImprovements to .cvsignore, to attempt to reduce the...
2003-04-01 Simon TathamVarious error-handling fixes, mostly in Unix PuTTY...
2003-03-31 Simon TathamTrivial segfault fix from Richard B.
2003-03-31 Simon TathamAhem; update the TODO to reflect the cmdline changes :-)
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 TathamCan now save and load settings under Unix.
2003-03-31 Simon TathamFix a _very_ subtle segfault in my two GTK container...
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 TathamAdded uxsel.c, into which I've moved those parts of...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-03-25 Ben HarrisRename dlg_listbox_addwithindex() to dlg_listbox_addwit...
2003-03-22 Simon TathamVarious cosmetic fixes to the GTK config box: vertical...
2003-03-18 Simon TathamBetter appearance and positioning for dlg_error_msg...
2003-03-18 Simon TathamBig sprawling dialog-box commit covering all sorts...
2003-03-16 Simon TathamFurther work on the GTK config box; mostly implemented...
2003-03-16 Simon TathamFixed accelerator clash in the Unix-specific config...
2003-03-15 Simon TathamWhen a piece of text overflows its column in a tabbed...
2003-03-15 Simon TathamEvent handling in the GTK dialog engine is now basicall...
2003-03-14 Simon TathamContinuing work on the GTK config box. Created uxcfg...
2003-03-13 Simon TathamFirst stab at a GTK layout engine. It's missing all...
2003-03-11 Simon TathamNever pass a `char' to a ctype function. I had relied...
2003-03-06 Simon TathamReorganisation of misc.c: Minefield has moved out to...
2003-03-06 Simon TathamRichard B's patch to add WINDOWID support to pterm.
2003-02-01 Simon TathamOops, Ben is quite right about the rather appalling...
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-20 Ben HarrisAdd a stub "free" routine for pterm. Thanks to rjk.
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 Tathamproxy.c now no longer refers to `cfg'. Instead, each...
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 Tathamprinter_start_job shouldn't need to refer to cfg.printe...
2003-01-12 Simon TathamJust like under Windows, cleanup_exit() shouldn't need...
2003-01-12 Simon TathamThe back ends now contain their own copies of the Confi...
2003-01-12 Simon TathamForgot to match the cmdline changes in the Unix port.
2003-01-12 Simon TathamEach platform's implementation of askappend() is no...
2003-01-11 Simon TathamHack around an oddity in X display names and xauth.
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
2003-01-10 Simon TathamIntroduce framework for authenticating with the local...
2003-01-09 Simon TathamUnix plink now catches SIGWINCH and propagates local...
2003-01-09 Simon TathamSupport asynchronous connect() in Unix networking....
2003-01-09 Simon TathamI'm sick of all those #ifdefs in settings.c, and in...
2003-01-07 Simon TathamAhem. Now pterm actually uses wc_to_mb in a situation...
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-02 Simon Tathamsk_nonamelookup() should ensure the sockaddr it returns...
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-18 Simon TathamSupport for doing DNS at the proxy end. I've invented...
2002-12-18 Simon TathamStop proxying connections to localhost by default;...
2002-12-18 Simon TathamImplement `portfwd-loopback-choice'. Works on local...
2002-12-04 Owen DunnAvoid potential memory leak.
2002-12-04 Simon Tatham#include <signal.h>. Compiled fine without it on Debian...
2002-12-04 Owen DunnChanged to use strerror()
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-20 Simon TathamFixes for more robust handling of command-line parse...
2002-11-20 Simon TathamLargely-placeholder man page for Plink, for the sake of not
2002-11-09 Ben HarrisRename CharWidth() to char_width(). The former name...
2002-11-07 Simon TathamImprove robustness in random seed file handling.
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
2002-11-05 Simon TathamFix command-line error handling in pterm. (Hint: wrappi...
2002-11-05 Simon TathamSubstitute `-' (magical hyphen) for `\-' (inert minus...
2002-11-02 Simon TathamImprove shadow bold mode: set the default shadow bold...
2002-11-02 Simon TathamAnother signal-handling refinement from RJK: the SIGCHL...
2002-11-02 Simon TathamImprove the noise collection for the internal random pool.
2002-11-02 Simon TathamRJK's general signal-handling robustness patch. Should...
2002-11-01 Simon TathamPrevent another segfault. Oops.
2002-11-01 Simon TathamAdd a .cvsignore for the Unix subdir
2002-11-01 Simon TathamImprove handling of oobinline sockets; Plink in telnet...
2002-11-01 Simon TathamImplement access to the SSH agent. This ought to make agent
2002-11-01 Simon TathamReplace a \r\n with an ordinary \n - this isn't Windows!
2002-11-01 Simon TathamStop the segfault on failure to resolve a host name.
2002-11-01 Simon TathamAdd a \n at the end of an error message - oops.
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-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-28 Simon Tathamterminal.c should call the frontend beep() routine...
2002-10-28 Simon TathamCloseOnExit now defaults to COE_ALWAYS for pterm, bring...
next