]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - unix/gtkdlg.c
Fix cut-and-paste errors in nonfatal() implementations.
[PuTTY_svn.git] / unix / gtkdlg.c
2013-09-23 Simon TathamFix cut-and-paste errors in nonfatal() implementations.
2013-08-05 Jacob NevinsBelatedly update the copyright year to 2013.
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-04-13 Simon TathamAdd code in dlg_filesel_set and dlg_fontsel_set which...
2012-01-26 Jacob NevinsIt's a new year.
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...
2011-01-05 Jacob NevinsIt's a new year.
2010-06-29 Ben HarrisSet WM_TRANSIENT_FOR appropriately on the "about" box...
2010-01-17 Jacob NevinsIt's a new year.
2009-01-05 Jacob NevinsIt's a new year (and there have even been checkins).
2008-06-11 Simon TathamWork around a bug in early versions of GTK (which I...
2008-06-04 Simon TathamAt last, merge the putty-gtk2 branch back into the trunk!
2008-02-24 Jacob NevinsIt's a new year (and we've even made a code checkin).
2007-03-27 Simon TathamPatch from John Sullivan: process double-clicks in...
2007-01-16 Simon TathamFold up the `SSH' branch of the treeview by default...
2007-01-06 Simon TathamNo, I tell a lie: GTK 1 _does_ support icons, at least...
2007-01-01 Jacob NevinsIt's a new year.
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2006-12-29 Simon TathamColin Watson points out that there was no need for...
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...
2006-08-28 Simon TathamSupport for Windows PuTTY connecting straight to a...
2006-01-08 Jacob NevinsIt's a new year.
2005-09-21 Simon Tathamdlg_listbox_select() now scrolls the list box to ensure...
2005-04-07 Jacob NevinsOops, forgot to credit Ahmad Khalifa of arabeyes.org...
2005-04-07 Jacob NevinsIf a new session was saved from Change Settings, a...
2005-03-23 Jacob NevinsSince Markus Kuhn no longer explicitly places wcwidth...
2005-02-21 Jacob NevinsRearrange verify_ssh_host_key() for robustness in the...
2005-02-18 Simon TathamAdd asynchronous callback capability to the askappend...
2005-02-17 Simon TathamRevamp interface to verify_ssh_host_key() and askalg...
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-09 Owen DunnNew function ltime() returns a struct tm of the current...
2005-01-02 Simon TathamIt's a new year!
2004-12-29 Simon TathamLoose end from r5031: the Kex panel should only be...
2004-12-23 Jacob NevinsAdd a preference list for SSH-2 key exchange algorithms...
2004-08-30 Simon TathamCredit Malcolm Smith in the copyrights.
2004-01-17 Simon TathamVarious uninitialised-variable accesses picked up by...
2004-01-01 Simon TathamIt's a new year.
2003-06-26 Owen DunnImplement hostkey-prompt-type everywhere except Macintosh.
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-26 Simon TathamFiner granularity of config box handling. SSH packet...
2003-04-23 Simon TathamUnix makefile now uses -O2, which massively cuts down...
2003-04-18 Simon TathamRemoving items from a list box using gtk_container_remo...
2003-04-11 Simon TathamWhen I implemented the GTK messagebox() function and...
2003-04-11 Simon TathamImplement Warn On Close.
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 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 TathamCan now save and load settings under Unix.
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 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-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...