]> asedeno.scripts.mit.edu Git - PuTTY.git/history - unix/gtkdlg.c
Inhibit the Serial configuration panel in mid-session if the session
[PuTTY.git] / unix / gtkdlg.c
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...