]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/unix.h
GTK2: Return 2.20 compatibility back
[PuTTY.git] / unix / unix.h
2017-02-22 Simon TathamUnix buildinfo: stop saying 'GTK' in pure CLI utilities.
2017-02-15 Simon TathamInclude the compile-time GTK version in the build info.
2017-02-03 Simon TathamMove declaration of frontend_is_utf8 into putty.h.
2017-01-21 Simon TathamInclude 'build info' in all --version text and About boxes.
2016-08-08 Simon TathamNew Unix utility function to make a directory path.
2016-05-17 Ben HarrisRemove inaccurate comment about Unix getticks() function.
2016-04-03 Owen DunnMerge branch 'master' of ssh://tartarus.org/putty
2016-03-23 Simon TathamDelegate GTK window creation to gtkmain.c.
2016-03-22 Simon TathamDivide the whole of gtkwin.c into three parts.
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2016-02-29 Simon TathamMake some static text in GTK dialogs selectable.
2015-12-22 Simon TathamMake some static text in GTK dialogs selectable.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-10-17 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-09-25 Simon TathamAvoid logging pre-verstring EPIPE from sharing downstreams.
2015-09-02 Simon TathamInitial support for clipboard on OS X.
2015-09-01 Simon TathamWork around OS X GTK treating Option as an AltGr key.
2015-09-01 Simon TathamOn OS X, be able to configure either Option or Command...
2015-09-01 Simon Tathampterm: set IUTF8 on pty devices depending on charset.
2015-08-31 Simon TathamMove more functions into the new gtkmisc.c.
2015-08-31 Simon TathamAvoid deprecated gtk_misc_set_alignment().
2015-08-31 Simon TathamDon't use "server:fixed" as the default font without X.
2015-08-31 Simon TathamIntroduce a config option for building on OS X GTK.
2015-08-24 Simon TathamMake string_width() work in GTK3.
2015-08-22 Simon TathamStop using GTK3-deprecated gdk_get_display().
2015-08-16 Simon TathamChange uxsel_input_add's return type from int to pointer.
2015-08-09 Simon TathamGTK 3 prep: write a replacement for gtk_quit_add().
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamLog identifying information for the other end of connec...
2015-05-18 Simon TathamLog identifying information for the other end of connec...
2015-05-15 Simon TathamGiant const-correctness patch of doom!
2015-05-05 Simon TathamMove make_dir_and_check_ours() out into uxmisc.c.
2013-11-17 Simon TathamReplace the hacky 'OSSocket' type with a closure.
2013-08-17 Simon TathamRevamp net_pending_errors using toplevel callbacks.
2013-07-19 Simon TathamCentralise calls to fcntl into functions that carefully...
2013-07-19 Simon TathamAdd a nonfatal() function everywhere, to be used for...
2013-01-13 Simon TathamReorganise setup_fonts_ucs so that in case of error...
2012-05-13 Simon TathamPatch from Robert de Bath to substantially simplify...
2011-12-08 Simon TathamArrange to call net_pending_errors on Unix, which we...
2011-10-02 Simon TathamTurn 'Filename' into a dynamically allocated type with...
2011-10-01 Simon TathamChange the semantics of 'FontSpec' so that it's a dynam...
2011-07-14 Simon TathamPost-release destabilisation! Completely remove the...
2010-09-25 Simon TathamCleanups of the GSSAPI support. On Windows, standard...
2010-05-19 Simon TathamPatch from Alejandro Sedeno, somewhat modified by me, which
2008-12-01 Ben HarrisChange the Unix version of Ssh_gss_name to be a gss_nam...
2008-11-24 Ben HarrisChange how we handle the Ssh_gss_buf type. Previously...
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-09-29 Ben HarrisAdd support for resetting the terminal modes on stderr...
2007-02-25 Jacob NevinsSince r7265, a user could not launch a PuTTY session...
2007-01-09 Simon TathamFix `puttygen-unix-perms': f_open(), PuTTY's wrapper...
2006-12-09 Ben HarrisSet FD_CLOEXEC in a little convenience function that...
2006-08-29 Simon TathamInhibit the Serial configuration panel in mid-session...
2006-08-28 Simon TathamSerial back end for Unix. Due to hardware limitations...
2005-04-25 Ben HarrisAdd a mechanism for using autoconf to detect the quirks...
2005-03-28 Simon TathamRender timing.c robust in the face of strangeness....
2005-02-14 Simon TathamOh, and (there's always one) remove the unnecessary...
2005-02-14 Simon TathamSaw uxcfg.c in half down the middle, to separate out...
2005-01-28 Ben HarrisOverhaul of client-side XDM-AUTHORIZATION-1:
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-17 Simon TathamJacob has pointed out why SIGCHLD was blocked, so I...
2004-11-27 Simon TathamNew timing infrastructure. There's a new function sched...
2004-10-16 Simon TathamMarkus Kuhn's UTF-8 page
2003-08-24 Simon TathamAnd just to prove that psftp.c really is now platform...
2003-05-10 Simon TathamFixes for Debian bug #192701 (64-bit gccs warn about...
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-11 Simon TathamImplement Warn On Close.
2003-04-10 Simon TathamImplemented Change Settings under Unix. We are graduall...
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-05 Simon TathamCtrl+rightclick now pops up a context menu in Unix...
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 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-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-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-14 Simon TathamMiscellaneous fixes to finish up `remove-statics'....
2003-01-14 Simon TathamDeglobalise the Unicode module. Despite all my grand...
2003-01-12 Simon TathamThe Unicode module no longer depends on `cfg', since...
2003-01-11 Simon TathamSupport XDM-AUTHORIZATION-1 for connecting to local...
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...
2002-12-31 Simon TathamFirst draft of Unicode support in pterm. It's pretty...
2002-11-05 Simon TathamPacket-level logging should now work properly in Unix...
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 TathamMore preparatory work: remove the <windows.h> include...
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
next